Searched defs:path_table (Results 1 - 1 of 1) sorted by relevance

/systemd/src/path/
H A Dpath.c35 static const char* const path_table[_SD_PATH_MAX] = { variable
81 for (i = 0; i < ELEMENTSOF(path_table); i++) {
89 log_error_errno(r, "Failed to query %s: %m", path_table[i]);
94 printf("%s: %s\n", path_table[i], p);
104 for (i = 0; i < ELEMENTSOF(path_table); i++) {
105 if (streq(path_table[i], n)) {

Completed in 10 milliseconds