Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-alloc-util.c81 assert_se(GREEDY_REALLOC0(dup, 2) == p); in TEST()
83 p = GREEDY_REALLOC0(dup, 10); in TEST()
Dtest-nss-hosts.c443 assert_se(GREEDY_REALLOC0(addrs, n + 1)); in parse_argv()
/systemd-251/src/systemctl/
Dsystemctl-list-machines.c109 if (!GREEDY_REALLOC0(machine_infos, c+1)) in get_machine_list()
133 if (!GREEDY_REALLOC0(machine_infos, c+1)) { in get_machine_list()
/systemd-251/src/delta/
Ddelta.c313 if (!GREEDY_REALLOC0(dirs, n_dirs + 2)) in enumerate_dir()
325 if (!GREEDY_REALLOC0(files, n_files + 2)) in enumerate_dir()
/systemd-251/src/shared/
Dbitmap.c84 if (!GREEDY_REALLOC0(b->bitmaps, offset + 1)) in bitmap_set()
Dbootspec.c192 if (!GREEDY_REALLOC0(config->entries, config->n_entries + 1)) in boot_config_load_type1()
672 if (!GREEDY_REALLOC0(config->entries, config->n_entries + 1)) in boot_entries_find_unified()
1031 if (!GREEDY_REALLOC0(config->entries, config->n_entries + 1)) in boot_config_augment_from_loader()
Drm-rf.c283 if (!GREEDY_REALLOC0(todos, n_todo + 2)) in rm_rf_children()
Dlocal-addresses.c128 if (!GREEDY_REALLOC0(list, n_list+1)) in local_addresses()
Dinstall.c2309 if (!GREEDY_REALLOC0(todo, n_todo + 2)) in unit_file_unmask()
2408 if (!GREEDY_REALLOC0(todo, n_todo + 2)) in unit_file_link()
2524 if (!GREEDY_REALLOC0(todo, n_todo + 2)) in unit_file_revert()
2553 if (!GREEDY_REALLOC0(todo, n_todo + 2)) in unit_file_revert()
Ddissect-image.c1716 if (!GREEDY_REALLOC0(d->decrypted, d->n_decrypted + 1)) in decrypt_partition()
2009 if (!GREEDY_REALLOC0(d->decrypted, d->n_decrypted + 1)) in verity_partition()
Dformat-table.c2806 if (!GREEDY_REALLOC0(t->json_fields, m)) in table_set_json_field_name()
/systemd-251/src/basic/
Dalloc-util.h138 #define GREEDY_REALLOC0(array, need) \ macro
/systemd-251/src/xdg-autostart-generator/
Dxdg-autostart-service.c248 if (!GREEDY_REALLOC0(sv, 1)) in xdg_config_parse_strv()
/systemd-251/src/journal-remote/
Djournal-remote.c179 if (!GREEDY_REALLOC0(s->sources, fd + 1)) in get_source_for_fd()
/systemd-251/src/mount/
Dmount-tool.c762 if (!GREEDY_REALLOC0(l, n + 2)) in find_mount_points()
771 if (!GREEDY_REALLOC0(l, n + 1)) in find_mount_points()
/systemd-251/src/login/
Dlogind-seat.c502 if (!GREEDY_REALLOC0(s->positions, pos + 1)) in seat_claim_position()
/systemd-251/src/libsystemd/sd-device/
Ddevice-private.c535 buf_nulstr = GREEDY_REALLOC0(buf_nulstr, nulstr_len + len + 2); in device_update_properties_bufs()
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-message.c1152 if (!GREEDY_REALLOC0(attributes, (size_t) max_attr + 1)) in netlink_container_parse()
/systemd-251/src/core/
Dload-fragment.c954 if (!GREEDY_REALLOC0(n, nlen + 2)) in config_parse_exec()
986 if (!GREEDY_REALLOC0(n, nlen + 2)) in config_parse_exec()
/systemd-251/src/network/
Dnetworkctl.c740 if (!GREEDY_REALLOC0(links, c + 2)) /* We keep one trailing one as marker */ in acquire_link_info()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c882 if (!GREEDY_REALLOC0(argv, ul + 2)) { in parse_exec_address()