Searched refs:fgetln (Results 1 - 5 of 5) sorted by relevance

/external/libedit/src/
H A Dfgetln.c1 /* $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) {
H A Dsys.h105 #define fgetln libedit_fgetln macro
106 char *fgetln(FILE *fp, size_t *len);
H A Del.c559 while ((ptr = fgetln(fp, &len)) != NULL) {
H A Dhistory.c748 if ((line = fgetln(fp, &sz)) == NULL)
757 for (i = 0; (line = fgetln(fp, &sz)) != NULL; i++) {
/external/libedit/
H A Dconfigure13194 for ac_func in endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvis __secure_getenv secure_getenv

Completed in 1052 milliseconds