Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-alloc_buffer.c59 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 …]
DMakefile134 alloc_buffer_alloc_array \
/glibc-2.36/time/
Dtzfile.c283 (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/
Dresolv_conf.c416 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/
Dfiles-hosts.c288 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/
Dnss_test1.c259 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/
Dalloc_buffer.h342 #define alloc_buffer_alloc_array(buf, type, count) \ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.198726 * malloc/alloc_buffer_alloc_array.c (__libc_alloc_buffer_alloc_array):
DChangeLog.181955 (routines): Add alloc_buffer_alloc_array, alloc_buffer_allocate,
1962 * malloc/alloc_buffer_alloc_array.c: New file.