HomeSort by: relevance | last modified time | path
    Searched defs:oneof (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/quota/
quotautil.c 112 oneof(const char *target, char *list[], int cnt) function
  /src/usr.sbin/quotaon/
quotaon.c 75 static int oneof(const char *target, char *list[], int cnt);
151 if ((argnum = oneof(fs->fs_file, argv, argc)) < 0 &&
152 (argnum = oneof(fsspec, argv, argc)) < 0) {
276 oneof(const char *target, char *list[], int cnt) function
  /src/usr.sbin/repquota/
repquota.c 118 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
  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 598 struct oneof_regexp oneof;
1030 &(_regexp)->regexp.oneof; }))
1093 #define REGEXP_ONEOF(r) (&(r)->regexp.oneof)
1650 regexp_t oneof;
1660 oneof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1662 oneof->mode = rm_oneof;
1663 REGEXP_ONEOF (oneof)->regexps_num = els_num;
1665 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]);
1666 return oneof;
4695 regexp_t oneof = NULL
594 struct oneof_regexp oneof; member in union:regexp::__anon13712
1646 regexp_t oneof; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 598 struct oneof_regexp oneof;
1030 &(_regexp)->regexp.oneof; }))
1093 #define REGEXP_ONEOF(r) (&(r)->regexp.oneof)
1650 regexp_t oneof;
1660 oneof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1662 oneof->mode = rm_oneof;
1663 REGEXP_ONEOF (oneof)->regexps_num = els_num;
1665 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]);
1666 return oneof;
4695 regexp_t oneof = NULL
594 struct oneof_regexp oneof; member in union:regexp::__anon16142
1646 regexp_t oneof; local
    [all...]

Completed in 25 milliseconds