HomeSort by relevance Sort by last modified time
    Searched refs:MORECTL (Results 1 - 4 of 4) sorted by null

  /external/strace/
stream.c 54 # define MORECTL 1
135 case MORECTL:
136 tcp->auxstr = "MORECTL";
138 case MORECTL|MOREDATA:
139 tcp->auxstr = "MORECTL|MOREDATA";
142 tcp->auxstr = "MORECTL";
207 case MORECTL:
208 tcp->auxstr = "MORECTL";
210 case MORECTL|MOREDATA:
211 tcp->auxstr = "MORECTL|MOREDATA"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/bits/
stropts.h 168 #define MORECTL 1 /* More control information is left in
  /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 129 milliseconds