/glibc-2.36/sysdeps/unix/ |
D | make-syscalls.sh | 175 [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/ |
D | tst-vfprintf-user-type.c | 67 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()
|
D | printf-prs.c | 62 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()
|
D | printf-parsemb.c | 66 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()
|
D | vfprintf-internal.c | 1143 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/ |
D | plural-exp.c | 36 .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()
|
D | plural.y | 68 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)
|
D | plural-exp.h | 59 int nargs; /* Number of arguments. */ member
|
/glibc-2.36/math/ |
D | math.h | 553 #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/ |
D | gen_translit_circle.py | 114 nargs='?', 121 nargs='?', 127 nargs='?', 138 nargs='?',
|
D | gen_translit_font.py | 120 nargs='?', 127 nargs='?', 133 nargs='?', 144 nargs='?',
|
D | gen_translit_fraction.py | 161 nargs='?', 168 nargs='?', 174 nargs='?', 185 nargs='?',
|
D | gen_unicode_ctype.py | 270 nargs='?', 277 nargs='?', 284 nargs='?', 289 nargs='?', 302 nargs='?',
|
D | gen_translit_cjk_compat.py | 184 nargs='?', 191 nargs='?', 197 nargs='?', 208 nargs='?',
|
D | gen_translit_combining.py | 408 nargs='?', 415 nargs='?', 421 nargs='?', 432 nargs='?',
|
D | gen_translit_compat.py | 290 nargs='?', 297 nargs='?', 303 nargs='?', 314 nargs='?',
|
D | utf8_compatibility.py | 221 nargs='?', 227 nargs='?', 233 nargs='?', 238 nargs='?',
|
D | utf8_gen.py | 309 nargs='?', 316 nargs='?', 323 nargs='?', 330 nargs='?',
|
/glibc-2.36/support/ |
D | shell-container.c | 311 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/ |
D | vltest.py | 73 parser.add_argument("vl", nargs=1, type=int, 78 parser.add_argument('args', nargs=argparse.REMAINDER,
|
/glibc-2.36/scripts/ |
D | check-wrapper-headers.py | 98 parser.add_argument('--generated', metavar='FILE', default="", nargs="*", 100 parser.add_argument('headers', help='Header files to process', nargs='+')
|
D | dso-ordering-test.py | 245 nargs="?", default="") 248 nargs="?", default="") 252 nargs="?", default="./") 256 nargs="?", default="") 259 nargs="?", default="")
|
D | check-wx-segment.py | 68 nargs='*')
|
/glibc-2.36/sysdeps/nptl/ |
D | lowlevellock-futex.h | 57 # define lll_futex_syscall(nargs, futexp, op, ...) \ argument 59 long int __ret = INTERNAL_SYSCALL (futex, nargs, futexp, op, \
|
/glibc-2.36/elf/ |
D | tst-relro-symbols.py | 60 help='required symbol names', nargs='*') 62 help='required symbol names', nargs='*')
|