Searched refs:_path (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dpath-util.h78 const char* _path = (path), *_root = (root), *_ret; \
81 while (_path[0] == '/' && _path[1] == '/') \
82 _path ++; \
84 _ret = _path; \
86 _l = strlen(_root) + 1 + strlen(_path) + 1; \
91 if (_path[0] != '/') \
93 strcpy(_p, _path); \
/systemd/src/systemctl/
H A Dsystemctl.c1932 _cleanup_free_ char *_path = NULL; local
1937 r = unit_file_get_default(arg_scope, arg_root, &_path);
1940 path = _path;

Completed in 3324 milliseconds