Searched refs:_path (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/basic/ |
D | path-util.h | 129 const char* _path = (path), *_root = (root), *_ret; \ 132 while (_path[0] == '/' && _path[1] == '/') \ 133 _path ++; \ 135 _ret = _path; \ 137 _l = strlen(_root) + 1 + strlen(_path) + 1; \ 142 if (_path[0] != '/') \ 144 strcpy(_p, _path); \
|
/systemd-251/src/systemctl/ |
D | systemctl-sysv-compat.c | 31 FOREACH_STRING(_path, "/run/initctl", "/dev/initctl") { in talk_initctl() 32 path = _path; in talk_initctl()
|
D | systemctl-util.c | 505 const char *_path; in unit_find_paths() local 514 … r = unit_file_find_fragment(*cached_id_map, *cached_name_map, unit_name, &_path, &names); in unit_find_paths() 518 if (_path) { in unit_find_paths() 519 path = strdup(_path); in unit_find_paths()
|
/systemd-251/src/shared/ |
D | find-esp.c | 440 FOREACH_STRING(_path, "/efi", "/boot", "/boot/efi") { in find_esp_and_warn() 441 path = _path; in find_esp_and_warn()
|
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 2543 _cleanup_free_ char *_path = NULL; in process_item() local 2560 r = glob_non_glob_prefix(path, &_path); in process_item() 2564 path = _path; in process_item()
|
/systemd-251/ |
D | NEWS | 13926 udev_get_{dev,sys,run}_path()
|