Searched refs:csep (Results 1 – 1 of 1) sorted by relevance
/third_party/libwebsockets/lib/misc/ |
D | dir.c | 72 static char csep = '/'; variable 74 static char csep = '\\'; variable 124 combo[l++] = csep; in lws_dir() 229 lws_snprintf(path, sizeof(path), "%s%c%s", dirpath, csep, in lws_dir_glob_cb() 245 lws_snprintf(path, sizeof(path), "%s%c%s", dirpath, csep, lde->name); in lws_dir_rm_rf_cb()
|