Home
last modified time | relevance | path

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

12345678910>>...43

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_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 …]
/NextBSD/contrib/groff/src/preproc/refer/
HDcommand.cpp320 union argument { union
327 static void echo_command(int argc, argument *argv) in echo_command()
333 static void include_command(int argc, argument *argv) in include_command()
339 static void capitalize_command(int argc, argument *argv) in capitalize_command()
347 static void accumulate_command(int, argument *) in accumulate_command() argument
352 static void no_accumulate_command(int, argument *) in no_accumulate_command() argument
357 static void move_punctuation_command(int, argument *) in move_punctuation_command() argument
362 static void no_move_punctuation_command(int, argument *) in no_move_punctuation_command() argument
367 static void sort_command(int argc, argument *argv) in sort_command()
376 static void no_sort_command(int, argument *) in no_sort_command() argument
[all …]
/NextBSD/crypto/heimdal/kuser/
HDkdigest-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 …]
HDkcc-commands.in115 argument = "enctype"
122 argument = "cachename"
162 argument = "enctype"
169 argument = "cachename"
176 argument = "keytabname"
183 argument = "principal"
204 argument = "service"
210 argument = "enctype"
221 argument = "time"
235 argument = "[command]"
/NextBSD/contrib/libarchive/tar/
HDbsdtar.c274 t = atoi(bsdtar->argument); in main()
291 if (strlen(bsdtar->argument) == 0) in main()
295 set_chdir(bsdtar, bsdtar->argument); in main()
311 bsdtar->matching, bsdtar->argument) != ARCHIVE_OK) in main()
313 "Couldn't exclude %s\n", bsdtar->argument); in main()
316 cset_set_format(bsdtar->cset, bsdtar->argument); in main()
319 bsdtar->filename = bsdtar->argument; in main()
322 t = atoi(bsdtar->argument); in main()
329 bsdtar->gname = bsdtar->argument; in main()
366 bsdtar->names_from_file = bsdtar->argument; in main()
[all …]
HDcmdline.c206 bsdtar->argument = NULL; in bsdtar_getopt()
240 bsdtar->argument = *bsdtar->argv; in bsdtar_getopt()
241 if (bsdtar->argument == NULL) { in bsdtar_getopt()
322 bsdtar->argument = bsdtar->getopt_word; in bsdtar_getopt()
336 bsdtar->argument = (char *)(uintptr_t)(p + 1); in bsdtar_getopt()
375 if (bsdtar->argument == NULL) { in bsdtar_getopt()
376 bsdtar->argument = *bsdtar->argv; in bsdtar_getopt()
377 if (bsdtar->argument == NULL) { in bsdtar_getopt()
388 if (bsdtar->argument != NULL) { in bsdtar_getopt()
/NextBSD/crypto/heimdal/kadmin/
HDkadmin-commands.in49 argument = "file"
65 argument = "fd"
79 argument = "[dump-file]"
102 argument = "realm..."
108 argument = "file"
115 argument = "file"
150 argument ="lifetime"
156 argument = "lifetime"
162 argument = "attributes"
168 argument = "time"
[all …]
/NextBSD/crypto/heimdal/lib/hx509/
HDhxtool-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 …]
/NextBSD/sys/nlm/
HDnlm_prot_svc.c52 } argument; in nlm_prog_0() local
76 (void) memset((char *)&argument, 0, sizeof (argument)); in nlm_prog_0()
77 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_0()
82 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_0()
86 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_0()
114 } argument; in nlm_prog_1() local
228 (void) memset((char *)&argument, 0, sizeof (argument)); in nlm_prog_1()
229 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_1()
234 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_1()
238 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_1()
[all …]
/NextBSD/crypto/heimdal/admin/
HDktutil-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 …]
/NextBSD/contrib/byacc/test/btyacc/
HDerr_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
/NextBSD/lib/libedit/
HDcommon.c73 int count = el->el_state.argument; in ed_insert()
78 if (el->el_line.lastchar + el->el_state.argument >= in ed_insert()
94 c_insert(el, el->el_state.argument); in ed_insert()
122 el->el_state.argument, ce__isword); in ed_delete_prev_word()
173 c_delafter(el, el->el_state.argument); /* delete after dot */ in ed_delete_next_char()
292 el->el_line.cursor += el->el_state.argument; in ed_next_char()
319 el->el_state.argument, in ed_prev_word()
341 el->el_line.cursor -= el->el_state.argument; in ed_prev_char()
390 el->el_state.argument = c - '0'; in ed_digit()
392 if (el->el_state.argument > 1000000) in ed_digit()
[all …]
HDemacs.c76 c_delafter(el, el->el_state.argument); in em_delete_or_list()
101 el->el_state.argument, ce__isword); in em_delete_next_word()
145 if (el->el_state.argument == 1) in em_yank()
269 el->el_state.argument, in em_next_word()
292 el->el_state.argument, ce__isword); in em_upper_case()
316 el->el_state.argument, ce__isword); in em_capitol_case()
348 el->el_state.argument, ce__isword); in em_lower_case()
401 if (el->el_state.argument > 1000000) in em_universal_argument()
404 el->el_state.argument *= 4; in em_universal_argument()
452 el->el_state.argument, ce__isword); in em_copy_prev_word()
[all …]
/NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
HDrpcb_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()
/NextBSD/contrib/libstdc++/
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 …]
/NextBSD/usr.sbin/rpcbind/
HDrpcb_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()
/NextBSD/libexec/rpc.rwalld/
HDrwalld.c167 } argument; in wallprog_1() local
187 bzero(&argument, sizeof(argument)); in wallprog_1()
188 if (!svc_getargs(transp, (xdrproc_t)xdr_argument, &argument)) { in wallprog_1()
192 result = (*local)(&argument, rqstp); in wallprog_1()
197 if (!svc_freeargs(transp, (xdrproc_t)xdr_argument, &argument)) { in wallprog_1()
/NextBSD/contrib/libarchive/cpio/
HDcmdline.c118 cpio->argument = NULL; in cpio_getopt()
197 cpio->argument = opt_word; in cpio_getopt()
211 cpio->argument = (char *)(uintptr_t)(p + 1); in cpio_getopt()
250 if (cpio->argument == NULL) { in cpio_getopt()
251 cpio->argument = *cpio->argv; in cpio_getopt()
252 if (cpio->argument == NULL) { in cpio_getopt()
263 if (cpio->argument != NULL) { in cpio_getopt()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticDriverKinds.td17 "unsupported argument '%1' to option '%0'">;
28 "invalid linker name in argument '%0'">;
30 "invalid runtime library name in argument '%0'">;
34 "invalid library name in argument '%0'">;
53 "argument to '%0' is missing (expected %1 value%s1)">;
55 "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
57 "invalid Xarch argument: '%0', cannot change driver behavior inside Xarch argument">;
59 "invalid argument '%0' only allowed with '%1'">;
61 "invalid argument '%0' not allowed with '%1'">;
92 def err_drv_unknown_argument : Error<"unknown argument: '%0'">;
[all …]
/NextBSD/contrib/amd/amd/
HDamq_svc.c120 } argument; in amq_program_1() local
207 memset((char *) &argument, 0, sizeof(argument)); in amq_program_1()
210 (SVC_IN_ARG_TYPE) & argument)) { in amq_program_1()
215 result = (*local) (&argument, rqstp); in amq_program_1()
225 (SVC_IN_ARG_TYPE) & argument)) { in amq_program_1()
/NextBSD/usr.bin/migcom/
HDroutine.h396 typedef struct argument struct
400 struct argument *argNext; argument
424 struct argument *argCount; /* our count arg, if present */ argument
425 struct argument *argSubCount; /* our sub-count arg, if present (variable subordinate arrays) */ argument
426 struct argument *argCInOut; /* our CountInOut arg, if present */ argument
427 struct argument *argPoly; /* our poly arg, if present */ argument
428 struct argument *argDealloc;/* our dealloc arg, if present */ argument
429 struct argument *argSameCount; /* the arg to take the count from, if present */ argument
430 struct argument *argParent; /* in a count or poly arg, the base arg */ argument
/NextBSD/crypto/heimdal/lib/kadm5/
HDiprop-commands.in42 argument = "file"
61 argument = "file"
79 argument = "version-number"
86 argument = "version-number"
94 argument = "file"
113 argument = "file"
127 argument = "command"
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZCallingConv.td20 // Match if this specific argument is a fixed (i.e. named) argument.
24 // Match if this specific argument was widened from a short vector type.
37 // call-clobbered argument registers available for code that doesn't
38 // care about the ABI. (R6 is an argument register too, but is
44 // other floating-point argument registers available for code that
45 // doesn't care about the ABI. All floating-point argument registers
59 // z/Linux argument calling conventions
/NextBSD/crypto/openssl/engines/
HDe_cswift.c498 BIGNUM *argument; in cswift_mod_exp() local
506 modulus = exponent = argument = result = NULL; in cswift_mod_exp()
519 argument = BN_CTX_get(ctx); in cswift_mod_exp()
526 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top)) { in cswift_mod_exp()
555 arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d); in cswift_mod_exp()
556 arg.value = (unsigned char *)argument->d; in cswift_mod_exp()
613 BIGNUM *argument = NULL; in cswift_mod_exp_crt() local
630 argument = BN_new(); in cswift_mod_exp_crt()
632 if (!result || !argument) { in cswift_mod_exp_crt()
669 if (!bn_wexpand(argument, a->top) || !bn_wexpand(result, p->top + q->top)) { in cswift_mod_exp_crt()
[all …]
/NextBSD/contrib/amd/hlfsd/
HDnfs_prot_svc.c96 } argument; in nfs_program_2() local
224 memset((char *) &argument, 0, sizeof(argument)); in nfs_program_2()
227 (SVC_IN_ARG_TYPE) &argument)) { in nfs_program_2()
234 result = (*local) (&argument, rqstp); in nfs_program_2()
245 (SVC_IN_ARG_TYPE) & argument)) { in nfs_program_2()

12345678910>>...43