OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MORECTL
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h
168
#define
MORECTL
1 /* More control information is left in
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h
168
#define
MORECTL
1 /* More control information is left in
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h
168
#define
MORECTL
1 /* More control information is left in
/external/strace/
stream.c
62
#define
MORECTL
1
163
case
MORECTL
:
164
tcp->auxstr = "
MORECTL
";
166
case
MORECTL
|MOREDATA:
167
tcp->auxstr = "
MORECTL
|MOREDATA";
170
tcp->auxstr = "
MORECTL
";
252
case
MORECTL
:
253
tcp->auxstr = "
MORECTL
";
255
case
MORECTL
|MOREDATA:
256
tcp->auxstr = "
MORECTL
|MOREDATA"
[
all
...]
/external/ppp/pppd/plugins/rp-pppoe/
if.c
1014
* Check for MOREDATA and/or
MORECTL
.
1016
if ((rc & (
MORECTL
| MOREDATA)) == (
MORECTL
| MOREDATA)) {
1018
sprintf(buffer, "%s:
MORECTL
|MOREDATA", caller);
1022
if (rc &
MORECTL
) {
1024
sprintf(buffer, "%s:
MORECTL
", caller);
Completed in 4676 milliseconds