Home
last modified time | relevance | path

Searched refs:nargs (Results 1 – 25 of 41) sorted by relevance

12

/glibc-2.36/sysdeps/unix/
Dmake-syscalls.sh175 [0-9]) nargs=$args;;
176 ?:) nargs=0;;
177 ?:?) nargs=1;;
178 ?:??) nargs=2;;
179 ?:???) nargs=3;;
180 ?:????) nargs=4;;
181 ?:?????) nargs=5;;
182 ?:??????) nargs=6;;
183 ?:???????) nargs=7;;
184 ?:????????) nargs=8;;
[all …]
/glibc-2.36/stdio-common/
Dtst-vfprintf-user-type.c67 size_t nargs; in my_printf_function() local
81 nargs = info->prec; in my_printf_function()
86 nargs = 1; in my_printf_function()
90 for (size_t i = 0; i < nargs; ++i) in my_printf_function()
150 size_t nargs; in my_arginfo_function() local
152 nargs = info->prec; in my_arginfo_function()
154 nargs = 1; in my_arginfo_function()
156 size_t to_fill = nargs; in my_arginfo_function()
165 printf ("info: %s return value: %zu\n", __func__, nargs); in my_arginfo_function()
166 return nargs; in my_arginfo_function()
Dprintf-prs.c62 size_t nargs; /* Number of arguments. */ in parse_printf_format() local
67 nargs = 0; in parse_printf_format()
74 nargs += __parse_one_specmb (f, nargs, &spec, &max_ref_arg); in parse_printf_format()
102 return MAX (nargs, max_ref_arg); in parse_printf_format()
Dprintf-parsemb.c66 size_t nargs = 0; in __parse_one_specwc() local
182 ++nargs; in __parse_one_specwc()
225 ++nargs; in __parse_one_specwc()
392 nargs += spec->ndata_args; in __parse_one_specwc()
409 return nargs; in __parse_one_specwc()
Dvfprintf-internal.c1143 size_t nargs = 0; in printf_positional() local
1183 nargs += __parse_one_specwc (f, nargs, &specs[nspecs], &max_ref_arg); in printf_positional()
1185 nargs += __parse_one_specmb (f, nargs, &specs[nspecs], &max_ref_arg); in printf_positional()
1190 nargs = MAX (nargs, max_ref_arg); in printf_positional()
1200 if (!scratch_buffer_set_array_size (&argsbuf, nargs, bytes_per_arg)) in printf_positional()
1209 args_size = &args_value[nargs].pa_int; in printf_positional()
1210 args_type = &args_size[nargs]; in printf_positional()
1212 nargs * sizeof (*args_type)); in printf_positional()
1253 for (cnt = 0; cnt < nargs; ++cnt) in printf_positional()
/glibc-2.36/intl/
Dplural-exp.c36 .nargs = 0,
41 .nargs = 0,
50 .nargs = 2,
78 plvar.nargs = 0; in init_germanic_plural()
81 plone.nargs = 0; in init_germanic_plural()
85 GERMANIC_PLURAL.nargs = 2; in init_germanic_plural()
Dplural.y68 new_exp (int nargs, enum expression_operator op,
75 for (i = nargs - 1; i >= 0; i--)
83 newp->nargs = nargs;
85 for (i = nargs - 1; i >= 0; i--)
91 for (i = nargs - 1; i >= 0; i--)
221 switch (exp->nargs)
Dplural-exp.h59 int nargs; /* Number of arguments. */ member
/glibc-2.36/math/
Dmath.h553 #define __MATHCALL_NARROW_NORMAL(func, nargs) \ argument
554 extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW
555 #define __MATHCALL_NARROW_REDIR(func, redir, nargs) \ argument
556 extern _Mret_ __REDIRECT_NTH (func, __MATHCALL_NARROW_ARGS_ ## nargs, \
558 #define __MATHCALL_NARROW(func, redir, nargs) \ argument
559 __MATHCALL_NARROW_NORMAL (func, nargs)
578 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
579 __MATHCALL_NARROW_REDIR (func, redir, nargs)
584 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
585 __MATHCALL_NARROW_REDIR (func, redir, nargs)
[all …]
/glibc-2.36/localedata/unicode-gen/
Dgen_translit_circle.py114 nargs='?',
121 nargs='?',
127 nargs='?',
138 nargs='?',
Dgen_translit_font.py120 nargs='?',
127 nargs='?',
133 nargs='?',
144 nargs='?',
Dgen_translit_fraction.py161 nargs='?',
168 nargs='?',
174 nargs='?',
185 nargs='?',
Dgen_unicode_ctype.py270 nargs='?',
277 nargs='?',
284 nargs='?',
289 nargs='?',
302 nargs='?',
Dgen_translit_cjk_compat.py184 nargs='?',
191 nargs='?',
197 nargs='?',
208 nargs='?',
Dgen_translit_combining.py408 nargs='?',
415 nargs='?',
421 nargs='?',
432 nargs='?',
Dgen_translit_compat.py290 nargs='?',
297 nargs='?',
303 nargs='?',
314 nargs='?',
Dutf8_compatibility.py221 nargs='?',
227 nargs='?',
233 nargs='?',
238 nargs='?',
Dutf8_gen.py309 nargs='?',
316 nargs='?',
323 nargs='?',
330 nargs='?',
/glibc-2.36/support/
Dshell-container.c311 int nargs; in run_command_string() local
313 for (nargs = 0; iargs[nargs] != NULL; ++nargs) in run_command_string()
375 if (0 <= a && a < nargs) in run_command_string()
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dvltest.py73 parser.add_argument("vl", nargs=1, type=int,
78 parser.add_argument('args', nargs=argparse.REMAINDER,
/glibc-2.36/scripts/
Dcheck-wrapper-headers.py98 parser.add_argument('--generated', metavar='FILE', default="", nargs="*",
100 parser.add_argument('headers', help='Header files to process', nargs='+')
Ddso-ordering-test.py245 nargs="?", default="")
248 nargs="?", default="")
252 nargs="?", default="./")
256 nargs="?", default="")
259 nargs="?", default="")
Dcheck-wx-segment.py68 nargs='*')
/glibc-2.36/sysdeps/nptl/
Dlowlevellock-futex.h57 # define lll_futex_syscall(nargs, futexp, op, ...) \ argument
59 long int __ret = INTERNAL_SYSCALL (futex, nargs, futexp, op, \
/glibc-2.36/elf/
Dtst-relro-symbols.py60 help='required symbol names', nargs='*')
62 help='required symbol names', nargs='*')

12