OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:funlockfile
(Results
1 - 25
of
382
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/upstream-openbsd/lib/libc/stdio/
fputws.c
49
FUNLOCKFILE
(fp);
54
FUNLOCKFILE
(fp);
fgets.c
69
FUNLOCKFILE
(fp);
93
FUNLOCKFILE
(fp);
103
FUNLOCKFILE
(fp);
fgetws.c
72
FUNLOCKFILE
(fp);
77
FUNLOCKFILE
(fp);
fpurge.c
48
FUNLOCKFILE
(fp);
59
FUNLOCKFILE
(fp);
gets.c
50
FUNLOCKFILE
(stdin);
57
FUNLOCKFILE
(stdin);
fflush.c
52
FUNLOCKFILE
(fp);
95
FUNLOCKFILE
(fp);
getdelim.c
120
FUNLOCKFILE
(fp);
132
FUNLOCKFILE
(fp);
clrerr.c
43
FUNLOCKFILE
(fp);
feof.c
49
FUNLOCKFILE
(fp);
ferror.c
49
FUNLOCKFILE
(fp);
getc.c
60
FUNLOCKFILE
(fp);
fgetln.c
91
FUNLOCKFILE
(fp);
137
FUNLOCKFILE
(fp);
141
FUNLOCKFILE
(fp);
ungetc.c
93
error:
FUNLOCKFILE
(fp);
116
FUNLOCKFILE
(fp);
143
FUNLOCKFILE
(fp);
fgetwc.c
87
FUNLOCKFILE
(fp);
fputs.c
56
FUNLOCKFILE
(fp);
fputwc.c
84
FUNLOCKFILE
(fp);
fwide.c
61
FUNLOCKFILE
(fp);
putc.c
66
FUNLOCKFILE
(fp);
puts.c
60
FUNLOCKFILE
(stdout);
/external/valgrind/
darwin10-drd.supp
65
funlockfile
67
fun:
funlockfile
/bionic/tests/
stdio_ext_test.cpp
148
funlockfile
(stdout);
152
// Check if users can use flockfile/
funlockfile
to protect stdio operations.
160
funlockfile
(stdout);
/external/bison/lib/
getdelim.c
42
# undef
funlockfile
macro
44
# define
funlockfile
(x) ((void) 0)
macro
132
funlockfile
(fp); /* doesn't set errno */
unlocked-io.h
133
# undef
funlockfile
macro
134
# define
funlockfile
(x) ((void) 0)
macro
/bionic/libc/bionic/
flockfile.cpp
54
void
funlockfile
(FILE* fp) {
function
/external/compiler-rt/test/msan/
getc_unlocked.c
26
funlockfile
(stream);
Completed in 1687 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>