Home
last modified time | relevance | path

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

/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dchild.c243 if((e != su_ERR_NONE || ccp->cc_exit_status < 0) && in mx_child_run()
628 ccp->cc_exit_status = WEXITSTATUS(ws); in mx_child_wait()
629 if(!WIFEXITED(ws) && ccp->cc_exit_status > 0) in mx_child_wait()
630 ccp->cc_exit_status = -ccp->cc_exit_status; in mx_child_wait()
633 ccp->cc_exit_status = -255; in mx_child_wait()
H A Dcmd-misc.c343 if(!mx_child_run(&cc) || (rv = cc.cc_exit_status) < 0){ in c_shell()
400 if(mx_child_run(&cc) && (rv = cc.cc_exit_status) >= 0){ in c_dosh()
H A Dcmd-edit.c245 if(!mx_child_run(&cc) || cc.cc_exit_status != 0) in n_run_editor()
H A Dcmd-folder.c420 if(mx_child_run(&cc) && cc.cc_exit_status == 0) in c_folders()
H A Dfile-streams.c246 rv = (mx_child_run(&cc) && cc.cc_exit_status == 0); in a_fs_file_load()
323 rv = (mx_child_run(&cc) && cc.cc_exit_status == 0); in a_fs_file_save()
952 rv = (mx_child_wait(&cc) && cc.cc_exit_status == 0); in mx_fs_pipe_close()
H A Dspam.c759 if(mx_child_wait(&cc) && (scfp->cf_exit_status = cc.cc_exit_status) >= 0) in _spam_cf_interact()
H A Dmailcap.c1151 if(mx_child_run(&cc) && cc.cc_exit_status == n_EXIT_OK) in mx_mailcap_handler()
H A Dcollect.c923 if(!mx_child_run(&cc) || cc.cc_exit_status != 0){ in a_coll_pipe()
H A Dsendout.c1563 rv = (mx_child_wait(&cc) && cc.cc_exit_status == 0); in a_sendout_mta_start()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dchild.h50 s32 cc_exit_status; /* WEXITSTATUS(); -WEXITSTATUS() if !WIFEXITED */ member