Home | History | Annotate | Download | only in Include

Lines Matching refs:fgetln

91     char     *fgetln          (FILE * __restrict, size_t * __restrict);

249 /** separate buffer for fgetln() when line crosses buffer boundary */
250 struct __sbuf _lb; /* buffer for fgetln() */
275 #define __SMOD 0x2000 /**< true => fgetln modified _p text */
1527 char *fgetln(FILE * __restrict, size_t * __restrict);