Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/usr.sbin/acpitools/amldb/
H A Ddebug.c74 char commandline[CMDBUFLEN]; in aml_dbgr() local
85 fgets(commandline, 512, stdin); in aml_dbgr()
86 commandline[512 - 1] = '\n'; /* safety */ in aml_dbgr()
88 commandline[0] = 'q'; in aml_dbgr()
90 if (commandline[0] == '\n') { in aml_dbgr()
91 memcpy(commandline, lastcommand, sizeof commandline); in aml_dbgr()
93 memcpy(lastcommand, commandline, sizeof commandline); in aml_dbgr()
94 switch (commandline[0]) { in aml_dbgr()
111 ptr = &commandline[1]; in aml_dbgr()
117 ptr = &commandline[1]; in aml_dbgr()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec_w32.c225 char * commandline = NULL; in pipe_execv() local
233 commandline = collect_commandline(file, &ap); in pipe_execv()
235 if (commandline == NULL) in pipe_execv()
286 if (!CreateProcess(file, commandline, NULL, NULL, in pipe_execv()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dmac_sdk.gni7 # Set to true if you don't have Xcode installed, but do have the commandline
20 # iOS SDKs aren't available in the commandline tools SDK.
/netbsd-src/usr.bin/rpcgen/
H A Drpc_main.c69 struct commandline { struct
173 static int parseargs(int, char *[], struct commandline *);
180 struct commandline cmd; in main()
189 (void) memset((char *) &cmd, 0, sizeof(struct commandline)); in main()
919 parseargs(int argc, char *argv[], struct commandline *cmd) in parseargs()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A DMakefile.in55 commandline.@O@ counter.@O@ crc64.@O@ error.@O@ entropy.@O@ \
78 buffer.c bufferlist.c commandline.c counter.c crc64.c \
/netbsd-src/external/historical/nawk/dist/testdir/
H A Du.main2 print "bunch of commandline error messages follow\n"
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A DMakefile.am17 include/isc/commandline.h \
125 commandline.c \
H A DMakefile.in199 include/isc/commandline.h include/isc/condition.h \
236 async_p.h backtrace.c base32.c base64.c commandline.c \
262 libisc_la-commandline.lo libisc_la-condition.lo \
319 ./$(DEPDIR)/libisc_la-commandline.Plo \
714 include/isc/commandline.h \
807 async_p.h backtrace.c base32.c base64.c commandline.c \
952 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libisc_la-commandline.Plo@am__quote@ # am--include-marker
1171 libisc_la-commandline.lo: commandline.c
1172 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libisc_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libisc_la-commandline
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A DMakefile.in25 cmocka.h commandline.h counter.h crc64.h deprecated.h \
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dfwd_notcached.rpl3 ; can set commandline options using something like this:
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/variables/
H A DSHELL21 # makefile, but make runs $(SHELL) -c 'commandline' and that doesn't work at
/netbsd-src/external/mpl/bind/lib/libisc/
H A DMakefile35 commandline.c crc64.c counter.c error.c fips.c \
/netbsd-src/external/mpl/dhcp/bind/lib/libisc/
H A DMakefile38 bufferlist.c commandline.c crc64.c counter.c error.c event.c \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/
H A Dvimrc107 " A list of options to add to the clang commandline, for example to add
129 " Build a clang commandline to do code completion on stdin.
/netbsd-src/external/bsd/unbound/dist/doc/
H A Dcontrol_proto_spec.txt16 UBCT[version] [commandline] \n
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dconfigure.host81 # default code page used by windres/windmc when not specified by a commandline
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dconfigure.host81 # default code page used by windres/windmc when not specified by a commandline
/netbsd-src/external/bsd/unbound/dist/winrc/
H A DREADME.txt69 Unbound and its utilities also work from the commandline (like on unix) if
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/Docs/
H A DFBInstall82 When ever NetBSD is booted the commandline used to boot it is saved
/netbsd-src/external/bsd/nsd/dist/doc/
H A DUPGRADING60 * you can list nsd-commandline-options, zones, masters, slaves, keys.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-shlib/
H A DCMakeLists.txt3 # commandline. By default the shared library only exports the LLVM C API.
/netbsd-src/sys/external/isc/libsodium/dist/m4/
H A Dax_valgrind_check.m451 # commandline with --enable-valgrind-sgcheck. The results for each check
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/
H A DREADME.gssapi58 config scan code. Specifying this flag on the compiler commandline
/netbsd-src/external/mit/libuv/dist/m4/
H A Dlibuv-check-flags.m4134 dnl for a much more readable commandline, so that people can understand what
/netbsd-src/external/mit/expat/dist/
H A DREADME.md188 1. commandline

12