Searched refs:fgets_unlocked (Results 1 – 6 of 6) sorted by relevance
303 char* _Nullable fgets_unlocked(char* _Nonnull __buf, int __size, FILE* _Nonnull __fp) __INTRODUCED_…
766 return fgets_unlocked(buf, n, fp); in fgets()773 char* fgets_unlocked(char* buf, int n, FILE* fp) { in fgets_unlocked() function
146 …* `fflush_unlocked`/`fgetc_unlocked`/`fgets_unlocked`/`fputc_unlocked`/`fputs_unlocked`/`fread_unl…
1361 fgets_unlocked;
2705 ASSERT_TRUE(fgets_unlocked(buf, sizeof(buf), fp) != nullptr); in TEST()