Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Dcatalog.c253 bool got_id = false, empty_line = true; in catalog_import_file() local
282 empty_line = true; in catalog_import_file()
289 if (empty_line && in catalog_import_file()
331 empty_line = false; in catalog_import_file()
345 … if (!GREEDY_REALLOC(payload, payload_size + (empty_line ? 1 : 0) + line_len + 1 + 1)) in catalog_import_file()
348 if (empty_line) in catalog_import_file()
355 empty_line = false; in catalog_import_file()
/systemd-251/src/resolve/
Dresolvectl.c1536 …int status_ifindex(sd_bus *bus, int ifindex, const char *name, StatusMode mode, bool *empty_line) { in status_ifindex() argument
1639 if (empty_line && *empty_line) in status_ifindex()
1710 if (empty_line) in status_ifindex()
1711 *empty_line = true; in status_ifindex()
1814 static int status_global(sd_bus *bus, StatusMode mode, bool *empty_line) { in status_global() argument
1839 assert(empty_line); in status_global()
1942 *empty_line = true; in status_global()
1950 bool empty_line = false; in status_all() local
1955 r = status_global(bus, mode, &empty_line); in status_all()
2011 int q = status_ifindex(bus, infos[i].index, infos[i].name, mode, &empty_line); in status_all()
[all …]