HomeSort by: relevance | last modified time | path
    Searched refs:args (Results 1 - 25 of 4991) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.config/
test20459.d 1 void main (string[] args)
3 assert(args.length == 5);
4 assert(args[1 .. $] == [ "foo", "bar", "--", "--DRT-gcopts=profile:1" ]);
test19433.d 3 void main(string[] args)
5 assert(args.length == 2);
6 assert(args[1] == "--DRT-dont-eat-me");
  /src/external/gpl2/diffutils/dist/lib/
quotesys.h 6 # define __QUOTESYS_P(args) args
8 # define __QUOTESYS_P(args) ()
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
debug.h 29 #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...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_nist.in 68 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="$args crl:FILE:$nistdir/crls/$arg2" ;
    [all...]
  /src/external/gpl3/gdb/bin/gdbtui/
tui-main.c 29 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);
  /src/external/gpl3/gdb.old/bin/gdbtui/
tui-main.c 29 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);
  /src/external/gpl3/gdb.old/dist/gdb/
gdb.c 32 struct captured_main_args args; local
34 memset (&args, 0, sizeof args);
35 args.argc = argc;
36 args.argv = argv;
37 args.interpreter_p = INTERP_CONSOLE;
38 return gdb_main (&args);
  /src/external/gpl3/gdb/dist/gdb/
gdb.c 32 struct captured_main_args args; local
34 memset (&args, 0, sizeof args);
35 args.argc = argc;
36 args.argv = argv;
37 args.interpreter_p = INTERP_CONSOLE;
38 return gdb_main (&args);
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
formatcheck.h 31 * \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)
  /src/external/gpl3/gcc/dist/libobjc/objc-private/
common.h 39 #define DEBUG_PRINTF(format, args...) printf (format, ## args)
41 #define DEBUG_PRINTF(format, args...)
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
common.h 39 #define DEBUG_PRINTF(format, args...) printf (format, ## args)
41 #define DEBUG_PRINTF(format, args...)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
formatcheck.h 24 * \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)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
formatcheck.h 25 * \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)
  /src/lib/libarch/alpha/
alpha_pci_conf.c 45 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.write = 1
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xasprintf.c 26 va_list args; local
29 va_start (args, format);
30 result = xvasprintf (format, args);
31 va_end (args);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xasprintf.c 26 va_list args; local
29 va_start (args, format);
30 result = xvasprintf (format, args);
31 va_end (args);
  /src/external/gpl2/lvm2/dist/include/
pogen.h 24 #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)
  /src/external/gpl2/lvm2/dist/po/
pogen.h 24 #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)
  /src/sys/arch/arm/ofw/
openfirm.c 97 } 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.phandle = phandle
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...]
  /src/sys/arch/sparc/stand/ofwboot/
Locore.c 66 } 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...]
  /src/external/bsd/elftosb/dist/common/
Logging.cpp 18 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)
34 log(m_level, fmt, args);
53 va_list args; local
72 va_list args; local
    [all...]
  /src/sys/arch/alpha/alpha/
sys_machdep.c 105 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, sizeof args)
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...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
30-test_evp_fetch_prov.t 31 { args => [ '-property', 'provider=default' ],
33 { args => [ '-property', 'provider!=fips' ],
35 { args => [ '-property', 'provider!=default', '-fetchfail' ],
38 { args => [ '-property', 'provider=fips', '-fetchfail' ],
48 { args => [ '-property', '' ] },
49 { args => [ '-property', 'provider=fips' ],
51 { args => [ '-property', 'provider!=default' ],
53 { args => [ '-property', 'provider=default', '-fetchfail' ],
56 { args => [ '-property', 'provider!=fips', '-fetchfail' ],
59 { args => [ '-property', 'fips=yes' ]
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
30-test_evp_fetch_prov.t 31 { args => [ '-property', 'provider=default' ],
33 { args => [ '-property', 'provider!=fips' ],
35 { args => [ '-property', 'provider!=default', '-fetchfail' ],
38 { args => [ '-property', 'provider=fips', '-fetchfail' ],
48 { args => [ '-property', '' ] },
49 { args => [ '-property', 'provider=fips' ],
51 { args => [ '-property', 'provider!=default' ],
53 { args => [ '-property', 'provider=default', '-fetchfail' ],
56 { args => [ '-property', 'provider!=fips', '-fetchfail' ],
59 { args => [ '-property', 'fips=yes' ]
    [all...]

Completed in 69 milliseconds

1 2 3 4 5 6 7 8 91011>>