Home
last modified time | relevance | path

Searched refs:nextarg (Results 1 – 19 of 19) sorted by relevance

/dragonfly/lib/libc/stdio/
H A Dprintf-pos.c89 types->nextarg = 1; in inittypes()
118 types->tablemax = types->nextarg; in _ensurespace()
194 int hold = types->nextarg; in addaster()
195 types->nextarg = n2; in addaster()
198 types->nextarg = hold; in addaster()
220 int hold = types->nextarg; in addwaster()
221 types->nextarg = n2; in addwaster()
224 types->nextarg = hold; in addwaster()
299 types.nextarg = n; in __find_arguments()
487 types.nextarg = n; in __find_warguments()
[all …]
H A Dxprintf.c275 int nextarg; in __v2printf() local
286 nextarg = 1; in __v2printf()
324 pi->get_prec = nextarg; in __v2printf()
344 pi->get_width = nextarg; in __v2printf()
345 argt[nextarg++] = PA_INT; in __v2printf()
373 if (nextarg > maxarg) in __v2printf()
374 maxarg = nextarg; in __v2printf()
375 nextarg = n; in __v2printf()
448 nextarg += ch; in __v2printf()
452 if (nextarg > maxarg) in __v2printf()
[all …]
H A Dvfprintf.c359 int nextarg; /* 1-based argument index */ in __vfprintf() local
390 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \ in __vfprintf()
391 (nextarg++, va_arg(ap, type))) in __vfprintf()
431 int hold = nextarg; \ in __vfprintf()
439 nextarg = n2; \ in __vfprintf()
441 nextarg = hold; \ in __vfprintf()
461 nextarg = 1; in __vfprintf()
561 nextarg = n; in __vfprintf()
H A Dvfwprintf.c436 int nextarg; /* 1-based argument index */ in __vfwprintf() local
467 ((argtable != NULL) ? *((type*)(&argtable[nextarg++])) : \ in __vfwprintf()
468 (nextarg++, va_arg(ap, type))) in __vfwprintf()
508 int hold = nextarg; \ in __vfwprintf()
516 nextarg = n2; \ in __vfwprintf()
518 nextarg = hold; \ in __vfwprintf()
532 nextarg = 1; in __vfwprintf()
629 nextarg = n; in __vfwprintf()
/dragonfly/usr.bin/env/
H A Denvopts.c168 char *dest, **newargv, *newstr, **nextarg, **oldarg; in split_spaces() local
188 nextarg = newargv; in split_spaces()
189 *nextarg++ = **origv; in split_spaces()
218 bq_destlen = dest - *(nextarg - 1); in split_spaces()
226 copystr = expand_vars(in_arg, (nextarg - 1), in split_spaces()
243 bq_destlen = dest - *(nextarg - 1); in split_spaces()
338 *nextarg++ = dest; in split_spaces()
357 *nextarg = NULL; in split_spaces()
360 bq_destlen, *(nextarg - 1), bq_src); in split_spaces()
372 *nextarg++ = *oldarg; in split_spaces()
[all …]
/dragonfly/usr.bin/find/
H A Dfunction.c267 nmins = nextarg(option, argvp); in c_Xmin()
312 value = nextarg(option, argvp); in c_Xtime()
338 dstr = nextarg(option, argvp); in c_mXXdepth()
472 ndepth = nextarg(option, argvp); in c_depth()
876 fsname = nextarg(option, argvp); in c_fstype()
939 gname = nextarg(option, argvp); in c_group()
1017 fn = nextarg(option, argvp); in c_samefile()
1044 nlinks = nextarg(option, argvp); in c_links()
1101 pattern = nextarg(option, argvp); in c_name()
1250 perm = nextarg(option, argvp); in c_perm()
[all …]
/dragonfly/sbin/restore/
H A Dinteractive.c54 static char *nextarg = NULL; variable
111 nextarg = NULL; in runcmdshell()
307 if (nextarg != NULL) in getcmd()
336 nextarg = cp; in getcmd()
341 cp = copynext(nextarg, rawname); in getcmd()
343 nextarg = NULL; in getcmd()
345 nextarg = cp; in getcmd()
/dragonfly/usr.bin/rpcgen/
H A Drpc_main.c1035 goto nextarg; in parseargs()
1046 goto nextarg; in parseargs()
1061 goto nextarg; in parseargs()
1066 goto nextarg; in parseargs()
1078 goto nextarg; in parseargs()
1084 nextarg: in parseargs()
/dragonfly/contrib/awk/
H A Drun.c2068 Node *nextarg; in bltin() local
2075 nextarg = a[1]->nnext; in bltin()
2102 if (nextarg == NULL) { in bltin()
2109 nextarg = nextarg->nnext; in bltin()
2173 if (nextarg != NULL) { in bltin()
2175 for ( ; nextarg; nextarg = nextarg->nnext) { in bltin()
2176 y = execute(nextarg); in bltin()
/dragonfly/usr.sbin/vidcontrol/
H A Dvidcontrol.c192 nextarg(int ac, char **av, int *indp, int oc, int strict) in nextarg() function
1128 font = nextarg(argc, argv, &optind, 'f', 0); in main()
/dragonfly/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c111 nextarg(int ac, char **av, int *indp, int oc) in nextarg() function
1152 nextarg(argc, argv, &optind, 'f')); in main()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjcopy.c4337 const char *nextarg; in copy_main() local
4349 nextarg = s + 1; in copy_main()
4350 len = strlen (nextarg); in copy_main()
4352 strcpy (target, nextarg); in copy_main()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c5412 const char *nextarg; in copy_main() local
5424 nextarg = s + 1; in copy_main()
5425 len = strlen (nextarg); in copy_main()
5427 strcpy (target, nextarg); in copy_main()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.c4857 std_expand_builtin_va_start (tree valist, rtx nextarg) in std_expand_builtin_va_start() argument
4860 convert_move (va_r, nextarg, 0); in std_expand_builtin_va_start()
4867 nextarg)); in std_expand_builtin_va_start()
4875 rtx nextarg; in expand_builtin_va_start() local
4888 nextarg = expand_builtin_next_arg (); in expand_builtin_va_start()
4892 targetm.expand_builtin_va_start (valist, nextarg); in expand_builtin_va_start()
4894 std_expand_builtin_va_start (valist, nextarg); in expand_builtin_va_start()
H A Dtarget.def4053 void, (tree valist, rtx nextarg), NULL)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltins.c4226 std_expand_builtin_va_start (tree valist, rtx nextarg) in std_expand_builtin_va_start() argument
4229 convert_move (va_r, nextarg, 0); in std_expand_builtin_va_start()
4237 rtx nextarg; in expand_builtin_va_start() local
4250 nextarg = expand_builtin_next_arg (); in expand_builtin_va_start()
4254 targetm.expand_builtin_va_start (valist, nextarg); in expand_builtin_va_start()
4256 std_expand_builtin_va_start (valist, nextarg); in expand_builtin_va_start()
H A Dtarget.def1814 void, (tree valist, rtx nextarg), NULL)
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c7737 ix86_va_start (tree valist, rtx nextarg) in ix86_va_start() argument
7781 std_expand_builtin_va_start (valist, nextarg); in ix86_va_start()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c9839 ix86_va_start (tree valist, rtx nextarg) in ix86_va_start() argument
9884 std_expand_builtin_va_start (valist, nextarg); in ix86_va_start()