OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notty
(Results
1 - 6
of
6
) sorted by null
/external/openssh/regress/
agent-pkcs11.sh
18
notty
() {
function
40
echo ${TEST_SSH_PIN} |
notty
${SSHADD} -s ${TEST_SSH_PKCS11} > /dev/null 2>&1
61
echo ${TEST_SSH_PIN} |
notty
${SSHADD} -e ${TEST_SSH_PKCS11} > /dev/null 2>&1
conch-ciphers.sh
23
--known-hosts $OBJ/known_hosts --
notty
--noagent --nox11 -n \
/external/ppp/pppd/
tty.c
146
bool
notty
= 0; /* Stdin/out is not a tty */
variable
196
{ "
notty
", o_bool, &
notty
,
233
"Maximum data rate in bytes/sec (with pty,
notty
or record option)",
413
using_pty =
notty
|| ptycommand != NULL || pty_socket != NULL;
431
* ptycommand, pty_socket,
notty
or devnam.
448
if (demand &&
notty
) {
449
option_error("demand-dialling is incompatible with
notty
");
464
pty_socket? "socket":
notty
? "
notty
": "pty")
[
all
...]
pppd.h
235
extern int using_pty; /* using pty as device (
notty
or pty opt.) */
305
extern bool
notty
; /* Stdin/out is not a tty */
[
all
...]
sys-solaris.c
598
if (default_device && !
notty
)
[
all
...]
/system/core/rootdir/etc/
init.testmenu
221
"1" ) kill $pppdpid; pppd
notty
< $pppdev > $pppdev & pppdpid=$!;;
Completed in 267 milliseconds