Home | History | Annotate | Download | only in mongoose

Lines Matching refs:d_name

165   char d_name[PATH_MAX];
1063 dir->result.d_name[0] = '\0';
1096 dir->info.cFileName, -1, result->d_name,
1097 sizeof(result->d_name), NULL, NULL);
2383 if (!strcmp(dp->d_name, ".") ||
2384 !strcmp(dp->d_name, "..") ||
2385 !strcmp(dp->d_name, PASSWORDS_FILE_NAME))
2388 mg_snprintf(conn, path, sizeof(path), "%s%c%s", dir, DIRSEP, dp->d_name);
2398 de.file_name = dp->d_name;