Searched refs:lr_open (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/locale/programs/ |
D | repertoire.c | 72 repfile = lr_open (filename, repertoiremap_hash); in repertoire_read() 93 repfile = lr_open (path, repertoiremap_hash); in repertoire_read() 99 repfile = lr_open (path, repertoiremap_hash); in repertoire_read() 112 repfile = lr_open (buf, repertoiremap_hash); in repertoire_read()
|
D | locfile.c | 62 ldfile = lr_open (filename, locfile_hash); in locfile_read() 82 ldfile = lr_open (path, locfile_hash); in locfile_read() 88 ldfile = lr_open (path, locfile_hash); in locfile_read() 99 ldfile = lr_open (path, locfile_hash); in locfile_read()
|
D | linereader.h | 84 extern struct linereader *lr_open (const char *fname, kw_hash_fct_t hf);
|
D | charmap.c | 98 cmfile = lr_open (filename, charmap_hash); in charmap_read()
|
D | linereader.c | 49 lr_open (const char *fname, kw_hash_fct_t hf) in lr_open() function
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 1378 from lr_open. 1379 (lr_open): Tailcall lr_create. 1391 (charmap_read): Use cmlr_open instead of lr_open. Simplify using the
|
D | ChangeLog.6 | 4262 * locale/programs/linereader.c (lr_open): Cast away const before free.
|
D | ChangeLog.5 | 1205 * locale/programs/linereader.c (lr_open): Don't pass NULL to
|
D | ChangeLog.10 | 2016 * locale/programs/charmap.c (charmap_read): Call lr_open here and
|
D | ChangeLog.14 | 15972 * locale/programs/linereader.c (lr_open): Likewise.
|