Searched refs:oneof (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dquotautil.h7 int oneof(const char *, char *[], int);
H A Dquotautil.c112 oneof(const char *target, char *list[], int cnt) function
/netbsd-6-1-5-RELEASE/usr.sbin/quotaon/
H A Dquotaon.c73 static int oneof(const char *target, char *list[], int cnt);
142 if ((argnum = oneof(fs->fs_file, argv, argc)) < 0 &&
143 (argnum = oneof(fs->fs_spec, argv, argc)) < 0) {
264 oneof(const char *target, char *list[], int cnt) function
/netbsd-6-1-5-RELEASE/usr.sbin/repquota/
H A Drepquota.c118 static int oneof(const char *, char *[], int cnt);
179 argnum = oneof(fst[i].f_mntonname, argv, argc);
181 argnum = oneof(fst[i].f_mntfromname,
558 oneof(const char *target, char *list[], int cnt) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.c602 struct oneof_regexp oneof;
1032 &(_regexp)->regexp.oneof; }))
1095 #define REGEXP_ONEOF(r) (&(r)->regexp.oneof)
1643 regexp_t oneof;
1653 oneof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1655 oneof->mode = rm_oneof;
1656 REGEXP_ONEOF (oneof)->regexps_num = els_num;
1658 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]);
1659 return oneof;
4591 regexp_t oneof
598 struct oneof_regexp oneof; member in union:regexp::__anon4631
1639 regexp_t oneof; local
4571 regexp_t oneof = NULL; local
4625 regexp_t oneof = NULL; local
4674 regexp_t oneof = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenautomata.c1007 struct oneof_regexp oneof;
1447 &(_regexp)->regexp.oneof; }))
1510 #define REGEXP_ONEOF(r) (&(r)->regexp.oneof)
2051 regexp_t oneof;
2061 oneof = create_node (sizeof (struct regexp)
2063 oneof->mode = rm_oneof;
2064 REGEXP_ONEOF (oneof)->regexps_num = els_num;
2066 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]);
2067 return oneof;
5004 regexp_t oneof
1004 struct oneof_regexp oneof; member in union:regexp::__anon3198
2048 regexp_t oneof; local
4985 regexp_t oneof = NULL; local
5039 regexp_t oneof = NULL; local
5088 regexp_t oneof = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/quotacheck/
H A Dquotacheck.c251 if (((argnum = oneof(fs->fs_file, argv, argc)) >= 0 ||
252 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) &&

Completed in 202 milliseconds