Home
last modified time | relevance | path

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

/iconv/
A Dgconv_parseconfdir.h26 # define __getdelim(line, len, c, fp) __getdelim (line, len, c, fp) argument
52 FILE *fp = fopen (filename, "rce"); in read_conf_file() local
59 if (fp == NULL) in read_conf_file()
63 __fsetlocking (fp, FSETLOCKING_BYCALLER); in read_conf_file()
67 while (!feof_unlocked (fp)) in read_conf_file()
70 ssize_t n = __getdelim (&line, &line_len, '\n', fp); in read_conf_file()
108 fclose (fp); in read_conf_file()

Completed in 3 milliseconds