| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kdigest-commands.in | 55 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...] |
| heimtools-commands.in | 125 argument = "enctype" 132 argument = "cachename" 172 argument = "enctype" 179 argument = "cachename" 186 argument = "keytabname" 193 argument = "principal" 214 argument = "service" 220 argument = "enctype" 231 argument = "time" 245 argument = "[command] [all...] |
| /src/external/bsd/zstd/dist/tests/ |
| datagencli.c | 67 const char* argument = argv[argNb]; local 69 if (!argument) 70 continue; /* Protection if argument empty */ 73 if (*argument == '-') { 74 argument++; 75 while (*argument != 0) { 76 switch (*argument) { 80 argument++; 82 while ((*argument >= '0') && (*argument <= '9') [all...] |
| /src/external/bsd/ntp/dist/sntp/tests/ |
| sntptest.h | 12 void ActivateOption(const char* option, const char* argument);
|
| sntptest.c | 20 ActivateOption(const char* option, const char* argument) { 28 opts[2] = estrdup(argument);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stoptheworld_fuchsia.cpp | 25 // SuspendedThreadsList argument. This is enough for ASan's use case, 27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { 30 void *argument; member in struct:__sanitizer::Params 31 } params = {callback, argument}; 36 params->callback(SuspendedThreadsListFuchsia(), params->argument);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stoptheworld_fuchsia.cpp | 25 // SuspendedThreadsList argument. This is enough for ASan's use case, 27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { 30 void *argument; member in struct:__sanitizer::Params 31 } params = {callback, argument}; 36 params->callback(SuspendedThreadsListFuchsia(), params->argument);
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| kadmin-commands.in | 49 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...] |
| /src/crypto/external/bsd/heimdal/dist/admin/ |
| ktutil-commands.in | 42 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...] |
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| gss-commands.in | 51 argument = "mechanism" 57 argument = "[command]"
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_stoptheworld_test.cc | 40 void *IncrementerThread(void *argument) { 41 CallbackArgument *callback_argument = (CallbackArgument *)argument; 56 void *argument) { 57 CallbackArgument *callback_argument = (CallbackArgument *)argument; 73 CallbackArgument argument; local 78 &argument); 80 StopTheWorld(&Callback, &argument); 82 EXPECT_TRUE(argument.callback_executed); 83 EXPECT_TRUE(argument.threads_stopped); 84 // argument is on stack, so we have to wait for the incrementer thread t 166 AdvancedCallbackArgument argument; local [all...] |
| sanitizer_stoptheworld_testlib.cc | 35 void *argument) { 39 void *SuspenderThread(void *argument) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| hxtool-commands.in | 42 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...] |
| /src/usr.bin/make/unit-tests/ |
| cond-func-defined.exp | 1 make: cond-func-defined.mk:24: Missing ")" after argument "A" for "defined" 2 make: cond-func-defined.mk:34: Missing ")" after argument "DEF" for "defined"
|
| cond-func.exp | 1 make: cond-func.mk:37: Missing ")" after argument "A" for "defined" 2 make: cond-func.mk:53: Missing ")" after argument "A" for "defined" 3 make: cond-func.mk:57: Missing ")" after argument "A" for "defined" 9 make: cond-func.mk:138: Missing ")" after argument "" for "defined" 10 make: cond-func.mk:145: Missing ")" after argument "${:UVARNAME}.param" for "defined"
|
| directive-info.exp | 3 make: directive-info.mk:16: Missing argument for ".info" 8 make: directive-info.mk:30: Missing argument for ".info" 9 make: directive-info.mk:32: Missing argument for ".info"
|
| varmod-mtime.exp | 1 make: varmod-mtime.mk:46: Invalid argument "123x" for modifier ":mtime" 7 make: varmod-mtime.mk:78: Invalid argument "errorhandler-no" for modifier ":mtime" 9 make: varmod-mtime.mk:86: Invalid argument "warn" for modifier ":mtime"
|
| cond-func-make.exp | 1 make: cond-func-make.mk:24: warning: Unfinished character list in pattern argument "[" to function "make"
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| iprop-commands.in | 42 argument = "file" 73 argument = "file" 112 argument = "version-number" 119 argument = "version-number" 127 argument = "file" 146 argument = "file" 170 argument = "file" 184 argument = "command"
|
| /src/external/bsd/libarchive/dist/cat/ |
| bsdcat.h | 27 const char *argument; member in struct:bsdcat
|
| /src/external/bsd/zstd/dist/programs/ |
| zstdcli.c | 784 if (*argument == '=') { \ 785 ptr = ++argument; \ 786 argument += strlen(ptr); \ 790 DISPLAYLEVEL(1, "error: missing command argument \n"); \ 796 DISPLAYLEVEL(1, "error: command cannot be separated from its argument by another command \n"); \ 935 const char* argument = argv[argNb]; local 936 const char* const originalArgument = argument; 937 if (!argument) continue; /* Protection if argument empty */ 940 UTIL_refFilename(filenames, argument); [all...] |
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| command.cpp | 322 union argument { union 329 static void echo_command(int argc, argument *argv) 335 static void include_command(int argc, argument *argv) 341 static void capitalize_command(int argc, argument *argv) 349 static void accumulate_command(int, argument *) 354 static void no_accumulate_command(int, argument *) 359 static void move_punctuation_command(int, argument *) 364 static void no_move_punctuation_command(int, argument *) 369 static void sort_command(int argc, argument *argv) 378 static void no_sort_command(int, argument *) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
| crt0-efi-ia32.S | 46 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
|
| /src/usr.sbin/ypserv/yppush/ |
| yppush_svc.c | 87 } argument; local 113 (void) memset((char *)&argument, 0, sizeof (argument)); 114 if (!svc_getargs(transp, xdr_argument, (caddr_t) &argument)) { 121 result = (*local)(&argument, rqstp); 125 if (!svc_freeargs(transp, xdr_argument, (caddr_t) &argument)) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_stoptheworld.h | 54 void *argument); 61 void StopTheWorld(StopTheWorldCallback callback, void *argument);
|