| /src/lib/librefuse/ |
| refuse_opt.c | 213 find_opt(const struct fuse_opt *opts, const char *opt, ssize_t *sep_idx) function 229 return find_opt(opts, opt, NULL) != NULL ? 1 : 0; 340 const struct fuse_opt *opt = find_opt(opts, arg, &sep_idx); 346 opt = find_opt(++opt, arg, &sep_idx)) {
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| find.c | 666 find_opt(tOptions * opts, tOptState * o_st) function
|
| /src/external/bsd/flex/dist/src/ |
| scanopt.c | 77 static int find_opt(struct _scanopt_t *, int, char *, int, int *, int *opt_offset); 603 static int find_opt (struct _scanopt_t *s, int lookup_long, char *optstart, int 701 if (!find_opt 737 if (!find_opt 600 static int find_opt (struct _scanopt_t *s, int lookup_long, char *optstart, int function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| opts-common.cc | 76 find_opt (const char *input, unsigned int lang_mask) function 431 options to look up with find_opt. */ 581 opt_index = find_opt (opt_value, lang_mask); 612 opt_index = find_opt (dup + 1, lang_mask); 797 size_t warning_index = find_opt (werror_arg, lang_mask);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts-common.cc | 76 find_opt (const char *input, unsigned int lang_mask) function 431 options to look up with find_opt. */ 559 opt_index = find_opt (opt_value, lang_mask); 590 opt_index = find_opt (dup + 1, lang_mask); 775 size_t warning_index = find_opt (werror_arg, lang_mask);
|