HomeSort by relevance Sort by last modified time
    Searched refs:fgetln (Results 1 - 11 of 11) sorted by null

  /external/libedit/src/
fgetln.c 1 /* $NetBSD: fgetln.c,v 1.9 2008/04/29 06:53:03 martin Exp $ */
48 fgetln(FILE *fp, size_t *len) function
101 while ((p = fgetln(stdin, &len)) != NULL) {
sys.h 105 #define fgetln libedit_fgetln macro
106 char *fgetln(FILE *fp, size_t *len);
el.c 559 while ((ptr = fgetln(fp, &len)) != NULL) {
history.c 748 if ((line = fgetln(fp, &sz)) == NULL)
757 for (i = 0; (line = fgetln(fp, &sz)) != NULL; i++) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetln.c 1 /* $OpenBSD: fgetln.c,v 1.12 2013/11/12 07:04:06 deraadt Exp $ */
71 fgetln(FILE *fp, size_t *lenp) function
  /bionic/libc/include/
stdio.h 133 /* separate buffer for fgetln() when line crosses buffer boundary */
134 struct __sbuf _lb; /* buffer for fgetln() */
157 #define __SMOD 0x2000 /* true => fgetln modified _p text */
335 char *fgetln(FILE * __restrict, size_t * __restrict);
  /development/ndk/platforms/android-3/include/
stdio.h 124 /* separate buffer for fgetln() when line crosses buffer boundary */
125 struct __sbuf _lb; /* buffer for fgetln() */
150 #define __SMOD 0x2000 /* true => fgetln modified _p text */
324 char *fgetln(FILE *, size_t *);
  /development/ndk/platforms/android-8/include/
stdio.h 124 /* separate buffer for fgetln() when line crosses buffer boundary */
125 struct __sbuf _lb; /* buffer for fgetln() */
150 #define __SMOD 0x2000 /* true => fgetln modified _p text */
324 char *fgetln(FILE *, size_t *);
  /development/ndk/platforms/android-L/include/
stdio.h 119 /* separate buffer for fgetln() when line crosses buffer boundary */
120 struct __sbuf _lb; /* buffer for fgetln() */
145 #define __SMOD 0x2000 /* true => fgetln modified _p text */
340 char *fgetln(FILE * __restrict, size_t * __restrict);
  /bionic/libc/
Android.mk 388 upstream-openbsd/lib/libc/stdio/fgetln.c \
    [all...]
  /external/libedit/
configure     [all...]

Completed in 151 milliseconds