Searched refs:__sflags (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/stdio/
H A Dflags.c46 __sflags(const char *mode, int *optr) function
H A Dfdopen.c47 if ((flags = __sflags(mode, &oflags)) == 0)
H A Dfopen.c49 if ((flags = __sflags(mode, &oflags)) == 0)
H A Dlocal.h62 int __sflags(const char *, int *);
H A Dfreopen.c54 if ((flags = __sflags(mode, &oflags)) == 0) {

Completed in 1546 milliseconds