Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dremote-rdp.c172 static char *commandline = NULL; variable
721 if (commandline != NULL) in rdp_set_command_line()
722 xfree (commandline); in rdp_set_command_line()
724 xasprintf (&commandline, "%s %s", command, args); in rdp_set_command_line()
916 if (commandline != NULL) in exec_swi()
918 int len = strlen (commandline); in exec_swi()
922 commandline[255] = '\0'; in exec_swi()
925 commandline, len + 1, 1, 0, 0); in exec_swi()
/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_main.c70 static int parseargs(int, const char **, struct commandline *);
72 static void mkfile_output(struct commandline *);
141 struct commandline cmd; in main()
143 (void) memset((char *)&cmd, 0, sizeof (struct commandline)); in main()
799 static void mkfile_output(struct commandline *cmd) in mkfile_output()
999 parseargs(int argc, const char *argv[], struct commandline *cmd) in parseargs()
H A Drpc_util.h89 struct commandline { struct
/freebsd-12.1/sbin/camcontrol/
H A Dmodeedit.c945 char *commandline; in modepage_edit() local
984 commandline = malloc(strlen(editor) + strlen(edit_path) + 2); in modepage_edit()
985 if (commandline == NULL) in modepage_edit()
987 sprintf(commandline, "%s %s", editor, edit_path); in modepage_edit()
990 if (system(commandline) == -1) in modepage_edit()
992 free(commandline); in modepage_edit()
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak126 -@erase "$(INTDIR)\commandline.obj"
248 "$(INTDIR)\commandline.obj" \
328 -@erase "$(INTDIR)\commandline.obj"
329 -@erase "$(INTDIR)\commandline.sbr"
517 "$(INTDIR)\commandline.sbr" \
605 "$(INTDIR)\commandline.obj" \
1243 SOURCE=..\commandline.c
1248 "$(INTDIR)\commandline.obj" : $(SOURCE) "$(INTDIR)"
1255 "$(INTDIR)\commandline.obj" "$(INTDIR)\commandline.sbr" : $(SOURCE) "$(INTDIR)"
H A Dlibisc.dsp250 SOURCE=..\include\isc\commandline.h
618 SOURCE=..\commandline.c
/freebsd-12.1/sbin/gvinum/
H A Dgvinum.c186 char buf[BUFSIZ], buf1[BUFSIZ], commandline[BUFSIZ], *sdname; in gvinum_create() local
225 snprintf(commandline, sizeof(commandline), "%s %s", ed, in gvinum_create()
227 status = system(commandline); in gvinum_create()
/freebsd-12.1/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt16 UBCT[version] [commandline] \n
H A Dexample.conf.in275 # commandline) as a full path from the original root. After the
H A DChangelog431 - escape commandline contents for -V.
567 Does not omit compile flags from commandline.
6702 - honor QUIET=no on make commandline (or QUIET=yes ).
7130 and these are only visible by using the -d commandline flag.
9056 - testbound can give config file and commandline options from the
9176 - Have a config file. Removed commandline options, moved to config.
/freebsd-12.1/contrib/one-true-awk/
H A DFIXES417 fixed bug that caused occasional core dumps with commandline
744 enforce variable name syntax for commandline variables: has to
842 "-" means stdin in getline as well as on the commandline.
854 fixed bug: commandline variable assignment has to look like
864 added -v x=1 y=2 ... for immediate commandline variable assignment;
866 program if the program is on the commandline.
895 fixed order of evaluation of commandline assignments to match
925 Catches some more commandline errors in main.
1000 Fixed lib.c to permit _ in commandline variable names.
/freebsd-12.1/contrib/expat/
H A DREADME106 1) commandline
/freebsd-12.1/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m451 # commandline with --enable-valgrind-sgcheck. The results for each check
/freebsd-12.1/contrib/ncurses/
H A DREADME.MinGW87 This is the configuration commandline as I'm using it at the moment (assuming
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-arm.texi614 for the @option{-mcpu} commandline option.
619 for the @option{-march} commandline option.
630 are the same as for the @option{-mfpu} commandline option.
/freebsd-12.1/contrib/sqlite3/tea/win/
H A Drules.vc4 # Microsoft Visual C++ makefile include for decoding the commandline
/freebsd-12.1/contrib/ldns/
H A Dacx_nlnetlabs.m4528 # always use ./libtool unless override from commandline (libtool=mylibtool)
533 # avoid libtool max commandline length test on systems that fork slowly.
/freebsd-12.1/contrib/unbound/
H A Dacx_nlnetlabs.m4528 # always use ./libtool unless override from commandline (libtool=mylibtool)
533 # avoid libtool max commandline length test on systems that fork slowly.
/freebsd-12.1/contrib/subversion/
H A DCHANGES4323 * new 'svnsync' commandline tool for repository replication
4693 * fixed: crash when >50 options passed to any commandline app (r15251)
6335 * new --non-interactive switch for commandline client
6502 * fixed various buggy commandline outputs
6626 * new getopt_tests.py to test commandline option processing
6678 - better commandline-client-specific error messages
6733 - rewrite commandline app's help-system and alias-system
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog751 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
H A DChangeLog-2.082 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
/freebsd-12.1/contrib/libevent/
H A DChangeLog-2.082 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
H A DChangeLog1198 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-0001565 * lexsup.c: Add --no-define-common commandline option.
/freebsd-12.1/crypto/openssh/
H A DChangeLog1778 upstream: ssh does not accept -oInclude=... on the commandline, the
7591 quote [host]:port in generated ProxyJump commandline; the

12