Searched defs:suboption (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c95 int suboption; local
118 suboption = getsubopt(&suboptions,
120 switch (suboption) {
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c156 int suboption; local
174 suboption = getsubopt(&suboptions,
176 switch (suboption) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c788 * suboption()
802 suboption() function
1180 * Handle special character suboption of LINEMODE.
1940 * inserted into the suboption are all possibilities.
1944 * we terminate the suboption, and process the
1945 * partial suboption if we can.
1954 suboption(); /* handle sub-option */
1965 suboption(); /* handle sub-option */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c238 #define TS_SE 4 /* ...end's (suboption negotiation) */
273 static void suboption(void);
327 xdisplocsubopt, /* xdisploc suboption received */
332 environsubopt, /* environment option suboption received */
333 oenvironsubopt, /* "old environ option suboption received */
3611 suboption(); /* handle sub-option */
3946 * suboption()
3953 suboption(void) function

Completed in 109 milliseconds