Home
last modified time | relevance | path

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

12345678910>>...48

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c746 if (*argument == '=') { \
747 ptr = ++argument; \
748 argument += strlen(ptr); \
879 const char* argument = argv[argNb]; in main() local
880 if (!argument) continue; /* Protection if argument empty */ in main()
883 UTIL_refFilename(filenames, argument); in main()
888 if (!strcmp(argument, "-")){ in main()
894 if (argument[0]=='-') { in main()
896 if (argument[1]=='-') { in main()
898 …if (!strcmp(argument, "--")) { nextArgumentsAreFiles=1; continue; } /* only file names allowed f… in main()
[all …]
/freebsd/crypto/heimdal/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 …]
H A Dkcc-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]"
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md3 A **matcher** matches a *single* argument. You can use it inside `ON_CALL()` or
21 Built-in matchers (where `argument` is the function argument, e.g.
31 `_` | `argument` can be any value of the correct type.
32 `A<type>()` or `An<type>()` | `argument` can be any value of type `type`.
38 | `Eq(value)` or `value` | `argument == value` |
39 | `Ge(value)` | `argument >= value` |
40 | `Gt(value)` | `argument > value` |
41 | `Le(value)` | `argument <= value` |
42 | `Lt(value)` | `argument < value` |
43 | `Ne(value)` | `argument != value` |
[all …]
H A Dactions.md13 | `ReturnArg<N>()` | Return the `N`-th (0-based) argument. |
26 | `DeleteArg<N>()` | Delete the `N`-th (0-based) argument, which must be a pointer. |
27 | `SaveArg<N>(pointer)` | Save the `N`-th (0-based) argument to `*pointer`. |
28 | `SaveArgPointee<N>(pointer)` | Save the value pointed to by the `N`-th (0-based) argument to `*po…
29 …gReferee<N>(value)` | Assign `value` to the variable referenced by the `N`-th (0-based) argument. |
30 …tArgPointee<N>(value)` | Assign `value` to the variable pointed by the `N`-th (0-based) argument. |
32 …range [`first`, `last`) to the array pointed to by the `N`-th (0-based) argument, which can be eit…
48 | `InvokeArgument<N>(arg1, arg2, ..., argk)` | Invoke the mock function's `N`-th (0-based) argument
75 In `InvokeArgument<N>(...)`, if an argument needs to be passed by reference,
84 calls the mock function's #2 argument, passing to it `5` and `string("Hi")` by
[all …]
/freebsd/contrib/libarchive/tar/
H A Dbsdtar.c291 l = strtol(bsdtar->argument, &tptr, 10); in main()
293 *(bsdtar->argument) == '\0' || tptr == NULL || in main()
311 if (strlen(bsdtar->argument) == 0) in main()
315 set_chdir(bsdtar, bsdtar->argument); in main()
332 bsdtar->matching, bsdtar->argument) != ARCHIVE_OK) in main()
334 "Couldn't exclude %s\n", bsdtar->argument); in main()
351 cset_set_format(bsdtar->cset, bsdtar->argument); in main()
354 bsdtar->filename = bsdtar->argument; in main()
358 l = strtol(bsdtar->argument, &tptr, 10); in main()
359 if (l < 0 || l >= INT_MAX || *(bsdtar->argument) == '\0' || in main()
[all …]
H A Dcmdline.c215 bsdtar->argument = NULL; in bsdtar_getopt()
249 bsdtar->argument = *bsdtar->argv; in bsdtar_getopt()
250 if (bsdtar->argument == NULL) { in bsdtar_getopt()
331 bsdtar->argument = bsdtar->getopt_word; in bsdtar_getopt()
345 bsdtar->argument = (char *)(uintptr_t)(p + 1); in bsdtar_getopt()
384 if (bsdtar->argument == NULL) { in bsdtar_getopt()
385 bsdtar->argument = *bsdtar->argv; in bsdtar_getopt()
386 if (bsdtar->argument == NULL) { in bsdtar_getopt()
397 if (bsdtar->argument != NULL) { in bsdtar_getopt()
/freebsd/crypto/heimdal/kadmin/
H A Dkadmin-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 …]
/freebsd/crypto/heimdal/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 …]
/freebsd/sys/nlm/
H A Dnlm_prot_svc.c50 } argument; in nlm_prog_0() local
74 (void) memset((char *)&argument, 0, sizeof (argument)); in nlm_prog_0()
75 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_0()
80 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_0()
84 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_0()
112 } argument; in nlm_prog_1() local
226 (void) memset((char *)&argument, 0, sizeof (argument)); in nlm_prog_1()
227 if (!svc_getargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_1()
232 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_1()
236 if (!svc_freeargs(rqstp, xdr_argument, (char *)(caddr_t) &argument)) { in nlm_prog_1()
[all …]
/freebsd/crypto/heimdal/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 …]
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_fuchsia.cpp70 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld() argument
76 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld() member
77 } params = {{}, callback, argument}; in LockStuffAndStopTheWorld()
84 ScanGlobalRange(begin, end, &params->argument->frontier); in LockStuffAndStopTheWorld()
92 ScanRangeForPointers(begin, end, &params->argument->frontier, "STACK", in LockStuffAndStopTheWorld()
101 ScanRangeForPointers(begin, end, &params->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld()
126 &params->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld()
128 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
131 ScanRangeForPointers(begin, end, &params->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
153 ScanExtraStackRanges(ranges, &params->argument in LockStuffAndStopTheWorld()
[all...]
/freebsd/contrib/byacc/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
/freebsd/contrib/bmake/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)
/freebsd/contrib/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()
297 el->el_line.cursor += el->el_state.argument; in ed_next_char()
324 el->el_state.argument, in ed_prev_word()
346 el->el_line.cursor -= el->el_state.argument; in ed_prev_char()
395 el->el_state.argument = c - '0'; in ed_digit()
397 if (el->el_state.argument > 1000000) in ed_digit()
[all …]
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c900 const char* argument = argv[argNb]; in main() local
901 if(!argument) continue; /* Protection if argument empty */ in main()
906 if (!strcmp(argument, "--")) { nextArgumentIsFile=1; continue; } in main()
907 …if (!strcmp(argument, "--version")) { displayOut=stdout; DISPLAY(WELCOME_MESSAGE); CLEAN_RETURN(0)… in main()
908 … if (!strcmp(argument, "--help")) { displayOut=stdout; CLEAN_RETURN(usage(programName)); } in main()
909 if (!strcmp(argument, "--verbose")) { g_displayLevel++; continue; } in main()
910 if (!strcmp(argument, "--quiet")) { g_displayLevel--; continue; } in main()
913 if (argument[0]=='-') { in main()
914 argument++; in main()
916 while (argument[0]!=0) { in main()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td39 // Default value: OptionParser::eNoArgument (No argument allowed)
41 // - `OptionalArg`: Sets the argument type and marks it as optional.
42 // - `Arg`: Sets the argument type and marks it as required.
43 // - `EnumArg`: Sets the argument type to an enum and marks it as required.
57 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
81 // - `OptionalArg`: Sets the argument type and marks it as optional.
83 // Sets the argument type to eArgTypePid and marks option as
85 // - `Arg`: Sets the argument type and marks it as required.
87 // Sets the argument type to eArgTypePid and marks option as
90 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c78 bsdunzip->argument = NULL; in bsdunzip_getopt()
158 bsdunzip->argument = bsdunzip->getopt_word; in bsdunzip_getopt()
171 bsdunzip->argument = (char *)(uintptr_t)(p + 1); in bsdunzip_getopt()
210 if (bsdunzip->argument == NULL) { in bsdunzip_getopt()
211 bsdunzip->argument = *bsdunzip->argv; in bsdunzip_getopt()
212 if (bsdunzip->argument == NULL) { in bsdunzip_getopt()
224 if (bsdunzip->argument != NULL) { in bsdunzip_getopt()
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c111 bsdcat->argument = NULL; in bsdcat_getopt()
193 bsdcat->argument = bsdcat->getopt_word; in bsdcat_getopt()
207 bsdcat->argument = (char *)(uintptr_t)(p + 1); in bsdcat_getopt()
246 if (bsdcat->argument == NULL) { in bsdcat_getopt()
247 bsdcat->argument = *bsdcat->argv; in bsdcat_getopt()
248 if (bsdcat->argument == NULL) { in bsdcat_getopt()
259 if (bsdcat->argument != NULL) { in bsdcat_getopt()
/freebsd/contrib/llvm-project/compiler-rt/lib/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()
H A Dsanitizer_stoptheworld_win.cpp80 void *argument; member
83 DWORD WINAPI RunThread(void *argument) { in RunThread() argument
84 RunThreadArgs *run_args = (RunThreadArgs *)argument; in RunThread()
147 run_args->callback(suspended_threads_list, run_args->argument); in RunThread()
161 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() argument
162 struct RunThreadArgs arg = {callback, argument}; in StopTheWorld()
/freebsd/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()
/freebsd/libexec/rpc.rwalld/
H A Drwalld.c167 } argument; in wallprog_1() local
188 bzero(&argument, sizeof(argument)); in wallprog_1()
189 if (!svc_getargs(transp, xdr_argument, &argument)) { in wallprog_1()
193 result = (*local)(&argument, rqstp); in wallprog_1()
198 if (!svc_freeargs(transp, xdr_argument, &argument)) { in wallprog_1()
/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c110 cpio->argument = NULL; in cpio_getopt()
189 cpio->argument = opt_word; in cpio_getopt()
203 cpio->argument = (char *)(uintptr_t)(p + 1); in cpio_getopt()
242 if (cpio->argument == NULL) { in cpio_getopt()
243 cpio->argument = *cpio->argv; in cpio_getopt()
244 if (cpio->argument == NULL) { in cpio_getopt()
255 if (cpio->argument != NULL) { in cpio_getopt()
/freebsd/contrib/llvm-project/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>>...48