Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c240 result_hlink = 0, in test_run() local
254 result_hlink |= create_check_hlinks(ufile, usr); in test_run()
263 (result_hlink == 1) ? "FAIL" : "PASS"); in test_run()
265 return result_slink | result_hlink; in test_run()