Searched refs:entptr (Results 1 – 1 of 1) sorted by relevance
83 struct dirent *entptr = NULL; in dir_get_child() local92 while ((entptr = readdir(dirptr))) { in dir_get_child()93 if (entptr->d_name[0] == '.') in dir_get_child()95 if (prefix && strlen(prefix) && strncmp(entptr->d_name, prefix, strlen(prefix))) in dir_get_child()97 snprintf(buff, bufsize, "%s", entptr->d_name); in dir_get_child()