Home
last modified time | relevance | path

Searched refs:_q (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Dtests.h119 int _r, _q; \
125 _q = _outro ? _outro() : EXIT_SUCCESS; \
131 if (_q < 0) \
133 return _q; \
Ddropin.h10 const char *name, char **_p, char **_q);
Djson.h88 typeof(q) _q = (q); \
90 *_v = _q; \
/systemd-251/src/basic/
Dmacro.h489 typeof(p) _q = (p); \
490 _q && _q > (base) ? &_q[-1] : NULL; \
/systemd-251/src/libsystemd/sd-resolve/
Dsd-resolve.c886 static int alloc_query(sd_resolve *resolve, bool floating, sd_resolve_query **_q) { in alloc_query() argument
891 assert(_q); in alloc_query()
918 *_q = q; in alloc_query()