HomeSort by relevance Sort by last modified time
    Searched refs:arglist (Results 1 - 25 of 40) sorted by null

1 2

  /external/dropbear/
scpmisc.h 30 typedef struct arglist arglist; typedef in typeref:struct:arglist
31 struct arglist { struct
36 void addargs(arglist *, char *, ...);
37 void replacearg(arglist *, u_int, char *, ...);
38 void freeargs(arglist *);
scpmisc.c 140 addargs(arglist *args, char *fmt, ...)
167 replacearg(arglist *args, u_int which, char *fmt, ...)
187 freeargs(arglist *args)
  /external/chromium/build/
apply_locales.py 20 (options, arglist) = parser.parse_args(argv)
22 if len(arglist) < 3:
26 str_template = arglist[1]
27 locales = arglist[2:]
  /system/core/sh/
expand.h 43 struct arglist { struct
61 void expandarg(union node *, struct arglist *, int);
eval.c 351 struct arglist arglist; local
358 arglist.lastp = &arglist.list;
360 expandarg(argp, &arglist, EXP_FULL | EXP_TILDE);
364 *arglist.lastp = NULL;
367 for (sp = arglist.list ; sp ; sp = sp->next) {
394 struct arglist arglist; local
399 arglist.lastp = &arglist.list
678 struct arglist arglist; local
    [all...]
expand.c 92 struct arglist exparg; /* holds expanded arg list */
103 STATIC void ifsbreakup(char *, struct arglist *);
121 expandarg(arg, (struct arglist *)NULL, 0);
128 * placing the resulting list of arguments in arglist. If EXP_FULL is true,
129 * perform splitting and file name expansion. When arglist is NULL, perform
134 expandarg(union node *arg, struct arglist *arglist, int flag)
144 if (arglist == NULL) {
169 *arglist->lastp = exparg.list;
170 arglist->lastp = exparg.lastp
    [all...]
  /external/bison/lib/
argmatch.c 77 NULL-terminated array ARGLIST, return the index in ARGLIST
88 argmatch (const char *arg, const char *const *arglist,
91 size_t i; /* Temporary index in ARGLIST. */
99 for (i = 0; arglist[i]; i++)
101 if (!strncmp (arglist[i], arg, arglen))
103 if (strlen (arglist[i]) == arglen)
146 ARGLIST is the same as in argmatch.
150 argmatch_valid (const char *const *arglist,
159 for (i = 0; arglist[i]; i++
    [all...]
argmatch.h 35 # define ARGMATCH_VERIFY(Arglist, Vallist) \
36 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1)
38 /* Return the index of the element of ARGLIST (NULL terminated) that
43 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
46 # define ARGMATCH(Arg, Arglist, Vallist) \
47 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist))
69 void argmatch_valid (char const *const *arglist,
72 # define ARGMATCH_VALID(Arglist, Vallist) \
73 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist))
81 char const *arg, char const *const *arglist,
    [all...]
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 39 ffi_type* arglist[6]; local
74 arglist[0] = &ffi_type_sint;
75 arglist[1] = &ffi_type_pointer;
76 arglist[2] = &point_type;
77 arglist[3] = &rect_type;
78 arglist[4] = &ffi_type_sint;
79 arglist[5] = NULL;
82 5, &ffi_type_sint, arglist);
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 192 #define PROTO(type, name, arglist) type name arglist
194 #define DEFUN(name, arglist, args) name(args)
231 #define PROTO(type, name, arglist) type name ()
233 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ansidecl.h 192 #define PROTO(type, name, arglist) type name arglist
194 #define DEFUN(name, arglist, args) name(args)
231 #define PROTO(type, name, arglist) type name ()
233 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ansidecl.h 192 #define PROTO(type, name, arglist) type name arglist
194 #define DEFUN(name, arglist, args) name(args)
231 #define PROTO(type, name, arglist) type name ()
233 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
ansidecl.h 197 #define PROTO(type, name, arglist) type name arglist
199 #define DEFUN(name, arglist, args) name(args)
236 #define PROTO(type, name, arglist) type name ()
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
ansidecl.h 192 #define PROTO(type, name, arglist) type name arglist
194 #define DEFUN(name, arglist, args) name(args)
231 #define PROTO(type, name, arglist) type name ()
233 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 192 #define PROTO(type, name, arglist) type name arglist
194 #define DEFUN(name, arglist, args) name(args)
231 #define PROTO(type, name, arglist) type name ()
233 #define DEFUN(name, arglist, args) name arglist args;
  /bootable/recovery/edify/
parser.y 48 %type <args> arglist
89 | STRING '(' arglist ')' {
106 arglist: /* empty */ { label
115 | arglist ',' expr {
  /external/srec/srec/cfront/
frontpar.c 50 int load_up_parameter_list(arg_info *arglist, CA_FrontendInputParams *frontArgs);
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python.py 39 pep8.process_options(arglist=[self._file_path])
  /external/jpeg/
jmorecfg.h 217 * Note that the arglist parameter must be parenthesized!
222 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
224 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
  /external/icu4c/io/
uprntf_p.c 1047 ufmt_args *arglist = NULL; local
1227 ufmt_args *arglist = NULL; \/* initialized it to avoid compiler warnings *\/ local
    [all...]
  /external/srec/srec/include/
duk_args.h 104 int get_arginfo_flags(arg_info *arglist, int argc, char buffer[], int buflen);
  /ndk/sources/host-tools/nawk-20071023/
parse.c 234 { /* body of function, arglist */
258 extern Node *arglist;
259 Node *p = arglist;
  /external/libpng/
pngconf.h 317 # define PNGARG(arglist) OF(arglist)
321 # define PNGARG(arglist) ()
326 # define PNGARG(arglist) arglist
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 275 # define PNGARG(arglist) OF(arglist)
279 # define PNGARG(arglist) ()
284 # define PNGARG(arglist) arglist
    [all...]

Completed in 840 milliseconds

1 2