Searched defs:fflush_unlocked (Results 1 – 3 of 3) sorted by relevance
62 #define fflush_unlocked fflush macro
61 # define fflush_unlocked(x) fflush (x) macro
53 int fflush_unlocked(FILE* file) { return fflush(file); } in fflush_unlocked() function