Searched refs:_n (Results 1 - 4 of 4) sorted by relevance

/systemd/src/shared/
H A Dboot-timestamps.c30 dual_timestamp _n; local
36 dual_timestamp_get(&_n);
37 n = &_n;
/systemd/src/basic/
H A Dpath-util.h79 char *_p, *_n; \
87 _n = alloca(_l); \
88 _p = stpcpy(_n, _root); \
89 while (_p > _n && _p[-1] == '/') \
94 _ret = _n; \
H A Dstrv.h118 unsigned _n; \
121 _n = 1; \
124 _n++; \
127 _l = newa(char*, _n+1); \
128 _l[_n = 0] = (char*) first; \
131 _l[++_n] = va_arg(_ap, char*); \
132 if (!_l[_n]) \
/systemd/src/network/
H A Dnetworkd-netdev.h213 NetDev *_n = (netdev); \
214 _n ? log_object_internal(level, error, __FILE__, __LINE__, __func__, "INTERFACE=", _n->ifname, ##__VA_ARGS__) : \

Completed in 76 milliseconds