Home
last modified time | relevance | path

Searched refs:statusp (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/local/
H A Dalias.c105 char *name, int *statusp) in deliver_alias() argument
151 *statusp = bounce_append(BOUNCE_FLAGS(state.request), in deliver_alias()
186 *statusp = sent(BOUNCE_FLAGS(state.request), in deliver_alias()
216 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_alias()
227 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_alias()
277 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_alias()
311 *statusp = in deliver_alias()
325 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_alias()
375 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_alias()
H A Dmailbox.c257 int deliver_mailbox(LOCAL_STATE state, USER_ATTR usr_attr, int *statusp) in deliver_mailbox() argument
295 *statusp = deliver_pass(MAIL_CLASS_PRIVATE, map_transport, in deliver_mailbox()
301 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_mailbox()
307 *statusp = deliver_pass(MAIL_CLASS_PRIVATE, var_mailbox_transport, in deliver_mailbox()
319 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_mailbox()
373 *statusp = status; in deliver_mailbox()
H A Ddotforward.c97 int deliver_dotforward(LOCAL_STATE state, USER_ATTR usr_attr, int *statusp) in deliver_dotforward() argument
136 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_dotforward()
238 *statusp = sent(BOUNCE_FLAGS(state.request), in deliver_dotforward()
304 *statusp = status; in deliver_dotforward()
/netbsd/external/ibm-public/postfix/dist/src/virtual/
H A Dmailbox.c174 int deliver_mailbox(LOCAL_STATE state, USER_ATTR usr_attr, int *statusp) in deliver_mailbox() argument
211 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_mailbox()
229 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_mailbox()
237 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_mailbox()
252 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_mailbox()
260 *statusp = defer_append(BOUNCE_FLAGS(state.request), in deliver_mailbox()
277 *statusp = deliver_maildir(state, usr_attr); in deliver_mailbox()
279 *statusp = deliver_mailbox_file(state, usr_attr); in deliver_mailbox()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dtimed_wait.c82 int timed_waitpid(pid_t pid, WAIT_STATUS_T *statusp, int options, in timed_waitpid() argument
111 if ((wpid = waitpid(pid, statusp, options)) < 0 && timed_wait_expired) in timed_waitpid()
/netbsd/sys/arch/hp300/dev/
H A Dintiovar.h110 uint8_t *statusp, uint8_t *datap) in intio_device_readstate() argument
112 *statusp = bus_space_read_1(bst, bsh, INTIO_DEV_3xx_STAT); in intio_device_readstate()
/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c353 static int pipe_command_wait_or_kill(pid_t pid, WAIT_STATUS_T *statusp, int sig, in pipe_command_wait_or_kill() argument
363 if ((n = timed_waitpid(pid, statusp, 0, maxtime)) < 0 && errno == ETIMEDOUT) { in pipe_command_wait_or_kill()
369 n = waitpid(pid, statusp, 0); in pipe_command_wait_or_kill()
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c36 #define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD) argument
/netbsd/external/bsd/am-utils/dist/include/
H A Dam_defs.h1564 extern int wait3(int *statusp, int options, struct rusage *rusage);
/netbsd/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1302 statusp
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c362 pull_pid_from_list (struct simple_pid_list **listp, int pid, int *statusp) in pull_pid_from_list() argument
371 *statusp = (*p)->status; in pull_pid_from_list()
H A DChangeLog-20102436 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
H A DChangeLog-20151384 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.c362 pull_pid_from_list (struct simple_pid_list **listp, int pid, int *statusp) in pull_pid_from_list() argument
371 *statusp = (*p)->status; in pull_pid_from_list()
H A DChangeLog-20102436 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
H A DChangeLog-20151384 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
/netbsd/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c6085 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() argument
6133 if (statusp != NULL) in exec_child()
6134 *statusp = status; in exec_child()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc226 pull_pid_from_list (struct simple_pid_list **listp, int pid, int *statusp) in pull_pid_from_list() argument
235 *statusp = (*p)->status; in pull_pid_from_list()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc226 pull_pid_from_list (struct simple_pid_list **listp, int pid, int *statusp) in pull_pid_from_list() argument
235 *statusp = (*p)->status; in pull_pid_from_list()