Searched refs:_p (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/basic/ |
D | list.h | 156 for (typeof(*(p)) *_p = (p), *i = ({ \ 157 typeof(*_p) *_j = _p; \ 160 if (_j == _p) \ 161 _j = _p->name##_next; \ 165 i = i->name##_next == _p ? _p->name##_next : i->name##_next) 194 typeof(a) _p = *_a; \ 195 if (_p) \ 196 LIST_REMOVE(name, *_a, _p); \ 197 _p; \
|
D | path-util.h | 130 char *_p, *_n; \ 139 _p = stpcpy(_n, _root); \ 140 while (_p > _n && _p[-1] == '/') \ 141 _p--; \ 143 *(_p++) = '/'; \ 144 strcpy(_p, _path); \
|
D | strv.h | 198 const char *_p = (p); \ 201 _found = startswith(_p, *_i); \ 210 const char *_p = (p); \ 213 _found = endswith(_p, *_i); \
|
/systemd-251/src/udev/ |
D | udev-builtin.h | 49 void *_p = (p); \ 50 _p && (intptr_t)(_p) <= _UDEV_BUILTIN_MAX ? \ 51 (UdevBuiltinCommand)((intptr_t)_p - 1) : _UDEV_BUILTIN_INVALID; \
|
/systemd-251/src/shared/ |
D | udev-util.h | 74 … const char *_n = NULL, *_p = NULL, *_s = NULL; \ 79 … (void) sd_device_get_syspath(_d, &_p); \ 81 … STAP_PROBEV(udev, name, device_action_to_string(_a), _n, _p, _s __VA_OPT__(,) __VA_ARGS__);\
|
D | dropin.h | 10 const char *name, char **_p, char **_q);
|
/systemd-251/src/network/ |
D | networkd-queue.h | 123 int (*_p)(Request*, Link*, typeof(userdata)) = (process); \ 130 (request_process_func_t) _p, \
|
/systemd-251/src/libsystemd/sd-login/ |
D | sd-login.c | 306 static int file_of_seat(const char *seat, char **_p) { in file_of_seat() argument 310 assert(_p); in file_of_seat() 329 *_p = TAKE_PTR(p); in file_of_seat() 412 static int file_of_session(const char *session, char **_p) { in file_of_session() argument 416 assert(_p); in file_of_session() 436 *_p = p; in file_of_session()
|
/systemd-251/src/libsystemd/sd-journal/ |
D | catalog.c | 506 static int open_mmap(const char *database, int *_fd, struct stat *_st, void **_p) { in open_mmap() argument 514 assert(_p); in open_mmap() 543 *_p = p; in open_mmap()
|