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

  /bionic/libc/stdio/
freopen.c 54 int flags, isopen, oflags, sverrno, wantfd; local
76 isopen = 0;
83 isopen = fp->_close != NULL;
84 if ((wantfd = fp->_file) < 0 && isopen) {
86 isopen = 0;
92 if (f < 0 && isopen) {
96 isopen = 0;
107 if (isopen && f != wantfd)
  /external/dnsmasq/src/
log.c 305 static int isopen = 0; local
306 if (!isopen)
309 isopen = 1;
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 104 #define isopen(c) (strchr ("([`'\"", (c)) != NULL) macro
381 w->paren = isopen (*start);
  /external/ppp/pppd/
sys-solaris.c     [all...]
sys-linux.c 1286 void ccp_flags_set (int unit, int isopen, int isup)
1290 x = (isopen? SC_CCP_OPEN: 0) | (isup? SC_CCP_UP: 0);
    [all...]

Completed in 126 milliseconds