Searched refs:alloc_buffer_alloc_array (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/malloc/ |
D | tst-alloc_buffer.c | 59 TEST_VERIFY ((alloc_buffer_alloc_array (&buf, char, 0) == NULL) in test_empty_array() 69 double *ptr = alloc_buffer_alloc_array (&buf, double, 0); in test_empty_array() 78 struct twelve *ptr = alloc_buffer_alloc_array (&buf, struct twelve, 0); in test_empty_array() 109 TEST_VERIFY (alloc_buffer_alloc_array (&buf, char, count) == NULL); in test_impossible_array() 114 TEST_VERIFY (alloc_buffer_alloc_array (&buf, short, count) == NULL); in test_impossible_array() 119 TEST_VERIFY (alloc_buffer_alloc_array (&buf, double, count) == NULL); in test_impossible_array() 124 TEST_VERIFY (alloc_buffer_alloc_array (&buf, struct twelve, count) in test_impossible_array() 171 TEST_VERIFY (alloc_buffer_alloc_array (&buf, char, count) == NULL); in test_after_failure() 176 TEST_VERIFY (alloc_buffer_alloc_array (&buf, double, count) == NULL); in test_after_failure() 181 TEST_VERIFY (alloc_buffer_alloc_array (&buf, struct twelve, count) in test_after_failure() [all …]
|
D | Makefile | 134 alloc_buffer_alloc_array \
|
/glibc-2.36/time/ |
D | tzfile.c | 283 (void) alloc_buffer_alloc_array (&buf, __time64_t, num_transitions); in __tzfile_read() 284 leaps = alloc_buffer_alloc_array (&buf, struct leap, num_leaps); in __tzfile_read() 285 types = alloc_buffer_alloc_array (&buf, struct ttinfo, num_types); in __tzfile_read() 286 type_idxs = alloc_buffer_alloc_array (&buf, unsigned char, num_transitions); in __tzfile_read() 287 zone_names = alloc_buffer_alloc_array (&buf, char, chars); in __tzfile_read() 289 tzspec = alloc_buffer_alloc_array (&buf, char, tzspec_len); in __tzfile_read() 293 *extrap = alloc_buffer_alloc_array (&buf, char, extra); in __tzfile_read()
|
/glibc-2.36/resolv/ |
D | resolv_conf.c | 416 const struct sockaddr **nameserver_array = alloc_buffer_alloc_array in __resolv_conf_allocate() 421 const char **search_array = alloc_buffer_alloc_array in __resolv_conf_allocate() 445 struct resolv_sortlist_entry *array = alloc_buffer_alloc_array in __resolv_conf_allocate()
|
/glibc-2.36/nss/nss_files/ |
D | files-hosts.c | 288 char **out_addresses = alloc_buffer_alloc_array in gethostbyname3_multi() 290 char **out_aliases = alloc_buffer_alloc_array in gethostbyname3_multi()
|
/glibc-2.36/nss/ |
D | nss_test1.c | 259 memlist = alloc_buffer_alloc_array (&buf, char *, i + 1); in copy_group() 457 memlist = alloc_buffer_alloc_array (&buf, char *, i + 1); in copy_host()
|
/glibc-2.36/include/ |
D | alloc_buffer.h | 342 #define alloc_buffer_alloc_array(buf, type, count) \ macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 8726 * malloc/alloc_buffer_alloc_array.c (__libc_alloc_buffer_alloc_array):
|
D | ChangeLog.18 | 1955 (routines): Add alloc_buffer_alloc_array, alloc_buffer_allocate, 1962 * malloc/alloc_buffer_alloc_array.c: New file.
|