Searched defs:fgets (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfgets.c1 /* $OpenBSD: fgets.c,v 1.14 2009/11/09 00:18:27 kurt Exp $ */
46 fgets(char *buf, int n, FILE *fp) function
/bionic/libc/include/
H A Dstdio.h218 char *fgets(char * __restrict, int, FILE * __restrict);
264 char* gets(char*) __warnattr("gets is very unsafe; consider using fgets");
415 extern char* __fgets_real(char*, int, FILE*) __asm__(__USER_LABEL_PREFIX__ "fgets");
416 __errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
417 __errordecl(__fgets_too_small_error, "fgets called with size less than zero");
422 char *fgets(char* dest, int size, FILE* stream) { function

Completed in 234 milliseconds