Searched refs:nameslashdot (Results 1 – 1 of 1) sorted by relevance
1071 char *nameslashdot = emalloc(n + 3); in itsdir() local1073 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()