Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 2876) sorted by relevance

12345678910>>...116

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc40 void *IncrementerThread(void *argument) { in IncrementerThread() argument
41 CallbackArgument *callback_argument = (CallbackArgument *)argument; in IncrementerThread()
56 void *argument) { in Callback() argument
57 CallbackArgument *callback_argument = (CallbackArgument *)argument; in Callback()
73 CallbackArgument argument; in TEST() local
78 &argument); in TEST()
80 StopTheWorld(&Callback, &argument); in TEST()
82 EXPECT_TRUE(argument.callback_executed); in TEST()
83 EXPECT_TRUE(argument.threads_stopped); in TEST()
111 void *AdvancedIncrementerThread(void *argument) { in AdvancedIncrementerThread() argument
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dcommand.cpp322 union argument { union
329 static void echo_command(int argc, argument *argv) in echo_command()
335 static void include_command(int argc, argument *argv) in include_command()
341 static void capitalize_command(int argc, argument *argv) in capitalize_command()
349 static void accumulate_command(int, argument *) in accumulate_command() argument
354 static void no_accumulate_command(int, argument *) in no_accumulate_command() argument
359 static void move_punctuation_command(int, argument *) in move_punctuation_command() argument
364 static void no_move_punctuation_command(int, argument *) in no_move_punctuation_command() argument
369 static void sort_command(int argc, argument *argv) in sort_command()
378 static void no_sort_command(int, argument *) in no_sort_command() argument
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdigest-commands.in55 argument = "realm"
61 argument = "digest-type"
67 argument = "type"
73 argument = "value"
79 argument = "hostname"
100 argument = "realm"
106 argument = "name"
112 argument = "nonce"
118 argument = "nonce"
124 argument = "nonce"
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmin-commands.in49 argument = "file"
65 argument = "fd"
85 argument = "[dump-file]"
108 argument = "realm..."
114 argument = "file"
121 argument = "file"
156 argument ="lifetime"
162 argument = "lifetime"
168 argument = "attributes"
174 argument = "time"
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool-commands.in42 argument = "certificate-store"
49 argument = "signer-friendly-name"
55 argument = "certificate-store"
61 argument = "certificate-pool"
67 argument = "password"
73 argument = "oid"
79 argument = "oid"
119 argument="in-file out-file"
128 argument = "certificate-store"
135 argument = "certificate-store"
[all …]
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_svc.c54 } argument; in nlm_prog_0() local
78 (void) memset((char *)&argument, 0, sizeof (argument)); in nlm_prog_0()
79 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_0()
84 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_0()
88 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_0()
116 } argument; in nlm_prog_1() local
230 (void) memset((char *)&argument, 0, sizeof (argument)); in nlm_prog_1()
231 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_1()
236 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_1()
240 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_1()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/admin/
H A Dktutil-commands.in42 argument = "principal"
56 argument = "enctype"
94 argument = "realm"
101 argument = "host"
108 argument = "port number"
112 argument = "[principal...]"
118 argument = "source destination"
130 argument = "principal"
137 argument = "enctype"
143 argument = "realm"
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common_fuchsia.cpp60 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld() argument
67 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld() member
68 } params = {{}, callback, argument}; in LockStuffAndStopTheWorld()
75 ScanGlobalRange(begin, end, &params->argument->frontier); in LockStuffAndStopTheWorld()
83 ScanRangeForPointers(begin, end, &params->argument->frontier, "STACK", in LockStuffAndStopTheWorld()
92 ScanRangeForPointers(begin, end, &params->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld()
116 &params->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld()
118 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
121 ScanRangeForPointers(begin, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
146 &params->argument->frontier); in LockStuffAndStopTheWorld()
[all …]
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit3.error5 YACC: w - line 64 of "./err_inherit3.y", unknown argument $c
6 YACC: w - line 64 of "./err_inherit3.y", untyped argument $c
7 YACC: w - line 65 of "./err_inherit3.y", unknown argument $t
10 YACC: w - line 65 of "./err_inherit3.y", unknown argument $c
13 YACC: w - line 69 of "./err_inherit3.y", unknown argument $t
16 YACC: w - line 69 of "./err_inherit3.y", untyped argument $t
17 YACC: w - line 69 of "./err_inherit3.y", unknown argument $c
20 YACC: w - line 69 of "./err_inherit3.y", untyped argument $c
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dlinkage.m46 dnl Check to see if the (math function) argument passed is
8 dnl ASSUMES argument is a math function with ONE parameter
48 dnl Check to see if the (math function) argument passed is
51 dnl 3) if not, see if 1) and 2) for argument prepended with '_'
55 dnl argument 1 is name of function to check
57 dnl ASSUMES argument is a math function with ONE parameter
113 dnl Check to see if the (math function) argument passed is
115 dnl ASSUMES argument is a math function with TWO parameters
134 dnl Check to see if the (math function) argument passed is
140 dnl argument 1 is name of function to check
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dlinkage.m46 dnl Check to see if the (math function) argument passed is
8 dnl ASSUMES argument is a math function with ONE parameter
48 dnl Check to see if the (math function) argument passed is
51 dnl 3) if not, see if 1) and 2) for argument prepended with '_'
55 dnl argument 1 is name of function to check
57 dnl ASSUMES argument is a math function with ONE parameter
113 dnl Check to see if the (math function) argument passed is
115 dnl ASSUMES argument is a math function with TWO parameters
134 dnl Check to see if the (math function) argument passed is
140 dnl argument 1 is name of function to check
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dopt-jobs.mk9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2)
13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2)
16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2)
30 EXPECT.0.0= argument '0.0' to option '-j' must be a positive number (exit 2)
32 EXPECT.0.0C= argument '0.0C' to option '-j' must be a positive number (exit 2)
33 EXPECT..00001= argument '.00001' to option '-j' must be a positive number (exit 2)
34 EXPECT..00001C= argument '.00001C' to option '-j' must be a positive number (exit 2)
40 EXPECT.08.5C= argument '08.5C' to option '-j' must be a positive number (exit 2)
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-set-option.c92 char *name, *argument, *expanded = NULL; in cmd_set_option_exec() local
101 argument = format_single_from_target(item, args_string(args, 0)); in cmd_set_option_exec()
105 notify_hook(item, argument); in cmd_set_option_exec()
106 free(argument); in cmd_set_option_exec()
111 name = options_match(argument, &idx, &ambiguous); in cmd_set_option_exec()
116 cmdq_error(item, "ambiguous option: %s", argument); in cmd_set_option_exec()
118 cmdq_error(item, "invalid option: %s", argument); in cmd_set_option_exec()
145 cmdq_error(item, "not an array: %s", argument); in cmd_set_option_exec()
162 cmdq_error(item, "already set: %s", argument); in cmd_set_option_exec()
229 free(argument); in cmd_set_option_exec()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dword59 "#MAKEFILE#:3: *** non-numeric first argument to `word' function: ''. Stop.",
64 "#MAKEFILE#:4: *** non-numeric first argument to `word' function: 'abc '. Stop.",
69 "#MAKEFILE#:5: *** non-numeric first argument to `word' function: '1a'. Stop.",
74 "#MAKEFILE#:7: *** non-numeric first argument to `wordlist' function: ''. Stop.",
79 "#MAKEFILE#:8: *** non-numeric first argument to `wordlist' function: 'abc '. Stop.",
84 … "#MAKEFILE#:9: *** non-numeric second argument to `wordlist' function: ' 12a '. Stop.",
97 "#MAKEFILE#:3: *** non-numeric first argument to `word' function: ''. Stop.",
102 "#MAKEFILE#:3: *** non-numeric first argument to `word' function: 'abc'. Stop.",
107 "#MAKEFILE#:3: *** first argument to `word' function must be greater than 0. Stop.",
112 "#MAKEFILE#:4: *** non-numeric first argument to `wordlist' function: ''. Stop.",
[all …]
/netbsd-src/lib/libedit/
H A Dcommon.c78 int count = el->el_state.argument; in ed_insert()
83 if (el->el_line.lastchar + el->el_state.argument >= in ed_insert()
99 c_insert(el, el->el_state.argument); in ed_insert()
127 el->el_state.argument, ce__isword); in ed_delete_prev_word()
178 c_delafter(el, el->el_state.argument); /* delete after dot */ in ed_delete_next_char()
298 el->el_line.cursor += el->el_state.argument; in ed_next_char()
325 el->el_state.argument, in ed_prev_word()
347 el->el_line.cursor -= el->el_state.argument; in ed_prev_char()
396 el->el_state.argument = c - '0'; in ed_digit()
398 if (el->el_state.argument > 1000000) in ed_digit()
[all …]
/netbsd-src/usr.sbin/ypserv/yppush/
H A Dyppush_svc.c87 } argument; in yppush_xfrrespprog_1() local
113 (void) memset((char *)&argument, 0, sizeof (argument)); in yppush_xfrrespprog_1()
114 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) { in yppush_xfrrespprog_1()
121 result = (*local)(&argument, rqstp); in yppush_xfrrespprog_1()
125 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) { in yppush_xfrrespprog_1()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damq_svc.c157 } argument; in amq_program_1() local
266 memset((char *) &argument, 0, sizeof(argument)); in amq_program_1()
269 (SVC_IN_ARG_TYPE) & argument)) { in amq_program_1()
278 switch ((pid = amq_fork(&argument))) { in amq_program_1()
283 result = (*child) (&argument, rqstp); in amq_program_1()
288 result = (*parent) (&argument, rqstp); in amq_program_1()
295 result = (*local) (&argument, rqstp); in amq_program_1()
305 (SVC_IN_ARG_TYPE) & argument)) { in amq_program_1()
/netbsd-src/share/doc/papers/px/
H A Dfig2.3.raw75 ARGV 2.14 Copy specified process argument into char array
86 ATAN 2.13 Returns arctangent of argument
87 EXP 2.13 Returns exponential of argument
88 LN 2.13 Returns natural log of argument
89 COS 2.13 Returns cos of argument
90 SIN 2.13 Returns sin of argument
91 SQRT 2.13 Returns square root of argument
92 CHR* 2.15 Returns integer to ascii mapping of argument
93 ODD* 2.15 Returns \fItrue\fR if argument is odd, \fIfalse\fR if even
94 PRED* 2.7 Returns predecessor of argument
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/gnuefi/
H A Dcrt0-efi-ia32.S46 pushl 12(%ebp) # copy "image" argument
47 pushl 8(%ebp) # copy "systab" argument
56 pushl %ebx # pass _DYNAMIC as second argument
57 pushl %eax # pass ldbase as first argument
64 call efi_main # call app with "image" and "systab" argument
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc.c74 } argument; in rpcb_service_3() local
161 (void) memset((char *)&argument, 0, sizeof (argument)); in rpcb_service_3()
163 (char *) &argument)) { in rpcb_service_3()
169 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) { in rpcb_service_3()
173 result = (*local)(&argument, rqstp, transp, RPCBVERS); in rpcb_service_3()
186 &argument)) { in rpcb_service_3()
/netbsd-src/usr.sbin/rpc.yppasswdd/
H A Drpc.yppasswdd.c140 } argument; in yppasswddprog_1() local
155 (void)memset(&argument, 0, sizeof(argument)); in yppasswddprog_1()
156 if (!svc_getargs(transp, xdr_yppasswd, (caddr_t) & argument)) { in yppasswddprog_1()
160 make_passwd((yppasswd *)&argument, rqstp, transp); in yppasswddprog_1()
161 if (!svc_freeargs(transp, xdr_yppasswd, (caddr_t) &argument)) in yppasswddprog_1()
/netbsd-src/libexec/rpc.rwalld/
H A Drwalld.c153 } argument; in wallprog_1() local
174 memset((char *)&argument, 0, sizeof(argument)); in wallprog_1()
175 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { in wallprog_1()
179 result = (*local)((char **)&argument, rqstp); in wallprog_1()
183 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) { in wallprog_1()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A DREADME5 Register 1-7 are argument registers. Types of sizes up to 36 bits are
8 If the argument that would end up in register 7 requires two registers,
12 struct return: a hidden argument containing the address of the struct
13 is stored as the first argument _on_the_stack_, never in register.
15 struct argument: always saved on stack, and terminates the list
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() argument
30 void *argument; in StopTheWorld() member
31 } params = {callback, argument}; in StopTheWorld()
36 params->callback(SuspendedThreadsListFuchsia(), params->argument); in StopTheWorld()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetCallingConv.td28 /// CCIfType - If the current argument is one of the specified types, apply
39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
44 /// CCIfPreallocated - If the current argument has Preallocated parameter attribute,
49 /// CCIfSwiftSelf - If the current argument has swiftself parameter attribute,
54 /// CCIfSwiftAsync - If the current argument has swiftasync parameter attribute,
59 /// CCIfSwiftError - If the current argument has swifterror parameter attribute,
64 /// CCIfCFGuardTarget - If the current argument has cfguardtarget parameter
69 /// CCIfConsecutiveRegs - If the current argument has InConsecutiveRegs
78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
[all …]

12345678910>>...116