bin/sh/miscbltin.c
444
char option;
bin/sh/miscbltin.c
543
for (l = limits; l->name && l->option != what; l++)
bin/sh/miscbltin.c
583
"(%s, -%c) ", l->units, l->option);
bin/sh/miscbltin.c
586
"(-%c) ", l->option);
crypto/libressl/apps/openssl/apps.c
2048
options_usage(const struct option *opts)
crypto/libressl/apps/openssl/apps.c
2075
options_parse(int argc, char **argv, const struct option *opts, char **unnamed,
crypto/libressl/apps/openssl/apps.c
2079
const struct option *opt;
crypto/libressl/apps/openssl/apps.h
329
void options_usage(const struct option *opts);
crypto/libressl/apps/openssl/apps.h
330
int options_parse(int argc, char **argv, const struct option *opts,
crypto/libressl/apps/openssl/asn1pars.c
129
static const struct option asn1pars_options[] = {
crypto/libressl/apps/openssl/ca.c
307
static const struct option ca_options[] = {
crypto/libressl/apps/openssl/certhash.c
41
static const struct option certhash_options[] = {
crypto/libressl/apps/openssl/ciphers.c
34
static const struct option ciphers_options[] = {
crypto/libressl/apps/openssl/cms.c
1060
static const struct option verify_shared_options[] = {
crypto/libressl/apps/openssl/cms.c
462
static const struct option cms_options[] = {
crypto/libressl/apps/openssl/crl.c
91
static const struct option crl_options[] = {
crypto/libressl/apps/openssl/crl2p7.c
105
static const struct option crl2p7_options[] = {
crypto/libressl/apps/openssl/dgst.c
173
static const struct option dgst_options[] = {
crypto/libressl/apps/openssl/dh.c
88
static const struct option dh_options[] = {
crypto/libressl/apps/openssl/dhparam.c
147
static const struct option dhparam_options[] = {
crypto/libressl/apps/openssl/dsa.c
108
static const struct option dsa_options[] = {
crypto/libressl/apps/openssl/dsaparam.c
93
static const struct option dsaparam_options[] = {
crypto/libressl/apps/openssl/ec.c
143
static const struct option ec_options[] = {
crypto/libressl/apps/openssl/ecparam.c
142
static const struct option ecparam_options[] = {
crypto/libressl/apps/openssl/enc.c
127
static const struct option enc_options[] = {
crypto/libressl/apps/openssl/errstr.c
75
static const struct option errstr_options[] = {
crypto/libressl/apps/openssl/gendh.c
94
static const struct option gendh_options[] = {
crypto/libressl/apps/openssl/gendsa.c
132
static const struct option gendsa_options[] = {
crypto/libressl/apps/openssl/genpkey.c
144
static const struct option genpkey_options[] = {
crypto/libressl/apps/openssl/genrsa.c
100
if (strcmp(option, "-3") == 0)
crypto/libressl/apps/openssl/genrsa.c
102
else if (strcmp(option, "-f4") == 0 || strcmp(option, "-F4") == 0)
crypto/libressl/apps/openssl/genrsa.c
160
static const struct option genrsa_options[] = {
crypto/libressl/apps/openssl/genrsa.c
98
char *option = argv[0];
crypto/libressl/apps/openssl/nseq.c
73
static const struct option nseq_options[] = {
crypto/libressl/apps/openssl/ocsp.c
371
static const struct option ocsp_options[] = {
crypto/libressl/apps/openssl/passwd.c
56
static const struct option passwd_options[] = {
crypto/libressl/apps/openssl/pkcs12.c
207
static const struct option pkcs12_options[] = {
crypto/libressl/apps/openssl/pkcs7.c
84
static const struct option pkcs7_options[] = {
crypto/libressl/apps/openssl/pkcs8.c
106
static const struct option pkcs8_options[] = {
crypto/libressl/apps/openssl/pkey.c
102
static const struct option pkey_options[] = {
crypto/libressl/apps/openssl/pkeyparam.c
76
static const struct option pkeyparam_options[] = {
crypto/libressl/apps/openssl/pkeyutl.c
99
static const struct option pkeyutl_options[] = {
crypto/libressl/apps/openssl/prime.c
67
static const struct option prime_options[] = {
crypto/libressl/apps/openssl/rand.c
71
static const struct option rand_options[] = {
crypto/libressl/apps/openssl/req.c
289
static const struct option req_options[] = {
crypto/libressl/apps/openssl/rsa.c
111
static const struct option rsa_options[] = {
crypto/libressl/apps/openssl/rsautl.c
92
static const struct option rsautl_options[] = {
crypto/libressl/apps/openssl/s_client.c
417
static const struct option s_client_options[] = {
crypto/libressl/apps/openssl/s_server.c
501
static const struct option s_server_options[] = {
crypto/libressl/apps/openssl/s_time.c
118
static const struct option s_time_options[] = {
crypto/libressl/apps/openssl/sess_id.c
83
static const struct option sess_id_options[] = {
crypto/libressl/apps/openssl/smime.c
259
static const struct option smime_options[] = {
crypto/libressl/apps/openssl/smime.c
648
static const struct option verify_shared_options[] = {
crypto/libressl/apps/openssl/spkac.c
89
static const struct option spkac_options[] = {
crypto/libressl/apps/openssl/ts.c
185
static const struct option ts_options[] = {
crypto/libressl/apps/openssl/verify.c
102
static const struct option verify_options[] = {
crypto/libressl/apps/openssl/verify.c
153
static const struct option verify_shared_options[] = {
crypto/libressl/apps/openssl/version.c
160
static const struct option version_options[] = {
crypto/libressl/apps/openssl/x509.c
315
static const struct option x509_options[] = {
crypto/openssh/ssh-keygen.c
2080
struct sshbuf *options, *option = NULL;
crypto/openssh/ssh-keygen.c
2086
sshbuf_free(option);
crypto/openssh/ssh-keygen.c
2087
option = NULL;
crypto/openssh/ssh-keygen.c
2089
(r = sshbuf_froms(options, &option)) != 0)
crypto/openssh/ssh-keygen.c
2103
if ((r = sshbuf_get_cstring(option, &arg, NULL)) != 0)
crypto/openssh/ssh-keygen.c
2110
} else if (sshbuf_len(option) > 0) {
crypto/openssh/ssh-keygen.c
2111
hex = sshbuf_dtob16(option);
crypto/openssh/ssh-keygen.c
2113
hex, sshbuf_len(option));
crypto/openssh/ssh-keygen.c
2114
sshbuf_reset(option);
crypto/openssh/ssh-keygen.c
2119
if (sshbuf_len(option) != 0)
crypto/openssh/ssh-keygen.c
2122
sshbuf_free(option);
games/battlestar/room.c
108
truedirec(int way, int option)
games/battlestar/room.c
117
return (option == '+' ? "behind you" :
games/battlestar/room.c
129
return (option == '+' ? "behind you" :
games/battlestar/room.c
149
return (option == '+' ? "behind you" :
games/battlestar/room.c
161
return (option == '+' ? "behind you" :
games/hunt/hunt/hunt.c
100
int option;
games/hunt/hunt/hunt.c
236
option = 1;
games/hunt/hunt/hunt.c
238
&option, sizeof option) < 0)
games/phantasia/interplayer.c
757
const char *option; /* pointer to option description */
games/phantasia/interplayer.c
776
option = "transport";
games/phantasia/interplayer.c
781
option = "curse";
games/phantasia/interplayer.c
810
option = "give gold to";
games/phantasia/interplayer.c
859
option = "heal";
games/phantasia/interplayer.c
880
option = "throw a monster at";
games/phantasia/interplayer.c
888
option = "relocate";
games/phantasia/interplayer.c
893
option = "bless";
games/phantasia/interplayer.c
899
option = "vaporize";
games/phantasia/interplayer.c
914
mvprintw(4, 0, "Who do you want to %s ? ", option);
games/rogue/room.c
618
const struct option *opt = &options[i];
games/rogue/room.c
633
const struct option *opt = &options[i];
include/getopt.h
69
const struct option *, int *);
include/getopt.h
71
const struct option *, int *);
lib/i18n_module/UTF7/citrus_utf7.c
119
static const char option[] = "!\"#$%&*;<=>@[]^_`{|}";
lib/i18n_module/UTF7/citrus_utf7.c
480
FILL(option, EI_OPTION);
lib/libalias/alias_proxy.c
377
u_char option[OPTION_LEN_BYTES];
lib/libalias/alias_proxy.c
397
option[0] = 0x64; /* class: 3 (reserved), option 4 */
lib/libalias/alias_proxy.c
398
option[1] = OPTION_LEN_BYTES;
lib/libalias/alias_proxy.c
400
memcpy(&option[2], (u_char *) &pip->ip_dst, 4);
lib/libalias/alias_proxy.c
403
memcpy(&option[6], (u_char *) &tc->th_sport, 2);
lib/libalias/alias_proxy.c
405
memcpy(ptr, option, 8);
lib/libalias/alias_proxy.c
414
sptr = (u_short *) option;
lib/libc/resolv/res_debug.c
639
p_option(u_long option) {
lib/libc/resolv/res_debug.c
642
switch (option) {
lib/libc/resolv/res_debug.c
674
default: sprintf(nbuf, "?0x%lx?", (u_long)option);
lib/libc/stdlib/getopt_long.c
103
const struct option *, int *, int);
lib/libc/stdlib/getopt_long.c
105
const struct option *, int *, int, int);
lib/libc/stdlib/getopt_long.c
195
const struct option *long_options, int *idx, int short_too, int flags)
lib/libc/stdlib/getopt_long.c
360
const struct option *long_options, int *idx, int flags)
lib/libc/stdlib/getopt_long.c
602
const struct option *long_options, int *idx)
lib/libc/stdlib/getopt_long.c
615
const struct option *long_options, int *idx)
libexec/telnetd/state.c
1018
set_my_want_state_wont(option);
libexec/telnetd/state.c
1019
if (my_state_is_will(option))
libexec/telnetd/state.c
1020
send_wont(option, 0);
libexec/telnetd/state.c
1021
set_my_state_wont(option);
libexec/telnetd/state.c
1023
send_will(option, 1);
libexec/telnetd/state.c
1031
set_my_want_state_wont(option);
libexec/telnetd/state.c
1032
if (my_state_is_will(option))
libexec/telnetd/state.c
1033
send_wont(option, 0);
libexec/telnetd/state.c
1035
set_my_state_wont(option);
libexec/telnetd/state.c
422
send_do(int option, int init)
libexec/telnetd/state.c
425
if ((do_dont_resp[option] == 0 && his_state_is_will(option)) ||
libexec/telnetd/state.c
426
his_want_state_is_will(option))
libexec/telnetd/state.c
433
if (option == TELOPT_TM)
libexec/telnetd/state.c
434
set_his_want_state_wont(option);
libexec/telnetd/state.c
436
set_his_want_state_will(option);
libexec/telnetd/state.c
437
do_dont_resp[option]++;
libexec/telnetd/state.c
439
output_data((const char *)doopt, option);
libexec/telnetd/state.c
441
DIAG(TD_OPTIONS, printoption("td: send do", option));
libexec/telnetd/state.c
445
willoption(int option)
libexec/telnetd/state.c
454
DIAG(TD_OPTIONS, printoption("td: recv will", option));
libexec/telnetd/state.c
456
if (do_dont_resp[option]) {
libexec/telnetd/state.c
457
do_dont_resp[option]--;
libexec/telnetd/state.c
458
if (do_dont_resp[option] && his_state_is_will(option))
libexec/telnetd/state.c
459
do_dont_resp[option]--;
libexec/telnetd/state.c
461
if (do_dont_resp[option] == 0) {
libexec/telnetd/state.c
462
if (his_want_state_is_wont(option)) {
libexec/telnetd/state.c
463
switch (option) {
libexec/telnetd/state.c
567
set_his_want_state_will(option);
libexec/telnetd/state.c
568
send_do(option, 0);
libexec/telnetd/state.c
570
do_dont_resp[option]++;
libexec/telnetd/state.c
571
send_dont(option, 0);
libexec/telnetd/state.c
579
switch (option) {
libexec/telnetd/state.c
586
send_dont(option, 1);
libexec/telnetd/state.c
632
set_his_state_will(option);
libexec/telnetd/state.c
638
send_dont(int option, int init)
libexec/telnetd/state.c
641
if ((do_dont_resp[option] == 0 && his_state_is_wont(option)) ||
libexec/telnetd/state.c
642
his_want_state_is_wont(option))
libexec/telnetd/state.c
644
set_his_want_state_wont(option);
libexec/telnetd/state.c
645
do_dont_resp[option]++;
libexec/telnetd/state.c
647
output_data((const char *)dont, option);
libexec/telnetd/state.c
649
DIAG(TD_OPTIONS, printoption("td: send dont", option));
libexec/telnetd/state.c
653
wontoption(int option)
libexec/telnetd/state.c
659
DIAG(TD_OPTIONS, printoption("td: recv wont", option));
libexec/telnetd/state.c
661
if (do_dont_resp[option]) {
libexec/telnetd/state.c
662
do_dont_resp[option]--;
libexec/telnetd/state.c
663
if (do_dont_resp[option] && his_state_is_wont(option))
libexec/telnetd/state.c
664
do_dont_resp[option]--;
libexec/telnetd/state.c
666
if (do_dont_resp[option] == 0) {
libexec/telnetd/state.c
667
if (his_want_state_is_will(option)) {
libexec/telnetd/state.c
669
switch (option) {
libexec/telnetd/state.c
754
set_his_want_state_wont(option);
libexec/telnetd/state.c
755
if (his_state_is_will(option))
libexec/telnetd/state.c
756
send_dont(option, 0);
libexec/telnetd/state.c
758
switch (option) {
libexec/telnetd/state.c
780
set_his_state_wont(option);
libexec/telnetd/state.c
785
send_will(int option, int init)
libexec/telnetd/state.c
788
if ((will_wont_resp[option] == 0 && my_state_is_will(option))||
libexec/telnetd/state.c
789
my_want_state_is_will(option))
libexec/telnetd/state.c
791
set_my_want_state_will(option);
libexec/telnetd/state.c
792
will_wont_resp[option]++;
libexec/telnetd/state.c
794
output_data((const char *)will, option);
libexec/telnetd/state.c
796
DIAG(TD_OPTIONS, printoption("td: send will", option));
libexec/telnetd/state.c
811
dooption(int option)
libexec/telnetd/state.c
819
DIAG(TD_OPTIONS, printoption("td: recv do", option));
libexec/telnetd/state.c
821
if (will_wont_resp[option]) {
libexec/telnetd/state.c
822
will_wont_resp[option]--;
libexec/telnetd/state.c
823
if (will_wont_resp[option] && my_state_is_will(option))
libexec/telnetd/state.c
824
will_wont_resp[option]--;
libexec/telnetd/state.c
826
if ((will_wont_resp[option] == 0) && (my_want_state_is_wont(option))) {
libexec/telnetd/state.c
827
switch (option) {
libexec/telnetd/state.c
890
send_will(option, 0);
libexec/telnetd/state.c
891
set_my_want_state_wont(option);
libexec/telnetd/state.c
892
set_my_state_wont(option);
libexec/telnetd/state.c
929
set_my_want_state_will(option);
libexec/telnetd/state.c
930
send_will(option, 0);
libexec/telnetd/state.c
932
will_wont_resp[option]++;
libexec/telnetd/state.c
933
send_wont(option, 0);
libexec/telnetd/state.c
936
set_my_state_will(option);
libexec/telnetd/state.c
941
send_wont(int option, int init)
libexec/telnetd/state.c
944
if ((will_wont_resp[option] == 0 && my_state_is_wont(option)) ||
libexec/telnetd/state.c
945
my_want_state_is_wont(option))
libexec/telnetd/state.c
947
set_my_want_state_wont(option);
libexec/telnetd/state.c
948
will_wont_resp[option]++;
libexec/telnetd/state.c
950
output_data((const char *)wont, option);
libexec/telnetd/state.c
952
DIAG(TD_OPTIONS, printoption("td: send wont", option));
libexec/telnetd/state.c
956
dontoption(int option)
libexec/telnetd/state.c
963
DIAG(TD_OPTIONS, printoption("td: recv dont", option));
libexec/telnetd/state.c
965
if (will_wont_resp[option]) {
libexec/telnetd/state.c
966
will_wont_resp[option]--;
libexec/telnetd/state.c
967
if (will_wont_resp[option] && my_state_is_wont(option))
libexec/telnetd/state.c
968
will_wont_resp[option]--;
libexec/telnetd/state.c
970
if ((will_wont_resp[option] == 0) && (my_want_state_is_will(option))) {
libexec/telnetd/state.c
971
switch (option) {
libexec/telnetd/utility.c
494
printoption(const char *fmt, int option)
libexec/telnetd/utility.c
496
if (TELOPT_OK(option))
libexec/telnetd/utility.c
497
output_data("%s %s\r\n", fmt, TELOPT(option));
libexec/telnetd/utility.c
498
else if (TELCMD_OK(option))
libexec/telnetd/utility.c
499
output_data("%s %s\r\n", fmt, TELCMD(option));
libexec/telnetd/utility.c
501
output_data("%s %d\r\n", fmt, option);
libexec/tftpd/tftpd.c
352
char *filename, *mode = NULL, *option, *ccp;
libexec/tftpd/tftpd.c
403
for (option = cp; *cp; cp++)
libexec/tftpd/tftpd.c
407
if (strcmp(option, options[i].o_type) == 0) {
sbin/cryptdisks/cryptdisks.c
188
parse_crypt_options(struct generic_opts *go, char *option)
sbin/cryptdisks/cryptdisks.c
197
parameter = strchr(option, '=');
sbin/cryptdisks/cryptdisks.c
205
if (strcmp(option, "tries") == 0) {
sbin/cryptdisks/cryptdisks.c
217
} else if (strcmp(option, "timeout") == 0) {
sbin/cryptdisks/cryptdisks.c
229
} else if (strcmp(option, "keyscript") == 0) {
sbin/cryptdisks/cryptdisks.c
257
} else if (strcmp(option, "none") == 0) {
sbin/cryptdisks/cryptdisks.c
260
syntax_error("Unknown option: %s", option);
sbin/devd/parse.y
81
: option
sbin/devd/parse.y
82
| options option
sbin/devd/parse.y
84
option
sbin/dhclient/dhclient.c
1852
dhcp_option_ev_name(char *buf, size_t buflen, const struct option *option)
sbin/dhclient/dhclient.c
1856
for (i = 0; option->name[i]; i++) {
sbin/dhclient/dhclient.c
1859
if (option->name[i] == '-')
sbin/dhclient/dhclient.c
1862
buf[i] = option->name[i];
sbin/dhclient/dhclient.c
1934
check_option(struct client_lease *l, int option)
sbin/dhclient/dhclient.c
1941
opbuf = pretty_print_option(option, &l->options[option], 0);
sbin/dhclient/dhclient.c
1943
sbuf = option_as_string(option, l->options[option].data,
sbin/dhclient/dhclient.c
1944
l->options[option].len);
sbin/dhclient/dhclient.c
1946
switch (option) {
sbin/dhclient/dhclient.c
1955
dhcp_options[option].name, opbuf);
sbin/dhclient/dhclient.c
1958
if (l->options[option].len != 4) { /* RFC 2132 */
sbin/dhclient/dhclient.c
1961
dhcp_options[option].name,
sbin/dhclient/dhclient.c
1962
l->options[option].len);
sbin/dhclient/dhclient.c
1963
l->options[option].len = 4;
sbin/dhclient/dhclient.c
1982
dhcp_options[option].name, opbuf);
sbin/dhclient/dhclient.c
1990
warning("Bogus Host Name option %d: %s (%s)", option,
sbin/dhclient/dhclient.c
1992
l->options[option].len = 0;
sbin/dhclient/dhclient.c
1993
free(l->options[option].data);
sbin/dhclient/dhclient.c
2040
return (check_classless_option(l->options[option].data,
sbin/dhclient/dhclient.c
2041
l->options[option].len));
sbin/dhclient/dhclient.c
2044
warning("unknown dhcp option value 0x%x", option);
sbin/dhclient/dhclient.c
94
int check_option(struct client_lease *l, int option);
sbin/dhclient/dhcpd.h
259
extern const struct option dhcp_options[256];
sbin/dhclient/dhcpd.h
316
int dhcp_option_ev_name(char *, size_t, const struct option *);
sbin/dhclient/options.c
201
pretty_print_option(unsigned int code, struct option_data *option,
sbin/dhclient/options.c
208
unsigned char *data = option->data;
sbin/dhclient/options.c
210
int len = option->len;
sbin/dhclient/tables.c
64
const struct option dhcp_options[256] = {
sbin/ifconfig/af_inet6.c
535
static struct option in6_Lopt = { "L", "[-L]", in6_Lopt_cb, NULL };
sbin/ifconfig/ifclone.c
191
static struct option clone_Copt = {
sbin/ifconfig/ifconfig.c
122
opt_register(struct option *p)
sbin/ifconfig/ifconfig.c
132
struct option *p;
sbin/ifconfig/ifconfig.c
359
struct option *p;
sbin/ifconfig/ifconfig.c
96
static struct option *opts = NULL;
sbin/ifconfig/ifconfig.h
138
struct option *next;
sbin/ifconfig/ifconfig.h
140
void opt_register(struct option *);
sbin/ifconfig/ifgroup.c
169
static struct option group_gopt = { "g:", "[-g groupname]", printgroup, NULL };
sbin/ifconfig/ifmedia.c
520
int option = 0, i, rval = 0;
sbin/ifconfig/ifmedia.c
542
option = lookup_media_word(ttos->options[i].desc, optptr);
sbin/ifconfig/ifmedia.c
543
if (option != -1)
sbin/ifconfig/ifmedia.c
546
if (option == 0)
sbin/ifconfig/ifmedia.c
548
rval |= option;
sbin/mount/mount.c
354
hasopt(const char *mntopts, const char *option)
sbin/mount/mount.c
359
if (option[0] == 'n' && option[1] == 'o') {
sbin/mount/mount.c
361
option += 2;
sbin/mount/mount.c
368
if (!strcasecmp(opt + 2, option))
sbin/mount/mount.c
370
} else if (!strcasecmp(opt, option))
sbin/mount_ufs/mount.c
313
hasopt(const char *mntopts, const char *option)
sbin/mount_ufs/mount.c
318
if (option[0] == 'n' && option[1] == 'o') {
sbin/mount_ufs/mount.c
320
option += 2;
sbin/mount_ufs/mount.c
327
if (!strcasecmp(opt + 2, option))
sbin/mount_ufs/mount.c
329
} else if (!strcasecmp(opt, option))
sbin/natd/natd.c
1066
ParseOption(const char *option, const char *parms)
sbin/natd/natd.c
1084
if (!strcmp(info->name, option))
sbin/natd/natd.c
1088
if (!strcmp(info->shortName, option))
sbin/natd/natd.c
1093
warnx("unknown option %s", option);
sbin/natd/natd.c
1115
errx(1, "%s needs yes/no parameter", option);
sbin/natd/natd.c
1122
option);
sbin/natd/natd.c
1134
errx(1, "%s needs numeric parameter", option);
sbin/natd/natd.c
1140
errx(1, "%s needs parameter", option);
sbin/natd/natd.c
1145
errx(1, "%s does not take parameters", option);
sbin/natd/natd.c
1150
errx(1, "%s needs address/host parameter", option);
sbin/natd/natd.c
1261
char* option;
sbin/natd/natd.c
1290
option = ptr;
sbin/natd/natd.c
1304
ParseOption(option, *ptr ? ptr : NULL);
sbin/slattach/slattach.c
107
int option;
sbin/slattach/slattach.c
109
while ((option = getopt(argc, argv, "ace:fhlnr:s:u:zLK:O:S:")) != -1) {
sbin/slattach/slattach.c
110
switch (option) {
sbin/tcplay/main.c
208
static struct option longopts[] = {
sys/dev/drm/amd/display/dc/core/dc.c
328
enum dc_dither_option option)
sys/dev/drm/amd/display/dc/core/dc.c
345
if (option > DITHER_OPTION_MAX)
sys/dev/drm/amd/display/dc/core/dc.c
348
stream->dither_option = option;
sys/dev/drm/amd/display/dc/core/dc_link.c
2630
void core_link_disable_stream(struct pipe_ctx *pipe_ctx, int option)
sys/dev/drm/amd/display/dc/core/dc_link.c
2639
core_dc->hwss.disable_stream(pipe_ctx, option);
sys/dev/drm/amd/display/dc/core/dc_resource.c
2741
enum dc_dither_option option = stream->dither_option;
sys/dev/drm/amd/display/dc/core/dc_resource.c
2747
if (option == DITHER_OPTION_DEFAULT) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2750
option = DITHER_OPTION_SPATIAL6;
sys/dev/drm/amd/display/dc/core/dc_resource.c
2753
option = DITHER_OPTION_SPATIAL8;
sys/dev/drm/amd/display/dc/core/dc_resource.c
2756
option = DITHER_OPTION_SPATIAL10;
sys/dev/drm/amd/display/dc/core/dc_resource.c
2759
option = DITHER_OPTION_DISABLE;
sys/dev/drm/amd/display/dc/core/dc_resource.c
2763
if (option == DITHER_OPTION_DISABLE)
sys/dev/drm/amd/display/dc/core/dc_resource.c
2766
if (option == DITHER_OPTION_TRUN6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2769
} else if (option == DITHER_OPTION_TRUN8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2770
option == DITHER_OPTION_TRUN8_SPATIAL6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2771
option == DITHER_OPTION_TRUN8_FM6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2774
} else if (option == DITHER_OPTION_TRUN10 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2775
option == DITHER_OPTION_TRUN10_SPATIAL6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2776
option == DITHER_OPTION_TRUN10_SPATIAL8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2777
option == DITHER_OPTION_TRUN10_FM8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2778
option == DITHER_OPTION_TRUN10_FM6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2779
option == DITHER_OPTION_TRUN10_SPATIAL8_FM6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2791
if (option == DITHER_OPTION_SPATIAL6_FRAME_RANDOM ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2792
option == DITHER_OPTION_SPATIAL6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2793
option == DITHER_OPTION_FM6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2802
if (option == DITHER_OPTION_SPATIAL6_FRAME_RANDOM ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2803
option == DITHER_OPTION_SPATIAL6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2804
option == DITHER_OPTION_TRUN10_SPATIAL6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2805
option == DITHER_OPTION_TRUN8_SPATIAL6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2811
} else if (option == DITHER_OPTION_SPATIAL8_FRAME_RANDOM ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2812
option == DITHER_OPTION_SPATIAL8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2813
option == DITHER_OPTION_SPATIAL8_FM6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2814
option == DITHER_OPTION_TRUN10_SPATIAL8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2815
option == DITHER_OPTION_TRUN10_SPATIAL8_FM6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2821
} else if (option == DITHER_OPTION_SPATIAL10_FRAME_RANDOM ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2822
option == DITHER_OPTION_SPATIAL10 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2823
option == DITHER_OPTION_SPATIAL10_FM8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2824
option == DITHER_OPTION_SPATIAL10_FM6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2832
if (option == DITHER_OPTION_SPATIAL6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2833
option == DITHER_OPTION_SPATIAL8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2834
option == DITHER_OPTION_SPATIAL10) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2843
if (option == DITHER_OPTION_FM6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2844
option == DITHER_OPTION_SPATIAL8_FM6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2845
option == DITHER_OPTION_SPATIAL10_FM6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2846
option == DITHER_OPTION_TRUN10_FM6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2847
option == DITHER_OPTION_TRUN8_FM6 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2848
option == DITHER_OPTION_TRUN10_SPATIAL8_FM6) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2851
} else if (option == DITHER_OPTION_FM8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2852
option == DITHER_OPTION_SPATIAL10_FM8 ||
sys/dev/drm/amd/display/dc/core/dc_resource.c
2853
option == DITHER_OPTION_TRUN10_FM8) {
sys/dev/drm/amd/display/dc/core/dc_resource.c
2856
} else if (option == DITHER_OPTION_FM10) {
sys/dev/drm/amd/display/dc/dc_stream.h
306
enum dc_dither_option option);
sys/dev/drm/amd/display/dc/dce/dce_transform.c
1104
enum grph_color_adjust_option option =
sys/dev/drm/amd/display/dc/dce/dce_transform.c
1113
option = GRPH_COLOR_MATRIX_SW;
sys/dev/drm/amd/display/dc/dce/dce_transform.c
1121
program_color_matrix(xfm_dce, elm, option);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1016
void dce110_disable_audio_stream(struct pipe_ctx *pipe_ctx, int option)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1025
if (option != KEEP_ACQUIRED_RESOURCE ||
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1038
if (option == FREE_ACQUIRED_RESOURCE && dc->caps.dynamic_audio == true) {
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1056
void dce110_disable_stream(struct pipe_ctx *pipe_ctx, int option)
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
1070
dc->hwss.disable_audio_stream(pipe_ctx, option);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
46
void dce110_disable_stream(struct pipe_ctx *pipe_ctx, int option);
sys/dev/drm/amd/display/dc/dce110/dce110_hw_sequencer.h
54
void dce110_disable_audio_stream(struct pipe_ctx *pipe_ctx, int option);
sys/dev/drm/amd/display/dc/dce110/dce110_opp_csc_v.c
682
enum grph_color_adjust_option option =
sys/dev/drm/amd/display/dc/dce110/dce110_opp_csc_v.c
691
option = GRPH_COLOR_MATRIX_SW;
sys/dev/drm/amd/display/dc/dce110/dce110_opp_csc_v.c
700
program_color_matrix_v(xfm_dce, elm, option);
sys/dev/drm/amd/display/dc/inc/core_types.h
81
void core_link_disable_stream(struct pipe_ctx *pipe_ctx, int option);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
160
int option);
sys/dev/drm/amd/display/dc/inc/hw_sequencer.h
169
void (*disable_audio_stream)(struct pipe_ctx *pipe_ctx, int option);
sys/dev/drm/drm_connector.c
127
char *option = NULL;
sys/dev/drm/drm_connector.c
129
if (fb_get_options(connector->name, &option))
sys/dev/drm/drm_connector.c
132
if (!drm_mode_parse_command_line_for_connector(option,
sys/dev/drm/drm_dragonfly.c
37
fb_get_options(const char *connector_name, char **option)
sys/dev/drm/drm_dragonfly.c
54
*option = kstrdup(str, M_DRM);
sys/dev/drm/include/linux/fb.h
60
extern int fb_get_options(const char *name, char **option);
sys/netinet/ip_input.c
1831
save_rte(struct mbuf *m, u_char *option, struct in_addr dst)
sys/netinet/ip_input.c
1842
olen = option[IPOPT_OLEN];
sys/netinet/ip_input.c
1851
bcopy(option, opt->ip_srcrt.srcopt, olen);
usr.bin/chat/chat.c
201
int option;
usr.bin/chat/chat.c
205
while ((option = getopt(argc, argv, "ef:r:sSt:T:U:vV")) != -1) {
usr.bin/chat/chat.c
206
switch (option) {
usr.bin/cmp/cmp.c
55
static const struct option long_opts[] =
usr.bin/dfregress/testcase.c
628
parse_testcase_option(struct testcase_options *opts, char *option)
usr.bin/dfregress/testcase.c
635
parameter = strchr(option, '=');
usr.bin/dfregress/testcase.c
643
if (strcmp(option, "timeout") == 0) {
usr.bin/dfregress/testcase.c
655
} else if (strcmp(option, "rc") == 0) {
usr.bin/dfregress/testcase.c
667
} else if (strcmp(option, "intpre") == 0) {
usr.bin/dfregress/testcase.c
669
} else if (strcmp(option, "intpost") == 0) {
usr.bin/dfregress/testcase.c
671
} else if (strcmp(option, "pre") == 0) {
usr.bin/dfregress/testcase.c
678
} else if (strcmp(option, "post") == 0) {
usr.bin/dfregress/testcase.c
685
} else if (strcmp(option, "runas") == 0) {
usr.bin/dfregress/testcase.c
697
} else if (strcmp(option, "nobuild") == 0) {
usr.bin/dfregress/testcase.c
699
} else if (strcmp(option, "interpreter") == 0) {
usr.bin/dfregress/testcase.c
704
} else if (strcmp(option, "make") == 0) {
usr.bin/dfregress/testcase.c
710
} else if (strcmp(option, "defaults") == 0) {
usr.bin/dfregress/testcase.c
713
syntax_error("Unknown option: %s", option);
usr.bin/dfregress/testcase.h
121
int parse_testcase_option(struct testcase_options *opts, char *option);
usr.bin/diff/diff.c
48
static struct option longopts[] = {
usr.bin/fetch/fetch.c
120
static struct option longopts[] =
usr.bin/find/function.c
100
find_parsenum(PLAN *plan, const char *option, char *vp, char *endch)
usr.bin/find/function.c
1011
c_samefile(OPTION *option, char ***argvp)
usr.bin/find/function.c
1017
fn = nextarg(option, argvp);
usr.bin/find/function.c
1020
new = palloc(option);
usr.bin/find/function.c
1039
c_links(OPTION *option, char ***argvp)
usr.bin/find/function.c
1044
nlinks = nextarg(option, argvp);
usr.bin/find/function.c
1047
new = palloc(option);
usr.bin/find/function.c
1048
new->l_data = (nlink_t)find_parsenum(new, option->name, nlinks, NULL);
usr.bin/find/function.c
1065
c_ls(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
1070
return palloc(option);
usr.bin/find/function.c
1096
c_name(OPTION *option, char ***argvp)
usr.bin/find/function.c
1101
pattern = nextarg(option, argvp);
usr.bin/find/function.c
1102
new = palloc(option);
usr.bin/find/function.c
1131
c_newer(OPTION *option, char ***argvp)
usr.bin/find/function.c
1137
fn_or_tspec = nextarg(option, argvp);
usr.bin/find/function.c
1140
new = palloc(option);
usr.bin/find/function.c
1142
if (option->flags & F_TIME2_T) {
usr.bin/find/function.c
1155
if (option->flags & F_TIME2_C)
usr.bin/find/function.c
1157
else if (option->flags & F_TIME2_A)
usr.bin/find/function.c
1178
c_nogroup(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
1182
return palloc(option);
usr.bin/find/function.c
1198
c_nouser(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
1202
return palloc(option);
usr.bin/find/function.c
1244
c_perm(OPTION *option, char ***argvp)
usr.bin/find/function.c
1250
perm = nextarg(option, argvp);
usr.bin/find/function.c
1253
new = palloc(option);
usr.bin/find/function.c
1264
errx(1, "%s: %s: illegal mode string", option->name, perm);
usr.bin/find/function.c
128
errx(1, "%s: %s: illegal numeric value", option, vp);
usr.bin/find/function.c
1285
c_print(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
1289
return palloc(option);
usr.bin/find/function.c
130
errx(1, "%s: %s: illegal trailing character", option, vp);
usr.bin/find/function.c
1363
c_regex(OPTION *option, char ***argvp)
usr.bin/find/function.c
1374
pattern = nextarg(option, argvp);
usr.bin/find/function.c
1377
regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
usr.bin/find/function.c
1380
option->flags & F_IGNCASE ? "-iregex" : "-regex",
usr.bin/find/function.c
1384
new = palloc(option);
usr.bin/find/function.c
1393
c_simple(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
1395
return palloc(option);
usr.bin/find/function.c
141
find_parsetime(PLAN *plan, const char *option, char *vp)
usr.bin/find/function.c
1420
c_size(OPTION *option, char ***argvp)
usr.bin/find/function.c
1427
size_str = nextarg(option, argvp);
usr.bin/find/function.c
1430
new = palloc(option);
usr.bin/find/function.c
1432
new->o_data = find_parsenum(new, option->name, size_str, &endch);
usr.bin/find/function.c
1457
option->name, size_str);
usr.bin/find/function.c
1462
option->name, size_str);
usr.bin/find/function.c
1484
c_sparse(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
1488
return palloc(option);
usr.bin/find/function.c
1505
c_type(OPTION *option, char ***argvp)
usr.bin/find/function.c
1511
typestring = nextarg(option, argvp);
usr.bin/find/function.c
1543
errx(1, "%s: %s: unknown type", option->name, typestring);
usr.bin/find/function.c
1546
new = palloc(option);
usr.bin/find/function.c
1565
c_user(OPTION *option, char ***argvp)
usr.bin/find/function.c
1572
username = nextarg(option, argvp);
usr.bin/find/function.c
1575
new = palloc(option);
usr.bin/find/function.c
1583
errx(1, "%s: %s: no such user", option->name, username);
usr.bin/find/function.c
1584
uid = find_parsenum(new, option->name, cp, NULL);
usr.bin/find/function.c
1599
c_xdev(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
1603
return palloc(option);
usr.bin/find/function.c
164
errx(1, "%s: %s: illegal time value", option, vp);
usr.bin/find/function.c
1648
c_and(OPTION *option __unused, char ***argvp __unused)
usr.bin/find/function.c
190
errx(1, "%s: %s: bad unit '%c'", option, vp, *unit);
usr.bin/find/function.c
198
errx(1, "%s: %s: illegal time value", option, vp);
usr.bin/find/function.c
202
errx(1, "%s: %s: missing trailing unit", option, vp);
usr.bin/find/function.c
216
nextarg(OPTION *option, char ***argvp)
usr.bin/find/function.c
221
errx(1, "%s: requires additional arguments", option->name);
usr.bin/find/function.c
262
c_Xmin(OPTION *option, char ***argvp)
usr.bin/find/function.c
267
nmins = nextarg(option, argvp);
usr.bin/find/function.c
270
new = palloc(option);
usr.bin/find/function.c
271
new->t_data.tv_sec = find_parsenum(new, option->name, nmins, NULL);
usr.bin/find/function.c
307
c_Xtime(OPTION *option, char ***argvp)
usr.bin/find/function.c
312
value = nextarg(option, argvp);
usr.bin/find/function.c
315
new = palloc(option);
usr.bin/find/function.c
316
new->t_data.tv_sec = find_parsetime(new, option->name, value);
usr.bin/find/function.c
333
c_mXXdepth(OPTION *option, char ***argvp)
usr.bin/find/function.c
338
dstr = nextarg(option, argvp);
usr.bin/find/function.c
341
errx(1, "%s: %s: value must be positive", option->name, dstr);
usr.bin/find/function.c
343
new = palloc(option);
usr.bin/find/function.c
344
if (option->flags & F_MAXDEPTH)
usr.bin/find/function.c
345
maxdepth = find_parsenum(new, option->name, dstr, NULL);
usr.bin/find/function.c
347
mindepth = find_parsenum(new, option->name, dstr, NULL);
usr.bin/find/function.c
402
c_delete(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
417
return palloc(option);
usr.bin/find/function.c
450
c_depth(OPTION *option, char ***argvp)
usr.bin/find/function.c
455
new = palloc(option);
usr.bin/find/function.c
472
ndepth = nextarg(option, argvp);
usr.bin/find/function.c
473
new->d_data = find_parsenum(new, option->name, ndepth, NULL);
usr.bin/find/function.c
515
c_empty(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
519
return palloc(option);
usr.bin/find/function.c
616
c_exec(OPTION *option, char ***argvp)
usr.bin/find/function.c
624
if (option->flags & F_EXECDIR && ftsoptions & FTS_NOCHDIR)
usr.bin/find/function.c
634
new = palloc(option);
usr.bin/find/function.c
639
"%s: no terminating \";\" or \"+\"", option->name);
usr.bin/find/function.c
649
errx(1, "%s: no command specified", option->name);
usr.bin/find/function.c
755
c_flags(OPTION *option, char ***argvp)
usr.bin/find/function.c
761
flags_str = nextarg(option, argvp);
usr.bin/find/function.c
764
new = palloc(option);
usr.bin/find/function.c
775
errx(1, "%s: %s: illegal flags string", option->name, flags_str);
usr.bin/find/function.c
790
c_follow(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
795
return palloc(option);
usr.bin/find/function.c
83
palloc(OPTION *option)
usr.bin/find/function.c
868
c_fstype(OPTION *option, char ***argvp)
usr.bin/find/function.c
876
fsname = nextarg(option, argvp);
usr.bin/find/function.c
879
new = palloc(option);
usr.bin/find/function.c
89
new->execute = option->execute;
usr.bin/find/function.c
90
new->flags = option->flags;
usr.bin/find/function.c
932
c_group(OPTION *option, char ***argvp)
usr.bin/find/function.c
939
gname = nextarg(option, argvp);
usr.bin/find/function.c
942
new = palloc(option);
usr.bin/find/function.c
950
errx(1, "%s: %s: no such group", option->name, gname);
usr.bin/find/function.c
951
gid = find_parsenum(new, option->name, cp, NULL);
usr.bin/find/function.c
968
c_ignore_readdir_race(OPTION *option, char ***argvp __unused)
usr.bin/find/function.c
970
if (strcmp(option->name, "-ignore_readdir_race") == 0)
usr.bin/find/function.c
975
return palloc(option);
usr.bin/find/function.c
990
c_inum(OPTION *option, char ***argvp)
usr.bin/find/function.c
995
inum_str = nextarg(option, argvp);
usr.bin/find/function.c
998
new = palloc(option);
usr.bin/find/function.c
999
new->i_data = find_parsenum(new, option->name, inum_str, NULL);
usr.bin/finger/finger.c
174
option(envargc, envargv);
usr.bin/finger/finger.c
177
argcnt = option(argc, argv);
usr.bin/finger/finger.c
86
static int option(int, char **);
usr.bin/gzip/gzip.c
231
static const struct option longopts[] = {
usr.bin/iconv/iconv.c
50
static struct option long_options[] = {
usr.bin/ipcs/ipcs.c
131
int option = 0;
usr.bin/ipcs/ipcs.c
165
option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
usr.bin/ipcs/ipcs.c
168
option |= BIGGEST;
usr.bin/ipcs/ipcs.c
174
option |= CREATOR;
usr.bin/ipcs/ipcs.c
180
option |= OUTSTANDING;
usr.bin/ipcs/ipcs.c
183
option |= PID;
usr.bin/ipcs/ipcs.c
186
option |= TIME;
usr.bin/ipcs/ipcs.c
255
if (option & CREATOR)
usr.bin/ipcs/ipcs.c
257
if (option & OUTSTANDING)
usr.bin/ipcs/ipcs.c
259
if (option & BIGGEST)
usr.bin/ipcs/ipcs.c
261
if (option & PID)
usr.bin/ipcs/ipcs.c
263
if (option & TIME)
usr.bin/ipcs/ipcs.c
288
if (option & CREATOR)
usr.bin/ipcs/ipcs.c
293
if (option & OUTSTANDING)
usr.bin/ipcs/ipcs.c
298
if (option & BIGGEST)
usr.bin/ipcs/ipcs.c
302
if (option & PID)
usr.bin/ipcs/ipcs.c
307
if (option & TIME)
usr.bin/ipcs/ipcs.c
348
if (option & CREATOR)
usr.bin/ipcs/ipcs.c
350
if (option & OUTSTANDING)
usr.bin/ipcs/ipcs.c
352
if (option & BIGGEST)
usr.bin/ipcs/ipcs.c
354
if (option & PID)
usr.bin/ipcs/ipcs.c
356
if (option & TIME)
usr.bin/ipcs/ipcs.c
382
if (option & CREATOR)
usr.bin/ipcs/ipcs.c
387
if (option & OUTSTANDING)
usr.bin/ipcs/ipcs.c
391
if (option & BIGGEST)
usr.bin/ipcs/ipcs.c
395
if (option & PID)
usr.bin/ipcs/ipcs.c
400
if (option & TIME)
usr.bin/ipcs/ipcs.c
450
if (option & CREATOR)
usr.bin/ipcs/ipcs.c
452
if (option & BIGGEST)
usr.bin/ipcs/ipcs.c
454
if (option & TIME)
usr.bin/ipcs/ipcs.c
478
if (option & CREATOR)
usr.bin/ipcs/ipcs.c
483
if (option & BIGGEST)
usr.bin/ipcs/ipcs.c
487
if (option & TIME)
usr.bin/join/join.c
529
fieldarg(char *option)
usr.bin/join/join.c
534
while ((token = strsep(&option, ", \t")) != NULL) {
usr.bin/look/look.c
82
static struct option longopts[] = {
usr.bin/patch/patch.c
523
static struct option longopts[] = {
usr.bin/sdiff/sdiff.c
89
static struct option longopts[] = {
usr.bin/sort/sort.c
163
static struct option long_options[] = {
usr.bin/telnet/telnet.c
262
willoption(int option)
usr.bin/telnet/telnet.c
266
if (do_dont_resp[option]) {
usr.bin/telnet/telnet.c
267
--do_dont_resp[option];
usr.bin/telnet/telnet.c
268
if (do_dont_resp[option] && my_state_is_do(option))
usr.bin/telnet/telnet.c
269
--do_dont_resp[option];
usr.bin/telnet/telnet.c
272
if ((do_dont_resp[option] == 0) && my_want_state_is_dont(option)) {
usr.bin/telnet/telnet.c
274
switch (option) {
usr.bin/telnet/telnet.c
298
set_my_want_state_dont(option);
usr.bin/telnet/telnet.c
299
set_my_state_dont(option);
usr.bin/telnet/telnet.c
308
set_my_want_state_do(option);
usr.bin/telnet/telnet.c
309
send_do(option, 0);
usr.bin/telnet/telnet.c
312
do_dont_resp[option]++;
usr.bin/telnet/telnet.c
313
send_dont(option, 0);
usr.bin/telnet/telnet.c
316
set_my_state_do(option);
usr.bin/telnet/telnet.c
318
if (option == TELOPT_ENCRYPT)
usr.bin/telnet/telnet.c
324
wontoption(int option)
usr.bin/telnet/telnet.c
326
if (do_dont_resp[option]) {
usr.bin/telnet/telnet.c
327
--do_dont_resp[option];
usr.bin/telnet/telnet.c
328
if (do_dont_resp[option] && my_state_is_dont(option))
usr.bin/telnet/telnet.c
329
--do_dont_resp[option];
usr.bin/telnet/telnet.c
332
if ((do_dont_resp[option] == 0) && my_want_state_is_do(option)) {
usr.bin/telnet/telnet.c
334
switch (option) {
usr.bin/telnet/telnet.c
349
set_my_want_state_dont(option);
usr.bin/telnet/telnet.c
350
set_my_state_dont(option);
usr.bin/telnet/telnet.c
356
set_my_want_state_dont(option);
usr.bin/telnet/telnet.c
357
if (my_state_is_do(option))
usr.bin/telnet/telnet.c
358
send_dont(option, 0);
usr.bin/telnet/telnet.c
360
} else if (option == TELOPT_TM) {
usr.bin/telnet/telnet.c
366
set_my_want_state_dont(option);
usr.bin/telnet/telnet.c
368
set_my_state_dont(option);
usr.bin/telnet/telnet.c
372
dooption(int option)
usr.bin/telnet/telnet.c
376
if (will_wont_resp[option]) {
usr.bin/telnet/telnet.c
377
--will_wont_resp[option];
usr.bin/telnet/telnet.c
378
if (will_wont_resp[option] && my_state_is_will(option))
usr.bin/telnet/telnet.c
379
--will_wont_resp[option];
usr.bin/telnet/telnet.c
382
if (will_wont_resp[option] == 0) {
usr.bin/telnet/telnet.c
383
if (my_want_state_is_wont(option)) {
usr.bin/telnet/telnet.c
385
switch (option) {
usr.bin/telnet/telnet.c
392
send_will(option, 0);
usr.bin/telnet/telnet.c
418
telopt_environ = option;
usr.bin/telnet/telnet.c
441
send_will(option, 0);
usr.bin/telnet/telnet.c
452
set_my_want_state_will(option);
usr.bin/telnet/telnet.c
453
send_will(option, 0);
usr.bin/telnet/telnet.c
456
will_wont_resp[option]++;
usr.bin/telnet/telnet.c
457
send_wont(option, 0);
usr.bin/telnet/telnet.c
464
switch (option) {
usr.bin/telnet/telnet.c
470
set_my_state_will(option);
usr.bin/telnet/telnet.c
477
set_my_state_will(option);
usr.bin/telnet/telnet.c
481
dontoption(int option)
usr.bin/telnet/telnet.c
484
if (will_wont_resp[option]) {
usr.bin/telnet/telnet.c
485
--will_wont_resp[option];
usr.bin/telnet/telnet.c
486
if (will_wont_resp[option] && my_state_is_wont(option))
usr.bin/telnet/telnet.c
487
--will_wont_resp[option];
usr.bin/telnet/telnet.c
490
if ((will_wont_resp[option] == 0) && my_want_state_is_will(option)) {
usr.bin/telnet/telnet.c
491
switch (option) {
usr.bin/telnet/telnet.c
507
set_my_want_state_wont(option);
usr.bin/telnet/telnet.c
508
if (my_state_is_will(option))
usr.bin/telnet/telnet.c
509
send_wont(option, 0);
usr.bin/telnet/telnet.c
512
set_my_state_wont(option);
usr.bin/telnet/utilities.c
168
printoption(const char *direction, int cmd, int option)
usr.bin/telnet/utilities.c
173
if (TELCMD_OK(option))
usr.bin/telnet/utilities.c
174
fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option));
usr.bin/telnet/utilities.c
176
fprintf(NetTrace, "%s IAC %d", direction, option);
usr.bin/telnet/utilities.c
183
if (TELOPT_OK(option))
usr.bin/telnet/utilities.c
184
fprintf(NetTrace, "%s", TELOPT(option));
usr.bin/telnet/utilities.c
185
else if (option == TELOPT_EXOPL)
usr.bin/telnet/utilities.c
188
fprintf(NetTrace, "%d", option);
usr.bin/telnet/utilities.c
190
fprintf(NetTrace, "%s %d %d", direction, cmd, option);
usr.bin/telnet/utilities.c
90
SetSockOpt(int fd, int level, int option, int yesno)
usr.bin/telnet/utilities.c
92
return setsockopt(fd, level, option,
usr.bin/timeout/timeout.c
290
const struct option longopts[] = {
usr.bin/tip/cmds.c
905
tandem(char *option)
usr.bin/tip/cmds.c
909
if (strcmp(option,"on") == 0) {
usr.bin/top/top.c
302
static struct option longopts[] = {
usr.bin/xargs/xargs.c
100
static const struct option long_options[] =
usr.sbin/autofs/automountd.c
80
pick_option(const char *option, char **optionsp)
usr.sbin/autofs/automountd.c
96
if (strncmp(pair, option, strlen(option)) == 0) {
usr.sbin/autofs/automountd.c
97
picked = checked_strdup(pair + strlen(option));
usr.sbin/bthcid/parser.y
102
options: option ';'
usr.sbin/bthcid/parser.y
103
| options option ';'
usr.sbin/bthcid/parser.y
106
option: bdaddr
usr.sbin/efibootmgr/efibootmgr.c
97
static struct option lopts[] = {
usr.sbin/efidp/efidp.c
43
static struct option longopts[] = {
usr.sbin/efivar/efivar.c
44
static struct option longopts[] = {
usr.sbin/makefs/cd9660.c
348
cd9660_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/cd9660.c
356
assert(option != NULL);
usr.sbin/makefs/cd9660.c
359
printf("%s: got `%s'\n", __func__, option);
usr.sbin/makefs/cd9660.c
361
i = set_option(cd9660_options, option, buf, sizeof(buf));
usr.sbin/makefs/ffs.c
230
ffs_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/ffs.c
238
assert(option != NULL);
usr.sbin/makefs/ffs.c
243
printf("ffs_parse_opts: got `%s'\n", option);
usr.sbin/makefs/ffs.c
245
rv = set_option(ffs_options, option, buf, sizeof(buf));
usr.sbin/makefs/hammer2.c
149
hammer2_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/hammer2.c
158
assert(option != NULL);
usr.sbin/makefs/hammer2.c
162
APRINTF("got `%s'\n", option);
usr.sbin/makefs/hammer2.c
164
i = set_option(hammer2_options, option, buf, sizeof(buf));
usr.sbin/makefs/makefs.c
363
set_option(const option_t *options, const char *option, char *buf, size_t len)
usr.sbin/makefs/makefs.c
368
assert(option != NULL);
usr.sbin/makefs/makefs.c
370
var = estrdup(option);
usr.sbin/makefs/msdos.c
113
msdos_parse_opts(const char *option, fsinfo_t *fsopts)
usr.sbin/makefs/msdos.c
119
assert(option != NULL);
usr.sbin/makefs/msdos.c
124
printf("msdos_parse_opts: got `%s'\n", option);
usr.sbin/makefs/msdos.c
126
rv = set_option(msdos_options, option, NULL, 0);
usr.sbin/pfctl/parse.y
514
| ruleset option '\n'
usr.sbin/pfctl/parse.y
571
option : SET OPTIMIZATION STRING {
usr.sbin/ppp/lcp.c
488
lcp_SendProtoRej(struct lcp *lcp, u_char *option, int count)
usr.sbin/ppp/lcp.c
491
fsm_Output(&lcp->fsm, CODE_PROTOREJ, lcp->fsm.reqid, option, count,