Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Drepertoire.c57 struct linereader *repfile; in repertoire_read() local
72 repfile = lr_open (filename, repertoiremap_hash); in repertoire_read()
73 if (repfile == NULL) in repertoire_read()
87 while (repfile == NULL in repertoire_read()
93 repfile = lr_open (path, repertoiremap_hash); in repertoire_read()
95 if (repfile == NULL) in repertoire_read()
99 repfile = lr_open (path, repertoiremap_hash); in repertoire_read()
104 if (repfile == NULL) in repertoire_read()
112 repfile = lr_open (buf, repertoiremap_hash); in repertoire_read()
118 if (repfile == NULL) in repertoire_read()
[all …]