Searched refs:_i (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dstdio-util.h36 size_t _i, _k; \
39 for (_i = 0; _i < _k; _i++) { \
40 if (_argtypes[_i] & PA_FLAG_PTR) { \
45 switch (_argtypes[_i]) { \
H A Dio-util.h45 struct iovec *_i = &(i); \
47 _i->iov_base = _s; \
48 _i->iov_len = strlen(_s); \
/systemd/test/
H A Dtest-functions1210 for _i in "$@"; do
1211 for _f in "$_dir"/$_i; do
1212 [[ "$_i" =~ $_pattern ]] || continue
1213 [[ -e "$_i" ]] && dracut_install "$_i"
1219 for _i in "$@"; do
1220 for _f in "$_dir"/$_i; do

Completed in 23 milliseconds