Lines Matching refs:ubuf
2017 static char ubuf[MAXNAME_I + 2]; local
2088 cataddr(++tv, NULL, ubuf, sizeof(ubuf), ' ', false);
2096 a->q_user = sm_rpool_strdup_x(e->e_rpool, ubuf);
2127 stripquotes(ubuf);
2128 if (ISSMTPCODE(ubuf) && ubuf[3] == ' ')
2133 if ((off = isenhsc(ubuf + 4, ' ')) > 0)
2135 ubuf[off + 4] = '\0';
2141 ubuf[3] = '\0';
2143 (void) sm_strlcpyn(fmt, sizeof(fmt), 2, ubuf, " %s");
2145 usrerr(fmt, ubuf + off);
2147 usrerrenh(hbuf, fmt, ubuf + off);
2149 usrerr(fmt, ubuf + off);
2151 if (ubuf[0] == '4')
2156 usrerr("553 5.3.0 %s", ubuf);
2187 p = ubuf;
2206 stripquotes(ubuf);
2207 if (sm_strncasecmp(ubuf, ":include:", 9) == 0)
2211 a->q_user = sm_rpool_strdup_x(e->e_rpool, &ubuf[9]);
2235 cataddr(tv, NULL, ubuf, sizeof(ubuf), '\0', true);
2236 a->q_user = sm_rpool_strdup_x(e->e_rpool, ubuf);
3172 char ubuf[BUFSIZ * 2]; local
3238 cataddr(&(pvp[0]), NULL, ubuf, sizeof(ubuf),
3241 *addrstr = sm_rpool_strdup_x(e->e_rpool, ubuf);
3270 cataddr(&(pvp[5]), NULL, ubuf,
3271 sizeof(ubuf), ' ', true);
3273 ubuf);
3339 rwset, p1, lbuf, ubuf);