Searched refs:args (Results 1 - 25 of 4691) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb.c26 struct captured_main_args args; local
28 memset (&args, 0, sizeof args);
29 args.argc = argc;
30 args.argv = argv;
31 args.interpreter_p = INTERP_CONSOLE;
32 return gdb_main (&args);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdb.c26 struct captured_main_args args; local
28 memset (&args, 0, sizeof args);
29 args.argc = argc;
30 args.argv = argv;
31 args.interpreter_p = INTERP_CONSOLE;
32 return gdb_main (&args);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.config/
H A Dtest20459.d1 void main (string[] args)
3 assert(args.length == 5);
4 assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]);
H A Dtest19433.d3 void main(string[] args)
5 assert(args.length == 2);
6 assert(args[1] == "--DRT-dont-eat-me");
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dquotesys.h6 # define __QUOTESYS_P(args) args
8 # define __QUOTESYS_P(args) ()
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddebug.h29 #define gvt_err(fmt, args...) \
30 pr_err("gvt: "fmt, ##args)
32 #define gvt_vgpu_err(fmt, args...) \
35 pr_err("gvt: "fmt, ##args); \
37 pr_err("gvt: vgpu %d: "fmt, vgpu->id, ##args);\
40 #define gvt_dbg_core(fmt, args...) \
41 pr_debug("gvt: core: "fmt, ##args)
43 #define gvt_dbg_irq(fmt, args...) \
44 pr_debug("gvt: irq: "fmt, ##args)
46 #define gvt_dbg_mm(fmt, args
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_nist.in68 args=""
70 *.crt) args="$args chain:FILE:$nistdir/certs/$arg1" ;;
71 *.crl) args="$args crl:FILE:$nistdir/crls/$arg1" ;;
72 *) args="$args $arg1" ;;
75 *.crt) args="$args chain:FILE:$nistdir/certs/$arg2" ;;
76 *.crl) args
[all...]
/netbsd-current/external/gpl3/gdb/bin/gdbtui/
H A Dtui-main.c29 struct captured_main_args args; local
31 memset (&args, 0, sizeof args);
32 args.argc = argc;
33 args.argv = argv;
34 args.interpreter_p = INTERP_TUI;
35 return gdb_main (&args);
/netbsd-current/external/gpl3/gdb.old/bin/gdbtui/
H A Dtui-main.c29 struct captured_main_args args; local
31 memset (&args, 0, sizeof args);
32 args.argc = argc;
33 args.argv = argv;
34 args.interpreter_p = INTERP_TUI;
35 return gdb_main (&args);
/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dformatcheck.h31 * \li args is the location of the first argument (or 0 for no argument checking).
37 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
39 #define ISC_FORMAT_PRINTF(fmt, args)
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dcommon.h39 #define DEBUG_PRINTF(format, args...) printf (format, ## args)
41 #define DEBUG_PRINTF(format, args...)
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dcommon.h39 #define DEBUG_PRINTF(format, args...) printf (format, ## args)
41 #define DEBUG_PRINTF(format, args...)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dformatcheck.h25 * \li args is the location of the first argument (or 0 for no argument
32 #define ISC_FORMAT_PRINTF(fmt, args) \
33 __attribute__((__format__(__printf__, fmt, args)))
35 #define ISC_FORMAT_PRINTF(fmt, args)
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dformatcheck.h24 * \li args is the location of the first argument (or 0 for no argument
31 #define ISC_FORMAT_PRINTF(fmt, args) \
32 __attribute__((__format__(__printf__, fmt, args)))
34 #define ISC_FORMAT_PRINTF(fmt, args)
/netbsd-current/lib/libarch/alpha/
H A Dalpha_pci_conf.c45 struct alpha_pci_conf_readwrite_args args; local
47 args.write = 0;
48 args.bus = bus;
49 args.device = device;
50 args.function = func;
51 args.reg = reg;
53 if (sysarch(ALPHA_PCI_CONF_READWRITE, &args) == -1)
56 return (args.val);
63 struct alpha_pci_conf_readwrite_args args; local
65 args
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dxasprintf.c26 va_list args; local
29 va_start (args, format);
30 result = xvasprintf (format, args);
31 va_end (args);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dxasprintf.c26 va_list args; local
29 va_start (args, format);
30 result = xvasprintf (format, args);
31 va_end (args);
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dpogen.h24 #define print_log(level, dm_errno, file, line, format, args...) print_log(format, args)
25 #define dm_log(level, file, line, format, args...) dm_log(format, args)
26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \
27 dm_log(level, file, line, format, args)
/netbsd-current/external/gpl2/lvm2/dist/po/
H A Dpogen.h24 #define print_log(level, dm_errno, file, line, format, args...) print_log(format, args)
25 #define dm_log(level, file, line, format, args...) dm_log(format, args)
26 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \
27 dm_log(level, file, line, format, args)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/macros/
H A Dvararg.s1 .macro v1 arg1 : req, args : vararg
3 .ifnb \args
4 v1 \args
/netbsd-current/sys/arch/arm/ofw/
H A Dopenfirm.c97 } args = { local
103 args.phandle = phandle;
104 if (openfirmware(&args) == -1)
106 return args.sibling;
118 } args = { local
124 args.phandle = phandle;
125 if (openfirmware(&args) == -1)
127 return args.child;
139 } args = { local
145 args
160 } args = { local
183 } args = { local
210 } args = { local
239 } args = { local
266 } args = { local
288 } args = { local
311 } args = { local
336 } args = { local
370 } args = { local
434 } args = { local
481 } args = { local
501 } args = { local
522 } args = { local
547 } args = { local
572 } args = { local
597 } args = { local
620 } args = { local
639 } args = { local
657 } args = { local
675 } args = { local
691 } args = { local
712 } args = { local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dspawn_command.c122 static void get_spawn_args(struct spawn_args * args, int init_key, va_list ap) argument
130 args->argv = 0;
131 args->command = 0;
132 args->stdin_fd = -1;
133 args->stdout_fd = -1;
134 args->stderr_fd = -1;
135 args->uid = (uid_t) - 1;
136 args->gid = (gid_t) - 1;
137 args->env = 0;
138 args
209 struct spawn_args args; local
[all...]
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A DLocore.c66 } args; local
68 args.name = ADR2CELL("exit");
69 args.nargs = 0;
70 args.nreturns = 0;
71 openfirmware(&args);
85 } args; local
87 args.name = ADR2CELL("enter");
88 args.nargs = 0;
89 args.nreturns = 0;
90 openfirmware(&args);
102 } args; local
122 } args; local
144 } args; local
166 } args; local
189 } args; local
216 } args; local
240 } args; local
276 } args; local
300 } args; local
320 } args; local
340 } args; local
364 } args; local
389 } args; local
412 } args; local
430 } args; local
448 } args; local
468 } args; local
518 } args; local
558 } args; local
595 } args; local
630 } args; local
667 } args; local
711 } args; local
753 } args; local
792 } args; local
829 } args; local
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DLogging.cpp18 va_list args; local
19 va_start(args, fmt);
20 log(m_level, fmt, args);
21 va_end(args);
26 va_list args; local
27 va_start(args, fmt);
28 log(level, fmt, args);
29 va_end(args);
32 void Logger::log(const char * fmt, va_list args) argument
34 log(m_level, fmt, args);
39 log(log_level_t level, const char * fmt, va_list args) argument
53 va_list args; local
72 va_list args; local
[all...]
/netbsd-current/sys/arch/alpha/alpha/
H A Dsys_machdep.c105 struct alpha_fp_except_args args; local
107 error = copyin(SCARG(uap, parms), &args, sizeof args);
110 m = args.mask;
127 struct alpha_fp_c_args args; local
129 args.fp_c = alpha_read_fp_c(l);
130 error = copyout(&args, SCARG(uap, parms), sizeof args);
135 struct alpha_fp_c_args args; local
137 error = copyin(SCARG(uap, parms), &args, sizeo
147 struct alpha_bus_get_window_count_args args; local
167 struct alpha_bus_get_window_args args; local
194 struct alpha_pci_conf_readwrite_args args; local
[all...]

Completed in 207 milliseconds

1234567891011>>