Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dflags.c52 __sflags(const char *mode, int *optr) in __sflags() function
Dfopen.c58 if ((flags = __sflags(mode, &oflags)) == 0) in fopen()
Dfdopen.c67 if ((flags = __sflags(mode, &oflags)) == 0) in fdopen()
/bionic/libc/stdio/
Dlocal.h58 int __sflags(const char *, int *);
Dfreopen.c56 if ((flags = __sflags(mode, &oflags)) == 0) { in freopen()