/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_metaclass.py | 6 an arglist. 168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite]) 170 if node.children[3].type == syms.arglist: 171 arglist = node.children[3] 175 arglist = Node(syms.arglist, [parent]) 176 node.set_child(3, arglist) 180 arglist = Node(syms.arglist, []) 181 node.insert_child(3, arglist) [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 792 list_t * arglist; in main() local 794 arglist = list_create_from_array(argc -1, (void**)&argv[1]); in main() 796 if (argc == 2 && (arglist_find(arglist, "--version") || arglist_find(arglist, "--help") || in main() 797 arglist_find(arglist, "-v") || arglist_find(arglist, "-h"))) { in main() 800 list_free(arglist); in main() 829 if (arglist_remove_flag(arglist, "-v")) in main() 831 if (arglist_remove_flag(arglist, "-q")) in main() 833 if (arglist_remove_flag(arglist, " in main() [all...] |
H A D | spooler.c | 41 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_cups() argument 66 strncpy_omit(cups_jobid, arglist_get(arglist, 0), 128, omit_shellescapes); in init_cups() 67 strncpy_omit(cups_user, arglist_get(arglist, 1), 128, omit_shellescapes); in init_cups() 68 strncpy_omit(cups_jobtitle, arglist_get(arglist, 2), 2048, in init_cups() 70 strncpy_omit(cups_copies, arglist_get(arglist, 3), 128, omit_shellescapes); in init_cups() 72 cups_options_len = strlen(arglist_get(arglist, 4)); in init_cups() 74 strncpy_omit(cups_options, arglist_get(arglist, 4), cups_options_len + 1, in init_cups() 85 if (list_item_count(arglist) > 4) { in init_cups() 86 strncpy_omit(cups_filename, arglist_get(arglist, 5), 256, omit_shellescapes); in init_cups() 195 void init_direct(list_t *arglist, dstr_ argument [all...] |
H A D | spooler.h | 31 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job); 32 void init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job);
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 308 * We store arglist as <counter> [arg1] <number of uses for arg1> ... eof 320 static int collect_arguments(struct token *start, struct token *arglist, struct arg *args, struct token *what) in collect_arguments() argument 322 int wanted = arglist->count.normal; in collect_arguments() 326 arglist = arglist->next; /* skip counter */ in collect_arguments() 338 struct argcount *p = &arglist->next->count; in collect_arguments() 344 arglist = arglist->next->next; in collect_arguments() 358 struct argcount *p = &arglist->next->count; in collect_arguments() 752 int nargs = sym->arglist in expand() 1185 try_arg(struct token *token, enum token_type type, struct token *arglist) try_arg() argument 1225 handle_hash(struct token **p, struct token *arglist) handle_hash() argument 1246 handle_hashhash(struct token *token, struct token *arglist) handle_hashhash() argument 1299 parse_expansion(struct token *expansion, struct token *arglist, struct ident *name) parse_expansion() argument 1345 do_define(struct position pos, struct token *token, struct ident *name, struct token *arglist, struct token *expansion, int attr) do_define() argument 1472 struct token *arglist, *expansion; do_handle_define() local [all...] |
/third_party/musl/src/hilog/linux/ |
H A D | vsnprintf_s_p.c | 190 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_list arglist); 207 * arglist pointer to list of arguments. 221 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist) in vsnprintfp_s() argument 235 retVal = SecVsnprintfPImpl(strDest, count + 1, priv, format, arglist); in vsnprintfp_s() 241 retVal = SecVsnprintfPImpl(strDest, destMax, priv, format, arglist); in vsnprintfp_s() 275 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_list arglist) in SecVsnprintfPImpl() argument 283 retVal = SecOutputPS(&str, priv, format, arglist); in SecVsnprintfPImpl()
|
H A D | vsnprintf_s_p.h | 31 * @param arglist - instead of a variable number of arguments 36 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist);
|
/third_party/musl/porting/linux/user/src/hilog/ |
H A D | vsnprintf_s_p.c | 190 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_list arglist); 207 * arglist pointer to list of arguments. 221 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist) in vsnprintfp_s() argument 235 retVal = SecVsnprintfPImpl(strDest, count + 1, priv, format, arglist); in vsnprintfp_s() 241 retVal = SecVsnprintfPImpl(strDest, destMax, priv, format, arglist); in vsnprintfp_s() 275 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_list arglist) in SecVsnprintfPImpl() argument 283 retVal = SecOutputPS(&str, priv, format, arglist); in SecVsnprintfPImpl()
|
H A D | vsnprintf_s_p.h | 31 * @param arglist - instead of a variable number of arguments 36 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist);
|
/third_party/ltp/testcases/misc/math/float/iperb/ |
H A D | geniperb.c | 59 char *arglist[] = { func_name, NULL }; in create_file() local 60 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/misc/math/float/bessel/ |
H A D | genbessel.c | 59 char *arglist[] = { func_name, NULL }; in create_file() local 60 execvp(arglist[0], arglist); in create_file()
|
/third_party/icu/icu4c/source/io/ |
H A D | uprntf_p.cpp | 1062 ufmt_args *arglist = NULL; in parseArguments() local 1113 arglist = (ufmt_args*)uprv_malloc(sizeof(ufmt_args) * size); in parseArguments() 1116 if (!typelist || !islonglong || !arglist) { in parseArguments() 1125 if (arglist) { in parseArguments() 1126 uprv_free(arglist); in parseArguments() 1183 /* store argument in arglist */ in parseArguments() 1189 arglist[pos].ptrValue = va_arg(ap, void*); in parseArguments() 1195 arglist[pos].int64Value = va_arg(ap, int64_t); in parseArguments() 1198 arglist[pos].int64Value = va_arg(ap, int32_t); in parseArguments() 1202 arglist[po in parseArguments() 1242 ufmt_args *arglist = NULL; /* initialized it to avoid compiler warnings */ u_printf_parse() local [all...] |
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uprntf_p.cpp | 1062 ufmt_args *arglist = NULL; in parseArguments() local 1113 arglist = (ufmt_args*)uprv_malloc(sizeof(ufmt_args) * size); in parseArguments() 1116 if (!typelist || !islonglong || !arglist) { in parseArguments() 1125 if (arglist) { in parseArguments() 1126 uprv_free(arglist); in parseArguments() 1183 /* store argument in arglist */ in parseArguments() 1189 arglist[pos].ptrValue = va_arg(ap, void*); in parseArguments() 1195 arglist[pos].int64Value = va_arg(ap, int64_t); in parseArguments() 1198 arglist[pos].int64Value = va_arg(ap, int32_t); in parseArguments() 1202 arglist[po in parseArguments() 1242 ufmt_args *arglist = NULL; /* initialized it to avoid compiler warnings */ u_printf_parse() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | ip.c | 50 struct arglist { struct 89 static struct arglist *rt_dsfield[RPDB_ENTRIES]; 90 static struct arglist *rt_protos[RPDB_ENTRIES]; 91 static struct arglist *rt_tables[RPDB_ENTRIES]; 92 static struct arglist *rt_realms[RPDB_ENTRIES]; 93 static struct arglist *rt_scope[RPDB_ENTRIES]; 95 static struct arglist rtmtypes[] = { {"none", RTN_UNSPEC}, 128 static int substring_to_idx(char *str, struct arglist *list) in substring_to_idx() 130 struct arglist *alist; in substring_to_idx() 141 static int string_to_idx(char *str, struct arglist *lis [all...] |
/third_party/ltp/testcases/misc/math/float/trigo/ |
H A D | gentrigo.c | 59 char *arglist[] = { func_name, NULL }; in create_file() local 60 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/misc/math/float/exp_log/ |
H A D | genexp_log.c | 58 char *arglist[] = { func_name, NULL }; in create_file() local 59 execvp(arglist[0], arglist); in create_file()
|
/third_party/ltp/testcases/misc/math/float/power/ |
H A D | genpower.c | 58 char *arglist[] = { func_name, NULL }; in create_file() local 59 execvp(arglist[0], arglist); in create_file()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_printf.c | 199 va_list arglist; in lp_build_printf() local 205 va_start(arglist, fmt); in lp_build_printf() 207 params[i] = va_arg(arglist, LLVMValueRef); in lp_build_printf() 209 va_end(arglist); in lp_build_printf()
|
/third_party/curl/lib/ |
H A D | mprintf.c | 96 /* Data type to read from the arglist */ 230 int *ipieces, va_list arglist) in parsefmt() 595 iptr->val.str = va_arg(arglist, char *); in parsefmt() 600 iptr->val.ptr = va_arg(arglist, void *); in parsefmt() 604 iptr->val.numu = (mp_uintmax_t)va_arg(arglist, mp_uintmax_t); in parsefmt() 608 iptr->val.nums = (mp_intmax_t)va_arg(arglist, mp_intmax_t); in parsefmt() 612 iptr->val.numu = (mp_uintmax_t)va_arg(arglist, unsigned long); in parsefmt() 616 iptr->val.nums = (mp_intmax_t)va_arg(arglist, long); in parsefmt() 620 iptr->val.numu = (mp_uintmax_t)va_arg(arglist, unsigned int); in parsefmt() 626 iptr->val.nums = (mp_intmax_t)va_arg(arglist, in in parsefmt() 226 parsefmt(const char *format, struct outsegment *out, struct va_input *in, int *opieces, int *ipieces, va_list arglist) parsefmt() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferDD.cpp | 448 va_list arglist; in drawText() local 450 va_start(arglist, string); in drawText() 451 vsprintf(buffer, string, arglist); in drawText() 452 va_end(arglist); in drawText()
|
/third_party/python/Modules/ |
H A D | _functoolsmodule.c | 360 PyObject *arglist; in partial_repr() local 372 arglist = PyUnicode_FromString(""); in partial_repr() 373 if (arglist == NULL) in partial_repr() 379 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %R", arglist, in partial_repr() 381 if (arglist == NULL) in partial_repr() 389 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %S=%R", arglist, in partial_repr() 392 if (arglist == NULL) in partial_repr() 396 pto->fn, arglist); in partial_repr() [all...] |
/third_party/benchmark/src/ |
H A D | benchmark_register.cc | 251 std::vector<int64_t> arglist; in Range() local 252 AddRange(&arglist, start, limit, range_multiplier_); in Range() 254 for (int64_t i : arglist) { in Range() 281 [](const std::size_t res, const std::vector<int64_t>& arglist) { in ArgsProduct() 282 return res * arglist.size(); in ArgsProduct()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jmorecfg.h | 188 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist
|
/third_party/cups-filters/cupsfilters/ |
H A D | ipp.c | 63 va_list arglist; in log_printf() local 64 va_start(arglist, format); in log_printf() 67 format, arglist); in log_printf() 69 va_end(arglist); in log_printf()
|
/third_party/skia/experimental/tools/ |
H A D | pdf-comparison.py | 181 def shard(fn, arglist): 182 jobs = [[arg for j, arg in enumerate(arglist) if j % NUM_THREADS == i] 197 def shardsum(fn, arglist): 198 'return the number of True results returned by fn(arg) for arg in arglist.' 199 return sum(1 for result in shard(fn, arglist) if result)
|