Home
last modified time | relevance | path

Searched defs:arglist (Results 1 – 25 of 144) sorted by relevance

123456

/netbsd-src/usr.sbin/mailwrapper/
H A Dmailwrapper.c42 struct arglist { struct
47 static void initarg(struct arglist *); argument
/netbsd-src/bin/sh/
H A Dexpand.h45 struct arglist { struct
69 void expandarg(union node *, struct arglist *, int); argument
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.h129 typedef struct arglist arglist; typedef
130 struct arglist { struct
135 void addargs(arglist *, const char *, ...) argument
/netbsd-src/sbin/restore/
H A Dinteractive.c79 struct arglist { struct
89 static void getcmd(char *, char *, char *, size_t, struct arglist *); argument
103 struct arglist arglist; in runcmdshell() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dargmatch.c85 argmatch (const char *arg, const char *const *arglist, in argmatch()
147 argmatch_valid (const char *const *arglist, in argmatch_valid()
178 const char *arg, const char *const *arglist, in __xargmatch_internal()
199 const char *const *arglist, in argmatch_to_argument()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c33 arm_resolve_cde_builtin (location_t loc, tree fndecl, void *arglist) in arm_resolve_cde_builtin()
138 arm_resolve_overloaded_builtin (location_t loc, tree fndecl, void *arglist) in arm_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmultiple_target.c190 get_attr_len (tree arglist) in get_attr_len()
214 get_attr_str (tree arglist, char *attr_str) in get_attr_str()
343 tree arglist = TREE_VALUE (attr_target); in expand_target_clones() local
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c105 add_macro (char *name, char **arglist, char *body, char *source_file, in add_macro()
164 char **arglist, *word; in get_brace_args() local
266 char **arglist; in get_macro_args() local
389 char **arglist; in expand_macro() local
463 char **arglist = NULL; in define_macro() local
H A Dmacro.h41 char **arglist; /* Args to replace when executing. */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc34 arm_resolve_cde_builtin (location_t loc, tree fndecl, void *arglist) in arm_resolve_cde_builtin()
157 arm_resolve_overloaded_builtin (location_t loc, tree fndecl, void *arglist) in arm_resolve_overloaded_builtin()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dprintmsg.c49 va_list arglist ) in slapi_int_log_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc1230 vec<tree, va_gc> *arglist, unsigned nargs) in resolve_vec_splats()
1325 resolve_vec_extract (resolution *res, vec<tree, va_gc> *arglist, in resolve_vec_extract()
1503 resolve_vec_insert (resolution *res, vec<tree, va_gc> *arglist, in resolve_vec_insert()
1634 resolve_vec_step (resolution *res, vec<tree, va_gc> *arglist, unsigned nargs) in resolve_vec_step()
1746 vec<tree, va_gc> *arglist = static_cast<vec<tree, va_gc> *> (passed_arglist); in altivec_resolve_overloaded_builtin() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc479 vec<tree, va_gc> *arglist, in s390_expand_overloaded_builtin()
629 vec<tree, va_gc> **arglist) in s390_adjust_builtin_arglist()
773 vec<tree, va_gc> *arglist) in s390_fn_types_compatible()
883 vec<tree, va_gc> *arglist = static_cast<vec<tree, va_gc> *> (passed_arglist); in s390_resolve_overloaded_builtin() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c457 vec<tree, va_gc> *arglist, in s390_expand_overloaded_builtin()
606 vec<tree, va_gc> **arglist) in s390_adjust_builtin_arglist()
750 vec<tree, va_gc> *arglist) in s390_fn_types_compatible()
860 vec<tree, va_gc> *arglist = static_cast<vec<tree, va_gc> *> (passed_arglist); in s390_resolve_overloaded_builtin() local
/netbsd-src/usr.bin/mail/
H A Dcmd3.c204 char **arglist; in schdir() local
684 const char **arglist = v; in set() local
736 char **arglist = v; in unset() local
776 const char **arglist = v; in show() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmultiple_target.cc192 get_attr_str (tree arglist, char *attr_str) in get_attr_str()
320 tree arglist = TREE_VALUE (attr_target); in expand_target_clones() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DMachineModel.cc87 char *arglist[MAXARGS]; in load_mach_model() local
H A Dcollect.h142 char **arglist; variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DMachineModel.cc87 char *arglist[MAXARGS]; in load_mach_model() local
H A Dcollect.h142 char **arglist; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-c.c310 vec<tree, va_gc> *arglist = (uncast_arglist in aarch64_resolve_overloaded_builtin() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-c.cc319 vec<tree, va_gc> *arglist = (uncast_arglist in aarch64_resolve_overloaded_builtin() local
/netbsd-src/usr.sbin/powerd/
H A Dpowerd.c368 va_list arglist; in powerd_log() local
/netbsd-src/usr.bin/last/
H A Dlast.c102 static ARG *arglist; /* head of linked list */ variable
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dstatement.h102 struct expression *arglist; member

123456