Searched refs:dir (Results 1 – 3 of 3) sorted by relevance
/iconv/ |
A D | gconv_parseconfdir.h | 116 gconv_parseconfdir (const char *prefix, const char *dir, size_t dir_len) in gconv_parseconfdir() argument 132 cp = mempcpy (mempcpy (cp, dir, dir_len), gconv_conf_filename, in gconv_parseconfdir() 136 found = read_conf_file (buf, dir, dir_len); in gconv_parseconfdir() 167 found |= read_conf_file (conf, dir, dir_len); in gconv_parseconfdir()
|
A D | iconvconfig.c | 144 static int handle_dir (const char *dir); 653 handle_dir (const char *dir) in handle_dir() argument 656 size_t dirlen = strlen (dir); in handle_dir() 660 if (dir[dirlen - 1] != '/') in handle_dir() 663 memcpy (newp, dir, dirlen); in handle_dir() 666 dir = newp; in handle_dir() 669 found = gconv_parseconfdir (dir[0] == '/' ? prefix : NULL, dir, dirlen); in handle_dir() 674 dir); in handle_dir()
|
A D | Makefile | 33 iconv_prog-modules = iconv_charmap charmap charmap-dir linereader \
|
Completed in 17 milliseconds