Searched refs:GREEDY_REALLOC0 (Results 1 – 21 of 21) sorted by relevance
/systemd-251/src/test/ |
D | test-alloc-util.c | 81 assert_se(GREEDY_REALLOC0(dup, 2) == p); in TEST() 83 p = GREEDY_REALLOC0(dup, 10); in TEST()
|
D | test-nss-hosts.c | 443 assert_se(GREEDY_REALLOC0(addrs, n + 1)); in parse_argv()
|
/systemd-251/src/systemctl/ |
D | systemctl-list-machines.c | 109 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/ |
D | delta.c | 313 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/ |
D | bitmap.c | 84 if (!GREEDY_REALLOC0(b->bitmaps, offset + 1)) in bitmap_set()
|
D | bootspec.c | 192 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()
|
D | rm-rf.c | 283 if (!GREEDY_REALLOC0(todos, n_todo + 2)) in rm_rf_children()
|
D | local-addresses.c | 128 if (!GREEDY_REALLOC0(list, n_list+1)) in local_addresses()
|
D | install.c | 2309 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()
|
D | dissect-image.c | 1716 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()
|
D | format-table.c | 2806 if (!GREEDY_REALLOC0(t->json_fields, m)) in table_set_json_field_name()
|
/systemd-251/src/basic/ |
D | alloc-util.h | 138 #define GREEDY_REALLOC0(array, need) \ macro
|
/systemd-251/src/xdg-autostart-generator/ |
D | xdg-autostart-service.c | 248 if (!GREEDY_REALLOC0(sv, 1)) in xdg_config_parse_strv()
|
/systemd-251/src/journal-remote/ |
D | journal-remote.c | 179 if (!GREEDY_REALLOC0(s->sources, fd + 1)) in get_source_for_fd()
|
/systemd-251/src/mount/ |
D | mount-tool.c | 762 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/ |
D | logind-seat.c | 502 if (!GREEDY_REALLOC0(s->positions, pos + 1)) in seat_claim_position()
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-private.c | 535 buf_nulstr = GREEDY_REALLOC0(buf_nulstr, nulstr_len + len + 2); in device_update_properties_bufs()
|
/systemd-251/src/libsystemd/sd-netlink/ |
D | netlink-message.c | 1152 if (!GREEDY_REALLOC0(attributes, (size_t) max_attr + 1)) in netlink_container_parse()
|
/systemd-251/src/core/ |
D | load-fragment.c | 954 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/ |
D | networkctl.c | 740 if (!GREEDY_REALLOC0(links, c + 2)) /* We keep one trailing one as marker */ in acquire_link_info()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | sd-bus.c | 882 if (!GREEDY_REALLOC0(argv, ul + 2)) { in parse_exec_address()
|