Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Ddatabase_file.c47 int pstatus = STATUS_SUCCESS; in dbase_file_cache() local
77 pstatus = rftable->parse(handle, parse_info, process_record); in dbase_file_cache()
80 if (pstatus < 0) in dbase_file_cache()
84 else if (pstatus == STATUS_NODATA) in dbase_file_cache()
95 } while (pstatus != STATUS_NODATA); in dbase_file_cache()
/external/llvm/utils/
Dmakellvm3 set pstatus = 0
134 set pstatus = $?
145 exit($pstatus)