Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 2385) sorted by last modified time

12345678910>>...96

/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips433 You can use /etc/make.conf to control the options used to compile software
436 For options that are set for building FreeBSD's kernel and its world, see
621 Of course, both can be combined. For more options, see zpool(8).
/freebsd/contrib/bmake/mk/
H A DChangeLog307 Makefile.depend.options as the result is bad.
382 * dirdeps-options.mk: explain the need to use
425 * dirdeps-options.mk: allow options to be per RELDIR
585 * options.mk (describe-options): print options and their values
592 * options.mk (show-options): print options and their values
605 * options.mk: issue warning for WITH_*=no
770 * dirdeps-options.mk: improve debug output
791 allows use of lower case for pseudo options.
968 * dirdeps-options.mk: use local.dirdeps-options.mk
1779 * FILES: add srctop.mk and options.mk
[all …]
H A Ddirdeps.mk373 .if ${.INCLUDEDFROMFILE:U:M${.MAKE.DEPENDFILE_PREFIX}.options} != ""
374 .error ${DEP_RELDIR}/${.MAKE.DEPENDFILE_PREFIX}.options: should include dirdeps-options.mk
462 *.options \
646 .-include <${_dep_hack:R}.options>
H A Dinstall-mk6 # install-mk [options] [var=val] [dest]
107 0) echo "$0 [options] <destination> [<os>]"
/freebsd/sbin/ifconfig/
H A Difconfig.c161 char options[1024]; in usage() local
165 options[0] = '\0'; in usage()
167 strlcat(options, p->opt_usage, sizeof(options)); in usage()
168 strlcat(options, " ", sizeof(options)); in usage()
178 options, options, options); in usage()
464 char options[1024]; in args_parse() local
469 strlcpy(options, "G:adDf:j:klmnuv", sizeof(options)); in args_parse()
471 strlcat(options, p->opt, sizeof(options)); in args_parse()
472 while ((c = getopt(argc, argv, options)) != -1) { in args_parse()
/freebsd/contrib/bmake/
H A DChangeLog818 o remove unnecessary words from command line options in CmdOpts
1048 * mk/options.mk: issue warning for incorrect usage
1683 o group the command line options and arguments into a struct
1774 allow to disable debug logging options
3139 add options to facilitate install
/freebsd/
H A DObsoleteFiles.inc48 # for o in tools/build/options/WITH*; do
11553 # 20170727: options FLOWTABLE removed
14878 OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl
14882 OLD_FILES+=usr/share/doc/bind9/misc/options
14886 OLD_FILES+=usr/share/doc/bind9/misc/sort-options.pl
15696 OLD_FILES+=usr/share/examples/pppd/options.sample
17222 OLD_FILES+=usr/share/doc/bind/html/options.html
/freebsd/sbin/nvmecontrol/
H A Dtelemetry.c50 static struct options { struct
H A Dconnect.c27 static struct options { struct
H A Dreconnect.c23 static struct options { struct
/freebsd/libexec/tftpd/tests/
H A Dfunctional.c92 recv_oack(const char *options, size_t options_len) in recv_oack() argument
95 RECV(hdr, options, options_len); in recv_oack()
184 #define SEND_RRQ_OPT(filename, mode, options) \ argument
198 #define SEND_WRQ_OPT(filename, mode, options) \ argument
654 char options[] = OPTION_STR("windowsize", "2"); variable
665 recv_oack(options, sizeof(options) - 1);
758 char options[] = OPTION_STR("windowsize", "4"); variable
772 recv_oack(options, sizeof(options) - 1);
1039 char options[] = OPTION_STR("windowsize", "2"); variable
1049 recv_oack(options, sizeof(options) - 1);
[all …]
/freebsd/libexec/tftpd/
H A Dtftp-io.c292 for (i = 0; options[i].o_type != NULL; i++) { in send_oack()
293 if (options[i].o_reply != NULL) { in send_oack()
294 n = snprintf(bp, size, "%s%c%s", options[i].o_type, in send_oack()
295 0, options[i].o_reply); in send_oack()
H A Dtftp-options.h47 struct options { struct
55 extern struct options options[]; argument
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c2487 value = dnvlist_get_string(cbe_lun->options, "unmap", NULL); in ctl_be_block_open_dev()
2548 value = dnvlist_get_string(cbe_lun->options, "file", NULL); in ctl_be_block_open()
2558 value = dnvlist_get_string(cbe_lun->options, "readonly", NULL); in ctl_be_block_open()
2617 value = dnvlist_get_string(cbe_lun->options, "serseq", NULL); in ctl_be_block_open()
2655 cbe_lun->options = nvlist_clone(req->args_nvl); in ctl_be_block_create()
2663 value = dnvlist_get_string(cbe_lun->options, "ha_role", NULL); in ctl_be_block_create()
2825 nvlist_destroy(cbe_lun->options); in ctl_be_block_create()
2939 nvlist_destroy(cbe_lun->options); in ctl_be_block_modify()
2940 cbe_lun->options = nvlist_clone(req->args_nvl); in ctl_be_block_modify()
2944 value = dnvlist_get_string(cbe_lun->options, "ha_role", NULL); in ctl_be_block_modify()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_misc.c765 .options = args->options, in linux_waitpid()
777 int options, id, idtype; in linux_wait4() local
787 options = 0; in linux_wait4()
788 linux_to_bsd_waitopts(args->options, &options); in linux_wait4()
821 int error, options; in linux_waitid() local
829 options = 0; in linux_waitid()
830 linux_to_bsd_waitopts(args->options, &options); in linux_waitid()
2431 if (options & LINUX_WNOHANG) in linux_to_bsd_waitopts()
2435 if (options & LINUX_WEXITED) in linux_to_bsd_waitopts()
2439 if (options & LINUX_WNOWAIT) in linux_to_bsd_waitopts()
[all …]
/freebsd/contrib/unbound/testdata/
H A Dcachedb_expired.crpl1 ; config options
H A Dcachedb_expired_client_timeout.crpl1 ; config options
H A Dcachedb_expired_reply_ttl.crpl1 ; config options
H A Dcachedb_subnet_change.crpl1 ; config options
H A Dcachedb_subnet_expired.crpl1 ; config options
H A Dcachedb_subnet_toecs_timeout.crpl1 ; config options
H A Diter_dname_ttl.rpl1 ; config options
H A Diter_ghost_grandchild_delegation.rpl1 ; config options
H A Dlocal_cnameother.rpl1 ; config options
H A Drpz_clientip_override.rpl1 ; config options

12345678910>>...96