Home
last modified time | relevance | path

Searched refs:CANARY (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/gethostbyname_r/
H A Dgethostbyname_r01.c28 #define CANARY "in_the_coal_mine" macro
35 char canary[sizeof(CANARY)];
38 CANARY,
87 if (strcmp(temp.canary, CANARY) != 0) { in check_vulnerable()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h55 #ifndef CANARY
56 #define CANARY canary macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h55 #ifndef CANARY
56 #define CANARY canary macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h104 #ifndef CANARY
105 #define CANARY canary macro
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_create.c156 new->CANARY = self->CANARY; in __pthread_create()
/third_party/mesa3d/src/util/
H A Dralloc.c37 #define CANARY 0x5A1106 macro
79 assert(info->canary == CANARY); in get_header()
138 info->canary = CANARY; in ralloc_size()

Completed in 6 milliseconds