Searched refs:a_retcode (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dquit.c241 * Arguments: a_retcode - the code to use to determine final exit status;
243 * set, then that function is called with a_retcode
259 quit(int a_retcode) argument
272 if (a_retcode != 99) {
274 (ckreturnFunc)(a_retcode);
277 a_retcode = 1;
279 a_retcode = 2;
281 a_retcode = 3;
283 a_retcode = 4;
285 a_retcode
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h479 typedef void (ckreturnFunc_t)(int a_retcode);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c4019 * Arguments: a_retcode - the code to use to determine final exit status;
4021 * set, then that function is called with a_retcode
4039 quit(int a_retcode) argument
4043 if (a_retcode == 99) {

Completed in 106 milliseconds