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

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
stdio.h 132 /* separate buffer for fgetln() when line crosses buffer boundary */
133 struct __sbuf _lb; /* buffer for fgetln() */
158 #define __SMOD 0x2000 /* true => fgetln modified _p text */
332 char *fgetln(FILE *, size_t *);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
stdio.h 132 /* separate buffer for fgetln() when line crosses buffer boundary */
133 struct __sbuf _lb; /* buffer for fgetln() */
158 #define __SMOD 0x2000 /* true => fgetln modified _p text */
332 char *fgetln(FILE *, size_t *);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
stdio.h 132 /* separate buffer for fgetln() when line crosses buffer boundary */
133 struct __sbuf _lb; /* buffer for fgetln() */
158 #define __SMOD 0x2000 /* true => fgetln modified _p text */
332 char *fgetln(FILE *, size_t *);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 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 */
    [all...]
  /external/libedit/src/
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/include/
stdio.h 249 char* fgetln(FILE* __restrict, size_t* __restrict);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 242 #define fgetln _fgetln
  /external/libedit/
configure     [all...]

Completed in 712 milliseconds

1 2 3 45