Searched refs:fputs_unlocked (Results 1 – 6 of 6) sorted by relevance
311 int fputs_unlocked(const char* __s, FILE* __fp) __INTRODUCED_IN(28);
828 return fputs_unlocked(s, fp); in fputs()831 int fputs_unlocked(const char* s, FILE* fp) { in fputs_unlocked() function
89 …* `fflush_unlocked`/`fgetc_unlocked`/`fgets_unlocked`/`fputc_unlocked`/`fputs_unlocked`/`fread_unl…
1365 fputs_unlocked;
2616 ASSERT_NE(EOF, fputs_unlocked("world", fp)); in TEST()