| /src/usr.sbin/acpitools/amldb/ |
| debug.c | 74 char commandline[CMDBUFLEN]; local 85 fgets(commandline, 512, stdin); 86 commandline[512 - 1] = '\n'; /* safety */ 88 commandline[0] = 'q'; 90 if (commandline[0] == '\n') { 91 memcpy(commandline, lastcommand, sizeof commandline); 93 memcpy(lastcommand, commandline, sizeof commandline); 94 switch (commandline[0]) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 03-test_fipsinstall.t | 39 my @commandline = 67 + 4 * (scalar @commandline); 513 foreach my $cp (@commandline) { 514 my $o = $commandline[0]; 515 my $l = $commandline[1];
|
| /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/ |
| driver.c | 47 #include <isc/commandline.h>
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| simple_exec_w32.c | 225 char * commandline = NULL; local 233 commandline = collect_commandline(file, &ap); 235 if (commandline == NULL) 286 if (!CreateProcess(file, commandline, NULL, NULL,
|
| /src/external/mpl/bind/dist/lib/isc/ |
| commandline.c | 1 /* $NetBSD: commandline.c,v 1.9 2025/01/26 16:25:36 christos Exp $ */ 55 #include <isc/commandline.h>
|
| /src/external/mpl/bind/dist/bin/tools/ |
| named-journalprint.c | 20 #include <isc/commandline.h>
|
| nsec3hash.c | 24 #include <isc/commandline.h>
|
| named-rrchecker.c | 22 #include <isc/commandline.h>
|
| dnstap-read.c | 43 #include <isc/commandline.h>
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_rdata_fromtext.c | 21 #include <isc/commandline.h>
|
| dns_message_parse.c | 21 #include <isc/commandline.h>
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| commandline.c | 1 /* $NetBSD: commandline.c,v 1.1 2024/02/18 20:57:48 christos Exp $ */ 55 #include <isc/commandline.h>
|
| /src/external/mpl/bind/dist/bin/confgen/ |
| rndc-confgen.c | 35 #include <isc/commandline.h>
|
| tsig-keygen.c | 31 #include <isc/commandline.h>
|
| /src/external/mpl/bind/lib/libisc/ |
| Makefile | 35 commandline.c crc64.c counter.c error.c fips.c \
|
| /src/external/mpl/dhcp/bind/lib/libisc/ |
| Makefile | 38 bufferlist.c commandline.c crc64.c counter.c error.c event.c \
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 113 std::string commandline; local 124 commandline.append (buf, read_bytes); 127 if (!commandline.empty ()) 130 for (char &c : commandline) 140 commandline = std::string ("[") + cmd + "]"; 144 return commandline;
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 113 std::string commandline; local 124 commandline.append (buf, read_bytes); 127 if (!commandline.empty ()) 130 for (char &c : commandline) 140 commandline = std::string ("[") + cmd + "]"; 144 return commandline;
|
| /src/usr.bin/rpcgen/ |
| rpc_main.c | 69 struct commandline { struct 173 static int parseargs(int, char *[], struct commandline *); 180 struct commandline cmd; 189 (void) memset((char *) &cmd, 0, sizeof(struct commandline)); 919 parseargs(int argc, char *argv[], struct commandline *cmd)
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-revoke.c | 25 #include <isc/commandline.h>
|
| dnssec-verify.c | 24 #include <isc/commandline.h>
|
| /src/external/mpl/bind/dist/bin/tests/system/pipelined/ |
| pipequeries.c | 23 #include <isc/commandline.h>
|
| /src/external/mpl/bind/dist/bin/tests/ |
| wire_test.c | 21 #include <isc/commandline.h>
|
| /src/external/mpl/bind/dist/tests/include/tests/ |
| isc.h | 24 #include <isc/commandline.h>
|
| /src/external/mpl/bind/dist/bin/check/ |
| named-checkzone.c | 23 #include <isc/commandline.h>
|