Searched refs:extra_args (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dauto77 local yes no defaultno extra_args format
80 extra_args="--wrap --left"
84 extra_args="--cr-wrap"
99 $extra_args \
H A Dzfsboot421 local yes no defaultno extra_args format
424 extra_args="--wrap --left"
428 extra_args="--colors --cr-wrap"
467 $extra_args \
/freebsd-11.0-release/sys/i386/include/xen/
H A Dhypercall.h347 int cmd, int vcpuid, void *extra_args)
349 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
346 HYPERVISOR_vcpu_op( int cmd, int vcpuid, void *extra_args) argument
/freebsd-11.0-release/sys/amd64/include/xen/
H A Dhypercall.h359 int cmd, unsigned int vcpuid, void *extra_args)
361 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);
358 HYPERVISOR_vcpu_op( int cmd, unsigned int vcpuid, void *extra_args) argument
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dbreakpoint.c5420 char *extra_args = NULL;
5444 extra_args = strchr (arg, ' ');
5445 if (extra_args)
5447 extra_args++;
5448 extra_args_len = strlen (extra_args);
5449 level_arg = (char *) xmalloc (extra_args - arg);
5450 strncpy (level_arg, arg, extra_args - arg - 1);
5451 level_arg[extra_args - arg - 1] = '\0';
5467 extra_args = arg;
5477 addr_string = xstrprintf ("*0x%s %s", paddr_nz (high), extra_args);
5409 char *extra_args = NULL; local
5488 char *extra_args = NULL; local
[all...]
/freebsd-11.0-release/contrib/diff/lib/
H A Dstrftime.c345 # define extra_args , ut, ns macro
355 # define extra_args macro
725 tp extra_args LOCALE_ARG);
727 tp extra_args LOCALE_ARG));
/freebsd-11.0-release/contrib/gcc/cp/
H A Dpt.c429 add_to_template_args (tree args, tree extra_args) argument
436 extra_depth = TMPL_ARGS_DEPTH (extra_args);
443 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j));
456 add_outermost_template_args (tree args, tree extra_args) argument
462 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args));
466 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args))
467 return extra_args;
470 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args);
472 new_args = add_to_template_args (args, extra_args);
475 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args);
[all...]

Completed in 169 milliseconds