/dflybsd-src/bin/sh/ |
H A D | expand.h | 36 struct arglist { struct 57 void emptyarglist(struct arglist *); argument
|
H A D | eval.c | 352 struct arglist arglist; in evalfor() local 395 struct arglist arglist; in evalcase() local 821 struct arglist arglist; in evalcommand() local
|
H A D | expand.c | 230 expandarg(union node *arg, struct arglist *arglist, int flag) in expandarg() 1072 expmeta(char *enddir, char *name, struct arglist *arglist) in expmeta() 1513 struct arglist arglist; in wordexp2cmd() local
|
/dflybsd-src/usr.sbin/mailwrapper/ |
H A D | mailwrapper.c | 46 struct arglist { struct 51 static void initarg(struct arglist *); argument
|
/dflybsd-src/crypto/openssh/ |
H A D | misc.h | 126 typedef struct arglist arglist; typedef 127 struct arglist { struct 132 void addargs(arglist *, char *, ...) argument
|
/dflybsd-src/sbin/restore/ |
H A D | interactive.c | 66 struct arglist { struct 76 static void getcmd(char *, char *, char *, size_t, struct arglist *); argument 90 struct arglist arglist; in runcmdshell() local
|
/dflybsd-src/contrib/grep/lib/ |
H A D | argmatch.c | 82 argmatch (const char *arg, const char *const *arglist, in argmatch() 144 argmatch_valid (const char *const *arglist, in argmatch_valid() 175 const char *arg, const char *const *arglist, in __xargmatch_internal() 196 const char *const *arglist, in argmatch_to_argument()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | multiple_target.c | 189 get_attr_len (tree arglist) in get_attr_len() 213 get_attr_str (tree arglist, char *attr_str) in get_attr_str() 339 tree arglist = TREE_VALUE (attr_target); in expand_target_clones() local
|
H A D | attribs.c | 885 sorted_attr_string (tree arglist) in sorted_attr_string()
|
/dflybsd-src/usr.bin/mail/ |
H A D | cmd3.c | 161 schdir(char **arglist) in schdir() 348 set(char **arglist) in set() 394 unset(char **arglist) in unset()
|
H A D | lex.c | 275 char *arglist[MAXARGC]; in execute() local
|
H A D | util.c | 257 source(char **arglist) in source()
|
/dflybsd-src/contrib/awk/ |
H A D | awkgram.y | 38 Node *arglist = 0; /* list of args for current function */ variable
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | ansidecl.h | 197 #define PROTO(type, name, arglist) type name arglist argument 199 #define DEFUN(name, arglist, args) name(args) argument
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | ansidecl.h | 197 #define PROTO(type, name, arglist) type name arglist argument 199 #define DEFUN(name, arglist, args) name(args) argument
|
/dflybsd-src/usr.sbin/pw/ |
H A D | pw.c | 88 static struct cargs arglist; variable
|
/dflybsd-src/sys/dev/acpica/ |
H A D | acpi_cpu.c | 213 ACPI_OBJECT_LIST arglist; in acpi_cpu_attach() local
|
H A D | acpi_cpu_pstate.c | 1530 ACPI_OBJECT_LIST arglist; in acpi_pst_eval_ppc() local
|
/dflybsd-src/usr.bin/last/ |
H A D | last.c | 83 static ARG *arglist; /* head of linked list */ variable
|
/dflybsd-src/sys/bus/gpio/gpio_acpi/ |
H A D | gpio_acpi.c | 328 ACPI_OBJECT_LIST arglist; in gpio_acpi_handle_event() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 2024 add_conv_candidate (struct z_candidate **candidates, tree fn, tree obj, in add_conv_candidate() 2834 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, in add_template_candidate_real() 2995 add_template_candidate (struct z_candidate **candidates, tree tmpl, tree ctype, in add_template_candidate() 3010 add_template_conv_candidate (struct z_candidate **candidates, tree tmpl, in add_template_conv_candidate() 7274 tree arglist; in build_new_method_call_1() local 7297 tree arglist; in build_new_method_call_1() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 2258 const vec<tree, va_gc> *arglist, in add_conv_candidate() 3093 const vec<tree, va_gc> *arglist, tree return_type, in add_template_candidate_real() 3260 const vec<tree, va_gc> *arglist, tree return_type, in add_template_candidate() 3280 const vec<tree, va_gc> *arglist, in add_template_conv_candidate() 5590 vec<tree, va_gc> *arglist; in build_new_op_1() local 9273 tree arglist = build_tree_list_vec (user_args); in build_new_method_call_1() local 9300 tree arglist; in build_new_method_call_1() local
|
H A D | pt.c | 7200 coerce_template_args_for_ttp (tree templ, tree arglist, in coerce_template_args_for_ttp() 9057 lookup_template_function (tree fns, tree arglist) in lookup_template_function() 9159 lookup_template_class_1 (tree d1, tree arglist, tree in_decl, tree context, in lookup_template_class_1() 9666 lookup_template_class (tree d1, tree arglist, tree in_decl, tree context, in lookup_template_class() 9680 lookup_template_variable (tree templ, tree arglist) in lookup_template_variable() 9697 tree arglist = TREE_OPERAND (var, 1); in finish_template_variable() local 10280 tree template_id, arglist, fns; in tsubst_friend_function() local
|
/dflybsd-src/usr.bin/rpcgen/ |
H A D | rpc_main.c | 101 static char *arglist[ARGLISTLEN]; variable
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | tc.os.c | 77 dosetpath(Char **arglist, struct command *c) in dosetpath()
|