Searched refs:ENOMEM (Results 1 – 25 of 185) sorted by relevance
12345678
/glibc-2.36/malloc/ |
D | tst-malloc-too-large.c | 85 TEST_VERIFY (errno == ENOMEM); in test_large_allocations() 97 TEST_VERIFY (errno == ENOMEM); in test_large_allocations() 113 TEST_VERIFY (errno == ENOMEM); in test_large_allocations() 117 TEST_VERIFY (errno == ENOMEM); in test_large_allocations() 123 TEST_VERIFY (errno == ENOMEM); in test_large_allocations() 138 TEST_VERIFY (errno == ENOMEM); in test_large_allocations() 184 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations() 191 TEST_VERIFY (posix_memalign (&ptr, align, size) == ENOMEM); in test_large_aligned_allocations() 206 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations() 220 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations() [all …]
|
D | tst-reallocarray.c | 56 TEST_VERIFY (errno == ENOMEM); in do_test() 61 TEST_VERIFY (errno == ENOMEM); in do_test() 68 TEST_VERIFY (errno == ENOMEM); in do_test() 73 TEST_VERIFY (errno == ENOMEM); in do_test() 119 TEST_VERIFY (errno == ENOMEM); in do_test()
|
D | tst-malloc-check.c | 50 else if (errno != ENOMEM) in do_test() 85 else if (errno != ENOMEM) in do_test() 111 else if (errno != ENOMEM) in do_test()
|
D | tst-posix_memalign.c | 58 if (ret != ENOMEM) in do_test() 61 if (ret == ENOMEM && p != NULL) in do_test() 71 if (ret != ENOMEM) in do_test()
|
D | tst-interpose-aux.c | 150 errno = ENOMEM; in malloc_internal() 156 errno = ENOMEM; in malloc_internal() 249 errno = ENOMEM; in calloc()
|
D | malloc-check.c | 199 __set_errno (ENOMEM); in malloc_check() 254 __set_errno (ENOMEM); in realloc_check() 281 __set_errno (ENOMEM); in realloc_check() 359 __set_errno (ENOMEM); in memalign_check()
|
D | tst-pvalloc.c | 63 if (p == NULL && save != ENOMEM) in do_test() 78 if (p == NULL && save != ENOMEM) in do_test()
|
D | tst-valloc.c | 63 if (p == NULL && save != ENOMEM) in do_test() 78 if (p == NULL && save != ENOMEM) in do_test()
|
D | tst-memalign.c | 63 if (p == NULL && save != ENOMEM) in do_test() 78 if (p == NULL && save != ENOMEM) in do_test()
|
D | mcheck-impl.c | 197 __set_errno (ENOMEM); in malloc_mcheck_before() 243 __set_errno (ENOMEM); in memalign_mcheck_before() 297 __set_errno (ENOMEM); in realloc_mcheck_before()
|
/glibc-2.36/nss/nss_files/ |
D | files-initgroups.c | 40 return *errnop == ENOMEM ? NSS_STATUS_TRYAGAIN : NSS_STATUS_UNAVAIL; in _nss_files_initgroups_dyn() 62 status = ((*errnop = errno) == ENOMEM in _nss_files_initgroups_dyn() 74 *errnop = ENOMEM; in _nss_files_initgroups_dyn() 105 *errnop = ENOMEM; in _nss_files_initgroups_dyn()
|
/glibc-2.36/posix/ |
D | spawn_faction_addchdir.c | 33 return ENOMEM; in posix_spawn_file_actions_addchdir_np() 41 return ENOMEM; in posix_spawn_file_actions_addchdir_np()
|
D | spawn_faction_addopen.c | 39 return ENOMEM; in __posix_spawn_file_actions_addopen() 47 return ENOMEM; in __posix_spawn_file_actions_addopen()
|
/glibc-2.36/misc/ |
D | sbrk.c | 49 __set_errno (ENOMEM); in __sbrk() 70 __set_errno (ENOMEM); in __sbrk()
|
D | hsearch_r.c | 86 __set_errno (ENOMEM); in __hcreate_r() 211 __set_errno (ENOMEM); in weak_alias()
|
/glibc-2.36/pwd/ |
D | tst-getpw.c | 64 if (errno == ENOMEM && !seen_oom) in check() 72 if (errno != ENOMEM && errno != 0) in check()
|
/glibc-2.36/libio/ |
D | test-fmemopen.c | 63 if (errno != ENOMEM) in do_bz18820() 65 printf ("fmemopen: got %i, expected ENOMEM (%i)\n", errno, ENOMEM); in do_bz18820()
|
/glibc-2.36/hurd/ |
D | alloc-fd.c | 102 errno = ENOMEM; in _hurd_alloc_fd() 127 errno = ENOMEM; in _hurd_alloc_fd()
|
D | report-wait.c | 229 return ENOMEM; in weak_extern() 253 return ENOMEM; in _S_msg_describe_ports()
|
/glibc-2.36/nscd/ |
D | aicache.c | 128 rc6 = ENOMEM; in addhstaiX() 216 rc6 = ENOMEM; in addhstaiX() 237 rc4 = ENOMEM; in addhstaiX() 309 rc = ENOMEM; in addhstaiX()
|
/glibc-2.36/sysdeps/unix/ |
D | grantpt.c | 81 __set_errno (ENOMEM); in pts_name() 245 __set_errno (ENOMEM); in grantpt()
|
/glibc-2.36/elf/ |
D | dl-hwcaps.c | 103 _dl_signal_error (ENOMEM, NULL, NULL, in compute_priorities() 246 _dl_signal_error (ENOMEM, NULL, NULL, in _dl_important_hwcaps() 261 _dl_signal_error (ENOMEM, NULL, NULL, in _dl_important_hwcaps()
|
/glibc-2.36/htl/ |
D | pt-alloc.c | 116 return ENOMEM; in __pthread_alloc() 165 return ENOMEM; in __pthread_alloc()
|
D | pt-create.c | 94 else if (err == ENOMEM) in __pthread_create() 183 err = ENOMEM; in weak_alias()
|
/glibc-2.36/grp/ |
D | grp-merge.c | 73 return ENOMEM; in __copy_grp() 149 return ENOMEM; in libc_hidden_def()
|
12345678