Home
last modified time | relevance | path

Searched refs:fgetln (Results 1 – 10 of 10) sorted by relevance

/external/libedit/src/
Dsys.h105 #define fgetln libedit_fgetln macro
106 char *fgetln(FILE *fp, size_t *len);
Dfgetln.c48 fgetln(FILE *fp, size_t *len) in fgetln() function
101 while ((p = fgetln(stdin, &len)) != NULL) { in main()
DMakefile.am42 fgetln.c wcsdup.c tokenizer.c \
DMakefile.in134 search.c sig.c terminal.c tty.c vi.c fgetln.c wcsdup.c \
147 refresh.lo search.lo sig.lo terminal.lo tty.lo vi.lo fgetln.lo \
350 sig.c terminal.c tty.c vi.c fgetln.c wcsdup.c tokenizer.c \
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fgetln.Plo@am__quote@
Del.c559 while ((ptr = fgetln(fp, &len)) != NULL) { in el_source()
Dhistory.c748 if ((line = fgetln(fp, &sz)) == NULL) in history_load()
757 for (i = 0; (line = fgetln(fp, &sz)) != NULL; i++) { in history_load()
/external/libedit/
DChangeLog197 * src/fgetln.c: use src/tools/compat/fgetln.c instead of
198 othersrc/libexec/tnftpd/libnetbsd/fgetln.c
Dconfigure.ac111 …n strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvi…
Dconfig.h.in22 /* Define to 1 if you have the `fgetln' function. */
Dconfigure13194 …n strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvi…