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

/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c2222 ** spacesub -- the space separator character;
2251 cataddr(pvp, evp, buf, sz, spacesub, external)
2256 int spacesub;
2272 if (spacesub == '\0')
2273 spacesub = SpaceSub;
2287 if (oatomtok && natomtok && spacesub != NOSPACESEP)
2289 *p++ = spacesub;
3014 char spacesub = map->map_spacesub; local
3025 if (c == ' ' && spacesub != '\0')
3026 c = spacesub;
[all...]

Completed in 68 milliseconds