Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c34 static void wait4child(pid_t child, char *tst_flag);
149 static void wait4child(pid_t child, char *tst_flag) in wait4child() argument
159 tst_resm(TPASS, "test %s success", tst_flag); in wait4child()
161 tst_resm(TFAIL, "test %s failed", tst_flag); in wait4child()
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c481 int tst_flag = (can_write || usr == owner || in create_check_hlinks() local
485 fail = tst_flag != link(ufile->path, hlink_info.path); in create_check_hlinks()
491 (tst_flag == CAN_CREATE) ? "can" : "can't", in create_check_hlinks()
507 int tst_flag = (usr == li->dir_owner && in check_symlink() local
511 int fail = tst_flag != try_symlink(li->path); in check_symlink()
519 (tst_flag == CAN_FOLLOW) ? "can" : "can't", in check_symlink()