typelist
encrypt_support(unsigned char *typelist, int cnt)
type = *typelist++;
struct typelist *next;
static struct typelist none = { &k5_rc_none_ops, 0 };
static struct typelist file2 = { &k5_rc_file2_ops, &none };
static struct typelist dfl = { &k5_rc_dfl_ops, &file2 };
static struct typelist *typehead = &dfl;
struct typelist *t;
| seticmptype lstart typelist lend { yyresetdict(); }
typelist:
| typelist lmore icmptype
if (typelist != NULL)
typelist = makevfslist(optarg);
if (nfsforce != 0 && (argc == 0 || nfshost != NULL || typelist != NULL))
if ((nfshost != NULL) && (typelist == NULL))
typelist = makevfslist("nfs");
if (checkvfsname(sfs->f_fstypename, typelist))
errs = umountall(typelist);
} else if (checkname(*argv, typelist) != 0)
umountall(char **typelist)
if (checkvfsname(fs->fs_vfstype, typelist))
rval = umountall(typelist);
rval = checkname(cp, typelist) || rval;
checkname(char *mntname, char **typelist)
if (checkvfsname(sfs->f_fstypename, typelist))
char **typelist = NULL;
const char *typelist[] = {"TypeA", "MiniAB", "Express",
const int last = sizeof(typelist) / sizeof(typelist[0]);
return (type < last) ? typelist[type] : "Unknown";
struct typelist *tl;
tl = (struct typelist *) resp->data;
DEFINE_PARSE_STRUCT_TYPE(typelist, TYPELIST, (&ng_generic_typeinfoarray_type));
struct typelist *typelist;
typelist = (struct typelist *)(void *)resp->data;
for (u = 0; u < typelist->numtypes; u++) {
strcpy(t->name, typelist->typeinfo[u].type_name);
struct typelist *tlist;
tlist = (struct typelist *) resp->data;