OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pstatus
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/
makellvm
3
set
pstatus
= 0
5
alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set
pstatus
= 1; goto cleanup'
134
set
pstatus
= $?
145
exit($
pstatus
)
/external/selinux/libsemanage/src/
database_file.c
47
int
pstatus
= STATUS_SUCCESS;
local
77
pstatus
= rftable->parse(handle, parse_info, process_record);
80
if (
pstatus
< 0)
84
else if (
pstatus
== STATUS_NODATA)
95
} while (
pstatus
!= STATUS_NODATA);
Completed in 335 milliseconds