OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notty
(Results
1 - 7
of
7
) sorted by null
/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
...]
pppd.8
[
all
...]
/system/core/rootdir/etc/
init.testmenu
221
"1" ) kill $pppdpid; pppd
notty
< $pppdev > $pppdev & pppdpid=$!;;
/system/core/adb/
commandline.c
164
" [parameters] - Eg. defaultroute debug dump local
notty
usepeerdns\n"
413
* Run ppp in "
notty
" mode against a resource listed as the first parameter
[
all
...]
/frameworks/base/docs/html/guide/developing/tools/
adb.jd
316
<li><code>[parm]... </code> &mdash zero or more PPP/PPPD options, such as <code>defaultroute</code>, <code>local</code>, <code>
notty
</code>, etc.</li></ul>
Completed in 330 milliseconds