Home
last modified time | relevance | path

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

/nss/
A Dtst-nss-files-alias-leak.c49 add_temp_file (path); in prepare()
51 (path, in prepare()
56 free (path); in prepare()
59 add_temp_file (path); in prepare()
61 free (path); in prepare()
64 add_temp_file (path); in prepare()
66 free (path); in prepare()
69 add_temp_file (path); in prepare()
71 (path, in prepare()
76 free (path); in prepare()
[all …]
A Dnss_files_data.c77 const char *path) in __nss_files_data_internal_open() argument
83 data->stream = __nss_files_fopen (path); in __nss_files_data_internal_open()
95 enum nss_files_file file, const char *path, in __nss_files_data_open() argument
106 status = __nss_files_data_internal_open (*pdata, path); in __nss_files_data_open()
125 __nss_files_data_setent (enum nss_files_file file, const char *path) in libc_hidden_def()
133 status = __nss_files_data_internal_open (data, path); in libc_hidden_def()
A Dnss_files_fopen.c25 __nss_files_fopen (const char *path) in __nss_files_fopen() argument
27 FILE *fp = fopen (path, "rce"); in __nss_files_fopen()
/nss/nss_files/
A Dfiles-init.c28 int db, const char *path, int crinit) in register_file() argument
30 size_t pathlen = strlen (path) + 1; in register_file()
36 init_traced_file (file, path, crinit); in register_file()

Completed in 8 milliseconds