OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ENOMEM
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/
error_test.c
176
err = atf_libc_error(
ENOMEM
, "Test message 1");
178
ATF_REQUIRE_EQ(atf_libc_error_code(err),
ENOMEM
);
199
err = atf_libc_error(
ENOMEM
, "Test message 1");
201
ATF_REQUIRE(strstr(buf, strerror(
ENOMEM
)) != NULL);
/src/sys/external/bsd/acpica/dist/include/
acclib.h
84
#define
ENOMEM
12 /* Out of memory */
/src/external/apache2/llvm/dist/libcxx/include/
errno.h
359
#ifndef
ENOMEM
360
#define
ENOMEM
9971
/src/sys/sys/
errno.h
54
#define
ENOMEM
12 /* Cannot allocate memory */
/src/lib/libc/time/
private.h
262
#ifndef
ENOMEM
263
# define
ENOMEM
EINVAL
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026