Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c239 int result_slink = 0, in test_run() local
253 result_slink |= create_check_slinks(ufile, usr); in test_run()
262 (result_slink == 1) ? "FAIL" : "PASS", in test_run()
265 return result_slink | result_hlink; in test_run()