Home
last modified time | relevance | path

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

/civetweb-2.7.6/resources/
Dcomplete.lua44 function dp(txt) function
64 dp("complete: cmd=" .. cmd .. ", this=" .. this .. ", last=" .. last .. ", type=" .. comp_type)
72 dp("Suggest --help argument")
82 dp("If --help is used, no additional argument is allowed")
92 dp("If --I is used, no additional argument is allowed")
100 dp("Fill with option template for -A")
105 dp("Fill with option template for -R")
110 dp("Options -A and -R have a fixed number of arguments")
128 dp("Option -C has just one argument")
136 dp("options file " .. optfile .. " missing")
[all …]
/civetweb-2.7.6/src/
Dcivetweb.c9238 struct dirent *dp; local
9248 while ((dp = mg_readdir(dirp)) != NULL) {
9250 if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, "..")
9251 || must_hide_file(conn, dp->d_name)) {
9256 conn, &truncated, path, sizeof(path), "%s/%s", dir, dp->d_name);
9277 de.file_name = dp->d_name;
9292 struct dirent *dp; local
9303 while ((dp = mg_readdir(dirp)) != NULL) {
9306 if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, "..")) {
9311 conn, &truncated, path, sizeof(path), "%s/%s", dir, dp->d_name);
[all …]