Searched refs:nodetach (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dsign.c77 int nodetach=0; local
98 nodetach=1;
130 if (!nodetach)
H A Denc.c75 int nodetach=1; local
87 nodetach=1;
149 if (!nodetach) PKCS7_set_detached(p7,1);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c443 if (updetach && (nodetach || demand)) {
445 nodetach ? "nodetach" : "demand");
488 nodetach = 1;
528 * nodetach or updetach is set.
530 if (!nodetach && !updetach)
2605 if (!nodetach)
H A Doptions.c89 bool nodetach = 0; /* Don't detach from controlling tty */ variable
213 { "nodetach", o_bool, &nodetach,
215 { "-detach", o_bool, &nodetach,
H A Dpppd.h242 extern bool nodetach; /* Don't detach from controlling tty */
H A Dauth.c664 if (updetach && !nodetach)
851 if (updetach && !nodetach)

Completed in 104 milliseconds