OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__sflags
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/stdio/
flags.c
46
__sflags
(const char *mode, int *optr)
function
fdopen.c
47
if ((flags =
__sflags
(mode, &oflags)) == 0)
fopen.c
49
if ((flags =
__sflags
(mode, &oflags)) == 0)
local.h
62
int
__sflags
(const char *, int *);
freopen.c
54
if ((flags =
__sflags
(mode, &oflags)) == 0) {
Completed in 6870 milliseconds