Lines Matching defs:r_status
266 * r_status - [RO, *RW] - (int *)
287 * Look at r_status for results of Unix command
289 * r_status and r_results have no meaning;
290 * r_status will be -1
295 * NOTE: If 0 is returned, 'r_status' must be queried to
303 e_ExecCmdArray(int *r_status, char **r_results,
322 *r_status = -1;
496 *r_status = WIFEXITED(status) ? WEXITSTATUS(status) : -1;
520 * r_status - [RO, *RW] - (int *)
538 * Look at r_status for results of Unix command
540 * r_status and r_results have no meaning
544 * NOTE: If LU_SUCCESS is returned, 'r_status' must be queried to
549 e_ExecCmdList(int *r_status, char **r_results,
572 return (e_ExecCmdArray(r_status, r_results, a_inputFile,