Searched defs:fp (Results 1 - 25 of 749) sorted by relevance
1234567891011>>
| /src/lib/libc/stdio/ |
| H A D | clrerr.c | 51 clearerr(FILE *fp) argument
|
| H A D | fclose.c | 52 fclose(FILE *fp) argument [all...] |
| H A D | feof.c | 55 feof(FILE *fp) argument
|
| H A D | ferror.c | 55 ferror(FILE *fp) argument
|
| H A D | fgetc.c | 51 fgetc(FILE *fp) argument
|
| H A D | fpurge.c | 57 fpurge(FILE *fp) argument [all...] |
| H A D | fputc.c | 51 fputc(int c, FILE *fp) argument
|
| H A D | getw.c | 49 getw(FILE *fp) argument
|
| H A D | getwc.c | 45 getwc(FILE *fp) argument
|
| H A D | rewind.c | 51 rewind(FILE *fp) argument
|
| H A D | rget.c | 56 __srget(FILE *fp) argument
|
| H A D | wbuf.c | 56 __swbuf(int c, FILE *fp) argument [all...] |
| H A D | wsetup.c | 57 __swsetup(FILE *fp) argument [all...] |
| H A D | fflush.c | 57 fflush(FILE *fp) argument 80 __sflush(FILE *fp) argument [all...] |
| H A D | fgetpos.c | 52 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos) argument
|
| H A D | fgets.c | 60 fgets(char *buf, int n, FILE *fp) argument [all...] |
| H A D | fgetstr.c | 50 __fgetstr(FILE *__restrict fp, size_t *__restrict lenp, int sep) argument
|
| H A D | fputws.c | 45 fputws(const wchar_t * __restrict ws, FILE * __restrict fp) argument
|
| H A D | fsetpos.c | 55 fsetpos(FILE * __restrict fp, const fpos_t * __restrict pos) argument
|
| H A D | ftell.c | 54 ftell(FILE *fp) argument [all...] |
| H A D | fwalk.c | 54 FILE *fp; local in function:_fwalk
|
| H A D | fwide.c | 43 fwide(FILE *fp, int mode) argument
|
| H A D | getc.c | 57 getc(FILE *fp) argument 70 getc_unlocked(FILE *fp) argument
|
| /src/tools/compat/ |
| H A D | fpurge.c | 46 fpurge(FILE *fp) argument
|
| /src/tests/lib/csu/ |
| H A D | h_initfini_array.c | 9 static void (*fp) (void) __attribute__((__section__(".init_array"), __used__)) = variable in typeref:typename:void (*)(void)
|
Completed in 14 milliseconds
1234567891011>>