| /freebsd-14.2/sys/contrib/zstd/programs/ |
| H A D | zstdcli.c | 894 if (argument[0]=='-') { in main() 1063 argument++; in main() 1068 if ((*argument>='0') && (*argument<='9')) { in main() 1121 argument++; in main() 1134 argument++; in main() 1140 argument++; in main() 1146 argument++; in main() 1152 argument++; in main() 1158 argument++; in main() 1166 argument++; in main() [all …]
|
| /freebsd-14.2/crypto/heimdal/kuser/ |
| H A D | kdigest-commands.in | 55 argument = "realm" 67 argument = "type" 73 argument = "value" 100 argument = "realm" 106 argument = "name" 142 argument = "name" 160 argument = "uri" 172 argument = "qop" 194 argument = "name" 241 argument = "uri" [all …]
|
| H A D | kcc-commands.in | 115 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-14.2/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 3 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. 32 `A<type>()` or `An<type>()` | `argument` can be any value of type `type`. 73 | `IsNan()` | `argument` is any floating-point type with a NaN value. | 91 The `argument` can be either a C string or a C++ string object: 128 | `IsEmpty()` | `argument` is an empty container (`container.empty()`). | 145 int len)` -- see [Multi-argument Matchers](#MultiArgMatchers)). 166 …:field, m)` | `argument.field` (or `argument->field` when `argument` is a plain pointer) mat… 171 …argument.property()` (or `argument->property()` when `argument` is a plain pointer) matches matche… 212 ## Multi-argument Matchers {#MultiArgMatchers} [all …]
|
| H A D | actions.md | 13 | `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. | 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 103 | `WithArg<N>(a)` | Pass the `N`-th (0-based) argument of the mock function to actio… 111 …arg1; }` | Defines an action `Sum()` to return the sum of the mock function's argument #0 and #1. | [all …]
|
| /freebsd-14.2/contrib/libarchive/tar/ |
| H A D | bsdtar.c | 311 if (strlen(bsdtar->argument) == 0) in main() 315 set_chdir(bsdtar, bsdtar->argument); in main() 354 bsdtar->filename = bsdtar->argument; in main() 366 bsdtar->gname = bsdtar->argument; in main() 385 bsdtar->gname = bsdtar->argument; in main() 390 bsdtar->gname = bsdtar->argument; in main() 443 bsdtar->argument) != ARCHIVE_OK) in main() 446 bsdtar->argument); in main() 664 bsdtar->uname = bsdtar->argument; in main() 669 bsdtar->uname = bsdtar->argument; in main() [all …]
|
| H A D | cmdline.c | 215 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-14.2/crypto/heimdal/kadmin/ |
| H A D | kadmin-commands.in | 49 argument = "file" 65 argument = "fd" 102 argument = "realm..." 108 argument = "file" 115 argument = "file" 150 argument ="lifetime" 168 argument = "time" 174 argument = "time" 293 argument = "from to" 323 argument = "time" [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | hxtool-commands.in | 67 argument = "password" 73 argument = "oid" 79 argument = "oid" 141 argument = "password" 191 argument = "password" 221 argument = "password" 227 argument = "enctype" 233 argument = "oid" 370 argument = "url" 484 argument = "name" [all …]
|
| /freebsd-14.2/sys/nlm/ |
| H A D | nlm_prot_svc.c | 52 } 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() 257 } argument; in nlm_prog_3() local 321 (void) memset((char *)&argument, 0, sizeof (argument)); in nlm_prog_3() 365 } argument; in nlm_prog_4() local [all …]
|
| /freebsd-14.2/crypto/heimdal/admin/ |
| H A D | ktutil-commands.in | 42 argument = "principal" 56 argument = "enctype" 94 argument = "realm" 101 argument = "host" 137 argument = "enctype" 143 argument = "realm" 150 argument = "host" 188 argument = "time" 209 argument = "enctype" 226 argument = "from to" [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_fuchsia.cpp | 70 CheckForLeaksParam *argument) { in LockStuffAndStopTheWorld() argument 76 CheckForLeaksParam *argument; in LockStuffAndStopTheWorld() member 77 } params = {{}, callback, argument}; in LockStuffAndStopTheWorld() 84 ScanGlobalRange(begin, end, ¶ms->argument->frontier); in LockStuffAndStopTheWorld() 92 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "STACK", in LockStuffAndStopTheWorld() 101 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "REGISTERS", in LockStuffAndStopTheWorld() 126 ¶ms->argument->frontier, "TLS", kReachable); in LockStuffAndStopTheWorld() 128 ScanRangeForPointers(begin2, end, ¶ms->argument->frontier, "TLS", in LockStuffAndStopTheWorld() 131 ScanRangeForPointers(begin, end, ¶ms->argument->frontier, "TLS", in LockStuffAndStopTheWorld() 153 ScanExtraStackRanges(ranges, ¶ms->argument->frontier); in LockStuffAndStopTheWorld() [all …]
|
| /freebsd-14.2/contrib/byacc/test/btyacc/ |
| H A D | err_inherit3.error | 5 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-14.2/contrib/libedit/ |
| H A D | common.c | 78 int count = 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() 324 el->el_state.argument, in ed_prev_word() 395 el->el_state.argument = c - '0'; in ed_digit() 399 el->el_state.argument = in ed_digit() 421 if (el->el_state.argument > 1000000) in ed_argument_digit() 423 el->el_state.argument = (el->el_state.argument * 10) + in ed_argument_digit() 426 el->el_state.argument = c - '0'; in ed_argument_digit() 761 if (el->el_state.argument > 0) in ed_prev_line() [all …]
|
| /freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 913 if (argument[0]=='-') { in main() 914 argument++; in main() 917 switch(argument[0]) in main() 941 argument++; in main() 948 argument++; in main() 954 argument++; in main() 963 argument++; in main() 966 if (toupper(*argument)=='M') bSize<<=20, argument++; in main() 967 if (toupper(*argument)=='B') argument++; in main() 975 if ((*argument>='0') && (*argument<='9')) { in main() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | OptionsBase.td | 39 // 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. 81 // - `OptionalArg`: Sets the argument type and marks it as optional. 85 // - `Arg`: Sets the argument type and marks it as required. 96 // Use `OptionalEnumArg` for having an option enum argument. 142 // Gives the option an optional argument. 148 // Gives the option an required argument. 153 // Gives the option an required argument. [all …]
|
| /freebsd-14.2/contrib/libarchive/unzip/ |
| H A D | cmdline.c | 78 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-14.2/contrib/libarchive/cat/ |
| H A D | cmdline.c | 111 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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_fuchsia.cpp | 27 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 D | sanitizer_stoptheworld_win.cpp | 80 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-14.2/usr.sbin/rpcbind/ |
| H A D | rpcb_svc.c | 76 } argument; in rpcb_service_3() local 163 (void) memset((char *)&argument, 0, sizeof (argument)); in rpcb_service_3() 165 (char *) &argument)) { in rpcb_service_3() 171 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) { in rpcb_service_3() 175 result = (*local)(&argument, rqstp, transp, RPCBVERS); in rpcb_service_3() 188 &argument)) { in rpcb_service_3()
|
| /freebsd-14.2/libexec/rpc.rwalld/ |
| H A D | rwalld.c | 167 } 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-14.2/contrib/libarchive/cpio/ |
| H A D | cmdline.c | 110 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-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 28 /// CCIfType - If the current argument is one of the specified types, apply 39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply 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 86 /// CCIfSplit - If this argument is marked with the 'split' attribute, apply 90 /// CCIfSRet - If this argument is marked with the 'sret' attribute, apply 100 /// CCIfPtrAddrSpace - If the top-level parent of the current argument has 105 /// CCIfPtr - If the top-level parent of the current argument had [all …]
|
| /freebsd-14.2/usr.sbin/praudit/tests/input/ |
| H A D | del_comma | 2 argument,1,0x1c,domain 3 argument,2,0x2,type 4 argument,3,0x0,protocol
|