Home
last modified time | relevance | path

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

/glibc-2.36/nss/
Dnss_files_fopen.c25 __nss_files_fopen (const char *path) in __nss_files_fopen() function
47 libc_hidden_def (__nss_files_fopen)
Dnss_files_data.c83 data->stream = __nss_files_fopen (path); in __nss_files_data_internal_open()
DVersions21 __nss_files_fopen; __nss_readline; __nss_parse_line_result;
/glibc-2.36/include/
Dnss_files.h29 FILE *__nss_files_fopen (const char *path);
30 libc_hidden_proto (__nss_files_fopen)
/glibc-2.36/nss/nss_files/
Dfiles-alias.c45 *stream = __nss_files_fopen ("/etc/aliases"); in internal_setent()
185 listfile = __nss_files_fopen (&cp[9]); in libc_hidden_def()
Dfiles-initgroups.c36 FILE *stream = __nss_files_fopen ("/etc/group"); in _nss_files_initgroups_dyn()
Dfiles-XXX.c76 *stream = __nss_files_fopen (DATAFILE); in internal_setent()
Dfiles-netgrp.c65 fp = __nss_files_fopen (DATAFILE);
/glibc-2.36/nss/nss_compat/
Dcompat-initgroups.c125 ent->stream = __nss_files_fopen ("/etc/group"); in internal_setgrent()
Dcompat-grp.c111 ent->stream = __nss_files_fopen ("/etc/group"); in internal_setgrent()
Dcompat-spwd.c181 ent->stream = __nss_files_fopen ("/etc/shadow"); in internal_setspent()
Dcompat-pwd.c226 ent->stream = __nss_files_fopen ("/etc/passwd"); in internal_setpwent()
/glibc-2.36/ChangeLog.old/
DChangeLog.21469 nss_files: Consolidate file opening in __nss_files_fopen