Home
last modified time | relevance | path

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

/glibc-2.36/iconv/
Dgconv_parseconfdir.h148 DIR *confdir = opendir (buf); in gconv_parseconfdir() local
149 if (confdir != NULL) in gconv_parseconfdir()
152 while ((ent = readdir (confdir)) != NULL) in gconv_parseconfdir()
175 closedir (confdir); in gconv_parseconfdir()