Home
last modified time | relevance | path

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

/glibc-2.36/timezone/
Dzic.c1071 char *nameslashdot = emalloc(n + 3); in itsdir() local
1073 memcpy(nameslashdot, name, n); in itsdir()
1074 strcpy(&nameslashdot[n], &"/."[! (n && name[n - 1] != '/')]); in itsdir()
1075 dir = stat(nameslashdot, &st) == 0 || errno == EOVERFLOW; in itsdir()
1076 free(nameslashdot); in itsdir()