Home
last modified time | relevance | path

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

/glibc-2.36/iconv/
Dgconv_conf.c418 char *strspace = (char *) &result[nelems + 1]; in __gconv_get_path() local
427 result[n].name = strspace; in __gconv_get_path()
431 strspace = __mempcpy (strspace, cwd, cwdlen); in __gconv_get_path()
432 *strspace++ = '/'; in __gconv_get_path()
434 strspace = __stpcpy (strspace, elem); in __gconv_get_path()
435 if (strspace[-1] != '/') in __gconv_get_path()
436 *strspace++ = '/'; in __gconv_get_path()
438 result[n].len = strspace - result[n].name; in __gconv_get_path()
442 *strspace++ = '\0'; in __gconv_get_path()