Searched refs:option (Results 1 - 25 of 554) sorted by relevance

1234567891011>>

/src/usr.sbin/autofs/
H A Dtoken.l51 %option noinput
52 %option nounput
53 %option noyywrap
/src/lib/csu/arch/riscv/
H A Dcrt0.S42 .option push
43 .option norelax
45 .option pop
/src/include/
H A Dgetopt.h45 struct option { struct
46 /* name of long option */
50 * whether option takes an argument
53 /* if not NULL, set *flag to val when option found */
61 const struct option *, int *);
/src/usr.bin/make/unit-tests/
H A Dopt-backwards.mk3 # Tests for the -B command line option.
H A Dopt-include-dir.mk3 # Tests for the -I command line option.
H A Dopt-debug-all.mk3 # Tests for the -dA command line option, which enables all debug options
4 # except for -dL (lint), since that option is not related to debug logging
H A Dopt-no-action-at-all.mk3 # Tests for the -N command line option.
H A Dopt-jobs.mk3 # Tests for the -j command line option, which creates the targets in parallel.
6 # The option '-j <integer>' specifies the number of targets that can be made
9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2)
13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2)
16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2)
30 EXPECT.0.0= argument '0.0' to option '-j' must be a positive number (exit 2)
32 EXPECT.0.0C= argument '0.0C' to option '-j' must be a positive number (exit 2)
33 EXPECT..00001= argument '.00001' to option '-j' must be a positive number (exit 2)
34 EXPECT..00001C= argument '.00001C' to option '-j' must be a positive number (exit 2)
40 EXPECT.08.5C= argument '08.5C' to option '
[all...]
H A Dopt-debug-archive.mk3 # Tests for the -da command line option, which adds debug logging for the
H A Dopt-debug-dir.mk3 # Tests for the -dd command line option, which adds debug logging for
H A Dopt-debug-making.mk3 # Tests for the -dm command line option, which adds debug logging about
H A Dopt-debug-meta.mk3 # Tests for the -dM command line option, which adds debug logging about
H A Dopt-var-expanded.mk3 # Tests for the -v command line option.
H A Dopt-var-literal.mk3 # Tests for the -V command line option.
H A Dopt-debug-varraw.mk3 # Tests for the -dV command line option, which forces the -V option to
/src/usr.sbin/sysinst/
H A Dmenus.pm38 option MSG_edit_parts, exit, action { pm_edit_partitions(arg); };
39 option MSG_switch_parts, exit, action {
48 option MSG_fmtasraid, exit, action
52 option MSG_fmtaslvm, exit, action
60 option MSG_encrypt, exit, action
67 option MSG_erase, next menu shred_modes;
68 option MSG_undo, exit, action {
72 option MSG_unconfig, exit, action {
79 option MSG_edit, exit, action
86 option MSG_fmtasrai
[all...]
/src/libexec/telnetd/
H A Dstate.c80 #define TS_WILL 5 /* will option negotiation */
232 * Begin option subnegotiation...
260 * Handle RFC 10xx Telnet linemode option additions
321 suboption(); /* handle sub-option */
356 * Telnet option processing state machine.
406 * peer probably should be buffering until this option state negotiation
411 send_do(int option, int init) argument
414 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) ||
415 his_want_state_is_will(option))
446 willoption(int option) argument
642 send_dont(int option,int init) argument
657 wontoption(int option) argument
790 send_will(int option,int init) argument
816 dooption(int option) argument
944 send_wont(int option,int init) argument
959 dontoption(int option) argument
[all...]
/src/usr.sbin/lpr/lp/
H A Dlp54 while getopts "cd:n:o:s" option
56 case $option in
66 o) # (printer option)
/src/tools/compat/
H A Dcompat_getopt.h9 #define option __nbcompat_option macro
/src/lib/libcrypt/
H A Dpw_gensalt.c89 __gensalt_old(char *salt, size_t saltsiz, const char *option) argument
102 __gensalt_new(char *salt, size_t saltsiz, const char* option) argument
111 if (getnum(option, &nrounds) == -1)
128 __gensalt_md5(char *salt, size_t saltsiz, const char *option) argument
145 __gensalt_sha1(char *salt, size_t saltsiz, const char *option) argument
150 if (getnum(option, &nrounds) == -1)
170 const char *option, argon2_type atype)
182 if (option == NULL) {
186 in = strdup(option);
240 const char *option, argon2_typ
169 __gensalt_argon2_decode_option(char * dst,size_t dlen,const char * option,argon2_type atype) argument
239 __gensalt_argon2(char * salt,size_t saltsiz,const char * option,argon2_type atype) argument
272 __gensalt_argon2id(char * salt,size_t saltsiz,const char * option) argument
278 __gensalt_argon2i(char * salt,size_t saltsiz,const char * option) argument
284 __gensalt_argon2d(char * salt,size_t saltsiz,const char * option) argument
293 pw_gensalt(char * salt,size_t saltlen,const char * type,const char * option) argument
[all...]
/src/tests/kernel/arch/riscv/
H A Dexecsp.S43 .option push
44 .option norelax /* Don't optimize this into `mv gp, gp'! */
46 .option pop
/src/lib/libc/arch/riscv/
H A DSYS.h40 .option push ;\
41 .option norelax ;\
43 .option pop
/src/lib/libpam/libpam/
H A Dpam_std_option.c79 syslog(LOG_DEBUG, "Extra option fault: %d %d",
115 syslog(LOG_WARNING, "PAM option: %s invalid", argv[j]);
119 /* Test if option is set in options */
121 pam_test_option(struct options *options, enum opt option, char **arg) argument
124 *arg = options->opt[option].arg;
125 return options->opt[option].bool;
128 /* Set option in options, errors to syslog */
130 pam_set_option(struct options *options, enum opt option) argument
132 if (option < PAM_OPT_STD_MAX)
133 options->opt[option]
143 pam_clear_option(struct options * options,enum opt option) argument
[all...]
/src/sys/conf/
H A Dosrelease.sh59 option="$1"
77 case "$option" in
/src/usr.bin/find/
H A DMakefile7 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c

Completed in 16 milliseconds

1234567891011>>