Home
last modified time | relevance | path

Searched refs:fparseln (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libutil/
H A Dfparseln.c81 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) in fparseln() function
221 while ((ptr = fparseln(stdin, &size, &line, NULL, in main()
H A DMakefile25 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c \
38 MAN+= expand_number.3 flopen.3 fparseln.3 getlocalbase.3 hexdump.3 \
H A Dlibutil.h151 char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno,