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

  /development/ndk/sources/android/libportable/arch-mips/
flags.c 26 /* __sflags is an internal bionic routine but the symbol is exported and there are callers... */
27 extern int __sflags(const char *, int *);
30 WRAP(__sflags)(const char *mode, int *optr) function
38 rv = __sflags(mode, &nflags);
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
flags.c 52 __sflags(const char *mode, int *optr) function
fdopen.c 67 if ((flags = __sflags(mode, &oflags)) == 0)
fopen.c 58 if ((flags = __sflags(mode, &oflags)) == 0)
  /bionic/libc/stdio/
local.h 58 int __sflags(const char *, int *);
freopen.c 56 if ((flags = __sflags(mode, &oflags)) == 0) {

Completed in 259 milliseconds