Searched refs:LAST_CHAR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Dmailbox.c340 #define LAST_CHAR(s) (s[strlen(s) - 1]) macro
357 } else if (*var_home_mailbox && LAST_CHAR(var_home_mailbox) == '/') {
361 } else if (*var_mail_spool_dir && LAST_CHAR(var_mail_spool_dir) == '/') {
/netbsd-current/external/ibm-public/postfix/dist/src/virtual/
H A Dmailbox.c274 #define LAST_CHAR(s) (s[strlen(s) - 1]) macro
276 if (LAST_CHAR(usr_attr.mailbox) == '/')

Completed in 130 milliseconds