Searched refs:opt_args (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/smbfs/include/
H A Dcflib.h44 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 *,
72 int opt_args_parseopt(struct opt_args *, int, char *, opt_callback_t *);
/freebsd-9.3-release/contrib/gcc/
H A Dopt-functions.awk38 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 Dopth-gen.awk42 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 Doptc-gen.awk45 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])
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dopensnoop79 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
87 a) opt_time=1; opt_timestr=1; opt_args=1; opt_err=1 ;;
91 g) opt_args=1 ;;
126 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_args=2
142 inline int OPT_args = '$opt_args';
H A Dstatsnoop77 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
85 a) opt_time=1; opt_timestr=1; opt_args=1; opt_err=1 ;;
89 g) opt_args=1 ;;
129 opt_args=2
145 inline int OPT_args = '$opt_args';
H A Diosnoop105 opt_dump=0; opt_device=0; opt_delta=0; opt_devname=0; opt_file=0; opt_args=0;
114 a) opt_devname=1; opt_args=1; opt_endstr=1; opt_nums=1 ;;
120 g) opt_args=1 ;;
161 opt_delta=0; opt_devname=0; opt_args=2; opt_start=0;
182 inline int OPT_args = '$opt_args';
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dopensnoop79 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
87 a) opt_time=1; opt_timestr=1; opt_args=1; opt_err=1 ;;
91 g) opt_args=1 ;;
126 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_args=2
142 inline int OPT_args = '$opt_args';
H A Dstatsnoop77 opt_dump=0; opt_file=0; opt_time=0; opt_timestr=0; opt_args=0
85 a) opt_time=1; opt_timestr=1; opt_args=1; opt_err=1 ;;
89 g) opt_args=1 ;;
129 opt_args=2
145 inline int OPT_args = '$opt_args';
H A Diosnoop105 opt_dump=0; opt_device=0; opt_delta=0; opt_devname=0; opt_file=0; opt_args=0;
114 a) opt_devname=1; opt_args=1; opt_endstr=1; opt_nums=1 ;;
120 g) opt_args=1 ;;
161 opt_delta=0; opt_devname=0; opt_args=2; opt_start=0;
182 inline int OPT_args = '$opt_args';
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drcfile.c412 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect,
456 opt_args_parseopt(struct opt_args *ap, int opt, char *arg,

Completed in 69 milliseconds