OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assert_perror
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
assert.h
31
# undef
assert_perror
macro
54
/* void
assert_perror
(int errnum);
61
# define
assert_perror
(errnum) (__ASSERT_VOID_CAST (0))
macro
97
# define
assert_perror
(errnum) \
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
assert.h
31
# undef
assert_perror
macro
54
/* void
assert_perror
(int errnum);
61
# define
assert_perror
(errnum) (__ASSERT_VOID_CAST (0))
macro
97
# define
assert_perror
(errnum) \
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
assert.h
31
# undef
assert_perror
macro
54
/* void
assert_perror
(int errnum);
61
# define
assert_perror
(errnum) (__ASSERT_VOID_CAST (0))
macro
97
# define
assert_perror
(errnum) \
macro
/external/elfutils/lib/
eu-config.h
60
({ int _err = pthread_rwlock_ ## call;
assert_perror
(_err); })
Completed in 540 milliseconds