| /src/usr.bin/menuc/testm/ |
| menus.mc | 65 option "Do nothing option", 68 option "Try a sub menu", 71 option "A scrollable menu", 74 option "Another scrollable menu", 77 option "Big non-scrollable menu, bombs on small screens", 80 option "A menu with no shortcuts", 83 option "A dynamic menu ...", 86 option "Continuous title and menu ...", 89 option "Run a shell..." [all...] |
| /src/usr.sbin/autofs/ |
| token.l | 51 %option noinput 52 %option nounput 53 %option noyywrap
|
| /src/usr.sbin/sysinst/arch/prep/ |
| menus.md.en | 38 option "com0 (S1)", exit, action { *((int*)arg) = 1; }; 39 option "VGA", exit, action { *((int*)arg) = 0; };
|
| menus.md.es | 38 option "COM0 (S1)", exit, action { yesno = 1; }; 39 option "VGA", exit, action { yesno = 0; };
|
| /src/include/ |
| getopt.h | 45 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/lib/csu/arch/riscv/ |
| crt0.S | 42 .option push 43 .option norelax 45 .option pop 50 .option push 51 .option norelax 55 .option pop
|
| /src/usr.sbin/sysinst/arch/i386/ |
| menus.md | 56 option MSG_Use_normal_bootblocks, exit, action 58 option MSG_Use_serial_com0, action 60 option MSG_Use_serial_com1, action 62 option MSG_Use_serial_com2, action 64 option MSG_Use_serial_com3, action 66 option MSG_serial_baud_rate, sub menu consolebaud; 67 option MSG_Use_existing_bootblocks, exit, action 81 option "9600", exit, action 83 option "19200", exit, action 85 option "38400", exit, actio [all...] |
| /src/usr.sbin/sysinst/ |
| menus.pm | 38 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_fmtasraid, exit, action [all...] |
| menus.mi | 146 remove_menu_option(int menuID, const char *option) 150 if (menu_def[menuID].opts[j].opt_name == option) { 238 option "log", exit, action 241 option "async", exit, action 244 option "noatime", exit, action 247 option "nodev", exit, action 250 option "nodevmtime", exit, action 253 option "noexec", exit, action 256 option "nosuid", exit, action 259 option "noauto", exit, actio [all...] |
| menus.entropy | 34 /* arg is an int*, returning a magic value for the selected menu option */ 37 option MSG_entropy_add_manually, exit, 39 option MSG_entropy_download_seed, exit, 41 option MSG_entropy_download_raw, exit, 43 option MSG_entropy_retry, exit, 47 /* arg is an int*, returning a magic value for the selected menu option */ 50 option MSG_entropy_add_download_http, exit, 52 option MSG_entropy_add_download_ftp, exit, 54 option MSG_entropy_add_nfs, exit, 56 option MSG_entropy_add_local, exit [all...] |
| /src/libexec/telnetd/ |
| state.c | 80 #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) 414 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) || 415 his_want_state_is_will(option)) [all...] |
| /src/tools/compat/ |
| compat_getopt.h | 9 #define option __nbcompat_option macro
|
| /src/usr.sbin/lpr/lp/ |
| lp | 54 while getopts "cd:n:o:s" option 56 case $option in 66 o) # (printer option)
|
| /src/usr.bin/make/unit-tests/ |
| opt-jobs.mk | 3 # 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 '-j' must be a positive number (exit 2 [all...] |
| opt-var-expanded.mk | 3 # Tests for the -v command line option.
|
| opt-var-literal.mk | 3 # Tests for the -V command line option.
|
| /src/lib/libcrypt/ |
| pw_gensalt.c | 86 __gensalt_old(char *salt, size_t saltsiz, const char *option) 99 __gensalt_new(char *salt, size_t saltsiz, const char* option) 108 if (getnum(option, &nrounds) == -1) 125 __gensalt_md5(char *salt, size_t saltsiz, const char *option) 142 __gensalt_sha1(char *salt, size_t saltsiz, const char *option) 147 if (getnum(option, &nrounds) == -1) 167 const char *option, argon2_type atype) 179 if (option == NULL) { 183 in = strdup(option); 237 const char *option, argon2_type atype [all...] |
| /src/lib/libc/arch/riscv/ |
| SYS.h | 40 .option push ;\ 41 .option norelax ;\ 43 .option pop
|
| /src/tests/kernel/arch/riscv/ |
| execsp.S | 43 .option push 44 .option norelax /* Don't optimize this into `mv gp, gp'! */ 46 .option pop
|
| /src/lib/libpam/libpam/ |
| pam_std_option.c | 79 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) 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) 132 if (option < PAM_OPT_STD_MAX) 133 options->opt[option].bool = 1 [all...] |
| /src/sys/conf/ |
| osrelease.sh | 59 option="$1" 77 case "$option" in
|
| /src/usr.bin/find/ |
| Makefile | 7 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
| /src/usr.bin/ipcs/ |
| ipcs.c | 91 static int option = 0; variable 196 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; 199 option |= BIGGEST; 202 option |= CREATOR; 205 option |= OUTSTANDING; 208 option |= PID; 211 option |= TIME; 302 if (option & CREATOR) 304 if (option & OUTSTANDING) 306 if (option & BIGGEST [all...] |
| /src/tools/host-mkdep/ |
| host-mkdep.in | 75 option="${1#-}" 76 [ "$option" = "$1" -o -z "$option" ] && break 78 optarg="${option#?}" 79 option="${option%$optarg}" 81 case "-$option" in 95 case "-$option" in 113 option="$optarg" 171 -no-cpp-precomp) # This is a Darwin-specific option [all...] |
| /src/usr.sbin/sysinst/arch/mac68k/ |
| menus.md.de | 38 option "Nur einen Teil der Festplatte nutzen", exit, action {usefull = 0;}; 39 option "Die ganze Festplatte f�r NetBSD verwenden", exit, action {usefull = 1;}; 43 option "Installation abbrechen", exit, action { 46 option "Initialisiere Festplatten Partition �bersicht", exit, action { 72 option "N�chste Partition ausw�hlen", action { 77 option "Ausgew�hlte Partition bearbeiten", sub menu chooseid; 78 option "Mount Point festlegen", sub menu mount_point; 79 option "Gew�hlte Partition unterteilen", action { 129 option "Partition korrigieren", action { 152 option "OK", exit, action { } [all...] |