Home
last modified time | relevance | path

Searched refs:myopts (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c116 static char myopts[MAXOPTLEN]; variable
2577 myopts[TELOPT_ENCRYPT] = OPT_YES; in getencrtype()
2610 myopts[TELOPT_ENCRYPT] = OPT_NO; in getencrtype()
3075 if (!myopts[TELOPT_SGA]) { in doit()
3083 if (!myopts[TELOPT_ECHO]) { in doit()
3629 if (myopts[c] != OPT_YES) in telrcv()
3635 if (myopts[c] != OPT_NO) { in telrcv()
3871 if (myopts[option] == OPT_YES) in dooption()
3896 myopts[option] = OPT_YES; in dooption()
3898 myopts[option] = OPT_NO; in dooption()
[all …]
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c66 static char *myopts[] = { variable
129 switch (getsubopt(&options, myopts, in main()
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c60 static char *myopts[] = { variable
211 switch (getsubopt(&subopts, myopts, &value)) { in parse_subopts()
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c767 static char *myopts[] = { in str2opt() local
776 switch ((opt = getsubopt(&opts, myopts, &value))) { in str2opt()
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c104 char *myopts[] = { variable
661 switch (getsubopt(&mntopts, myopts, &value)) { in flags()