Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dload-fragment.c867 size_t nlen = 0; in config_parse_exec() local
954 if (!GREEDY_REALLOC0(n, nlen + 2)) in config_parse_exec()
960 n[nlen++] = w; in config_parse_exec()
961 n[nlen] = NULL; in config_parse_exec()
986 if (!GREEDY_REALLOC0(n, nlen + 2)) in config_parse_exec()
992 n[nlen++] = w; in config_parse_exec()
993 n[nlen] = NULL; in config_parse_exec()
1011 if (!GREEDY_REALLOC(n, nlen + 2)) in config_parse_exec()
1014 n[nlen++] = TAKE_PTR(resolved); in config_parse_exec()
1015 n[nlen] = NULL; in config_parse_exec()
[all …]