Searched refs:FOREACH_WORD_SEPARATOR (Results 1 - 10 of 10) sorted by relevance
/systemd/src/shared/ |
H A D | sleep-config.c | 131 FOREACH_WORD_SEPARATOR(word, l, p, WHITESPACE, state) 160 FOREACH_WORD_SEPARATOR(word, l, p, WHITESPACE, state) { function
|
H A D | fstab-util.c | 69 FOREACH_WORD_SEPARATOR(word, l, opts, ",", state)
|
/systemd/src/basic/ |
H A D | string-util.h | 98 #define FOREACH_WORD_SEPARATOR(word, length, s, separator, state) \ macro
|
H A D | strv.c | 279 FOREACH_WORD_SEPARATOR(word, l, s, separator, state) 287 FOREACH_WORD_SEPARATOR(word, l, s, separator, state) { function
|
H A D | cgroup-util.c | 869 FOREACH_WORD_SEPARATOR(word, k, l, ",", state) {
|
/systemd/src/delta/ |
H A D | delta.c | 500 FOREACH_WORD_SEPARATOR(word, l, flag_str, ",", state) {
|
/systemd/src/login/ |
H A D | logind-inhibit.c | 458 FOREACH_WORD_SEPARATOR(word, l, s, ":", state) {
|
/systemd/src/cryptsetup/ |
H A D | cryptsetup.c | 218 FOREACH_WORD_SEPARATOR(word, l, options, ",", state) {
|
/systemd/src/libsystemd/sd-device/ |
H A D | device-private.c | 443 FOREACH_WORD_SEPARATOR(word, l, value, ":", state) {
|
/systemd/src/journal/ |
H A D | sd-journal.c | 963 FOREACH_WORD_SEPARATOR(word, l, cursor, ";", state) {
|
Completed in 36 milliseconds