Searched refs:deliver_command (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/local/ |
H A D | mailbox.c | 349 status = deliver_command(state, usr_attr, map_command); in deliver_mailbox() 356 status = deliver_command(state, usr_attr, var_mailbox_command); in deliver_mailbox()
|
H A D | token.c | 162 status = deliver_command(state, usr_attr, STR(addr_buf) + 1); in deliver_token()
|
H A D | command.c | 87 int deliver_command(LOCAL_STATE state, USER_ATTR usr_attr, const char *command) in deliver_command() function
|
H A D | local.h | 179 extern int deliver_command(LOCAL_STATE, USER_ATTR, const char *);
|