Home
last modified time | relevance | path

Searched refs:EPRINTF (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utils/
Dcommon_j_h.c66 EPRINTF("getpwnam failed.\n"); in setup_uid()
71 EPRINTF("setuid failed.\n"); in setup_uid()
88 EPRINTF("getpwnam failed.\n"); in setup_euid()
93 EPRINTF("seteuid failed.\n"); in setup_euid()
105 EPRINTF("seteuid failed.\n"); in cleanup_euid()
138 EPRINTF("fork failed.\n"); in create_sig_proc()
161 EPRINTF("open failed.\n"); in _setup_file()
189 EPRINTF("open failed.\n"); in setup_swapfile()
193 EPRINTF("size too short.\n"); in setup_swapfile()
198 EPRINTF("malloc failed.\n"); in setup_swapfile()
[all …]
Dinclude_j_h.h58 #define EPRINTF(...) \ macro