Searched refs:fp (Results 1 – 4 of 4) sorted by relevance
/include/ |
A D | stdio_ext.h | 8 #define __fsetlocking(fp, type) \ argument 9 ({ int __result = ((fp->_flags & _IO_USER_LOCK) \ 14 fp->_flags &= ~_IO_USER_LOCK; \ 16 fp->_flags |= _IO_USER_LOCK; \
|
A D | nss_files.h | 37 int __nss_readline (FILE *fp, char *buf, size_t len, off64_t *poffset); 45 int __nss_readline_seek (FILE *fp, off64_t offset) attribute_hidden; 51 int __nss_parse_line_result (FILE *fp, off64_t offset, int parse_line_result); 150 int __nss_fgetent_r (FILE *fp, void *result,
|
A D | stdio.h | 36 fseterr_unlocked (FILE *fp) in fseterr_unlocked() argument 38 fp->_flags |= _IO_ERR_SEEN; in fseterr_unlocked() 73 extern char *__fgets_unlocked_chk (char *buf, size_t size, int n, FILE *fp); 74 extern char *__fgets_chk (char *buf, size_t size, int n, FILE *fp); 194 # define fclose(fp) _IO_new_fclose (fp) argument 201 # define fputs(str, fp) _IO_fputs (str, fp) argument 203 # define fsetpos(fp, posp) _IO_new_fsetpos (fp, posp) argument 205 # define fgetpos(fp, posp) _IO_new_fgetpos (fp, posp) argument
|
A D | file_change_detection.h | 61 FILE *fp);
|
Completed in 8 milliseconds