Home
last modified time | relevance | path

Searched defs:SELF (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/include/minix/
H A Dendpoint.h56 #define SELF ((endpoint_t) (_ENDPOINT_SLOT_TOP - 3)) macro
/minix3/lib/libexecinfo/
H A Dbacktrace.c51 #define SELF "/proc/self/exe" macro
54 #define SELF "/proc/curproc/file" macro
/minix3/minix/commands/mt/
H A Dmt.c37 #define SELF -1 /* Not a simple command, have to interpret. */ macro
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp223 typedef B SELF; in typedefs_in_constructors() typedef