Searched refs:opt_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | opt-functions.awk | 38 function opt_args(name, flags) function 89 return nth_arg(0, opt_args("Var", flags)) 96 || opt_args("Mask", flags) != "" \ 97 || opt_args("InverseMask", flags) != "") 133 s = nth_arg(1, opt_args("Var", flags)) 136 s = opt_args("Mask", flags); 144 s = nth_arg(0, opt_args("InverseMask", flags)); 164 if (opt_args("Mask", flags) != "") 166 if (opt_args("InverseMask", flags) != "")
|
| H A D | opth-gen.awk | 42 name = opt_args("Mask", $1) 76 name = opt_args("Mask", flags[i]) 100 name = opt_args("Mask", flags[i]) 120 opt = opt_args("InverseMask", flags[i])
|
| H A D | optc-gen.awk | 45 name = opt_args("Mask", $1) 83 init = opt_args("Init", flags[i]) 178 neg = opt_args("Negative", flags[i]); 193 condition = opt_args("Condition", flags[i])
|
| H A D | ChangeLog-2005 | 27062 * optc-gen.awk: Likewise. Use opt_args to check for Init(...) flags. 28807 * opt-functions.awk (opt_args, nth_arg): New functions. 28810 (var_name): Use opt_args and nth_arg.
|
| /freebsd-12.1/contrib/smbfs/include/ |
| H A D | cflib.h | 44 struct opt_args; 46 typedef int opt_callback_t (struct opt_args*); 53 struct opt_args { struct 70 int opt_args_parse(struct rcfile *, struct opt_args *, const char *, argument 72 int opt_args_parseopt(struct opt_args *, int, char *, opt_callback_t *);
|
| /freebsd-12.1/contrib/smbfs/lib/smb/ |
| H A D | rcfile.c | 412 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect, in opt_args_parse() 456 opt_args_parseopt(struct opt_args *ap, int opt, char *arg, in opt_args_parseopt()
|