| /freebsd-13.1/usr.bin/rpcgen/ |
| H A D | rpc_main.c | 70 static int parseargs(int, const char **, struct commandline *); 72 static void mkfile_output(struct commandline *); 135 struct commandline cmd; in main() 137 (void) memset((char *)&cmd, 0, sizeof (struct commandline)); in main() 782 static void mkfile_output(struct commandline *cmd) in mkfile_output() 998 parseargs(int argc, const char *argv[], struct commandline *cmd) in parseargs()
|
| H A D | rpc_util.h | 89 struct commandline { struct
|
| /freebsd-13.1/sbin/camcontrol/ |
| H A D | modeedit.c | 944 char *commandline; in modepage_edit() local 983 commandline = malloc(strlen(editor) + strlen(edit_path) + 2); in modepage_edit() 984 if (commandline == NULL) in modepage_edit() 986 sprintf(commandline, "%s %s", editor, edit_path); in modepage_edit() 989 if (system(commandline) == -1) in modepage_edit() 991 free(commandline); in modepage_edit()
|
| /freebsd-13.1/sbin/gvinum/ |
| H A D | gvinum.c | 186 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-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | libisc.mak | 126 -@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 D | libisc.dsp | 250 SOURCE=..\include\isc\commandline.h 618 SOURCE=..\commandline.c
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | control_proto_spec.txt | 16 UBCT[version] [commandline] \n
|
| H A D | example.conf.in | 296 # commandline) as a full path from the original root. After the
|
| H A D | Changelog | 1848 - escape commandline contents for -V. 1984 Does not omit compile flags from commandline. 8119 - honor QUIET=no on make commandline (or QUIET=yes ). 8547 and these are only visible by using the -d commandline flag. 10473 - testbound can give config file and commandline options from the 10593 - Have a config file. Removed commandline options, moved to config.
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | FIXES | 747 fixed bug that caused occasional core dumps with commandline 1076 enforce variable name syntax for commandline variables: has to 1174 "-" means stdin in getline as well as on the commandline. 1186 fixed bug: commandline variable assignment has to look like 1196 added -v x=1 y=2 ... for immediate commandline variable assignment; 1198 program if the program is on the commandline. 1227 fixed order of evaluation of commandline assignments to match 1257 Catches some more commandline errors in main. 1332 Fixed lib.c to permit _ in commandline variable names.
|
| /freebsd-13.1/sys/contrib/openzfs/etc/default/ |
| H A D | zfs.in | 70 # Any additional option to the 'zfs import' commandline?
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | README.MinGW | 88 This is the configuration commandline as I'm using it at the moment (assuming
|
| /freebsd-13.1/sys/contrib/libsodium/m4/ |
| H A D | ax_valgrind_check.m4 | 51 # commandline with --enable-valgrind-sgcheck. The results for each check
|
| /freebsd-13.1/contrib/expat/ |
| H A D | README.md | 188 1. commandline
|
| /freebsd-13.1/contrib/sqlite3/tea/win/ |
| H A D | rules.vc | 4 # Microsoft Visual C++ makefile include for decoding the commandline
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 533 # always use ./libtool unless override from commandline (libtool=mylibtool) 538 # avoid libtool max commandline length test on systems that fork slowly.
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 528 # always use ./libtool unless override from commandline (libtool=mylibtool) 533 # avoid libtool max commandline length test on systems that fork slowly.
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | CHANGES | 4835 * new 'svnsync' commandline tool for repository replication 5205 * fixed: crash when >50 options passed to any commandline app (r15251) 6847 * new --non-interactive switch for commandline client 7014 * fixed various buggy commandline outputs 7138 * new getopt_tests.py to test commandline option processing 7190 - better commandline-client-specific error messages 7245 - rewrite commandline app's help-system and alias-system
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 751 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
|
| H A D | ChangeLog-2.0 | 82 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 82 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
|
| H A D | ChangeLog | 1198 o dns-example.c can now take a resolv.conf file on the commandline (6610fa5)
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ChangeLog | 1446 the config file to do the same thing as -n does on the ssh(1) commandline. 11090 NB. this change break existing ssh-keygen commandline syntax for moduli-
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | CHANGES | 377 Windows commandline, otherwise there's a risk of empty files.
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 163956 lib/isc/commandline[email protected] +225 -0 163959 lib/isc/commandline[email protected] +0 -0 164046 lib/isc/include/isc/commandline[email protected] +50 -0 164049 lib/isc/include/isc/commandline[email protected] +0 -0 197285 The commandline args for clktest are different for CLKLDISC and STREAM 197534 The commandline args for clktest are different for CLKLDISC and STREAM
|