Lines Matching refs:fp
275 nss_database_reload_1 (struct nss_database_data *data, FILE *fp) in nss_database_reload_1() argument
283 ssize_t ret = __getline (&line, &line_allocated, fp); in nss_database_reload_1()
284 if (__ferror_unlocked (fp)) in nss_database_reload_1()
286 if (__feof_unlocked (fp)) in nss_database_reload_1()
306 FILE *fp = fopen (_PATH_NSSWITCH_CONF, "rce"); in nss_database_reload() local
307 if (fp == NULL) in nss_database_reload()
326 __fsetlocking (fp, FSETLOCKING_BYCALLER); in nss_database_reload()
331 if (fp != NULL) in nss_database_reload()
332 ok = nss_database_reload_1 (staging, fp); in nss_database_reload()
376 ok = __file_change_detection_for_fp (&staging->nsswitch_conf, fp); in nss_database_reload()
378 if (fp != NULL) in nss_database_reload()
381 fclose (fp); in nss_database_reload()