Searched refs:funlockfile (Results 1 – 6 of 6) sorted by relevance
62 void funlockfile(FILE* fp) { in funlockfile() function
115 #define FUNLOCKFILE(fp) if (_EXT(fp)->_stdio_handles_locking) funlockfile(fp)
330 void funlockfile(FILE *);
38 funlockfile(stderr); in TEST()47 funlockfile(fp); in TEST()
314 funlockfile
503 funlockfile;