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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c2208 ** spacesub -- the space separator character; if '\0',
2236 cataddr(pvp, evp, buf, sz, spacesub, external)
2241 int spacesub;
2257 if (spacesub == '\0')
2258 spacesub = SpaceSub;
2274 *p++ = spacesub;
2976 char spacesub = map->map_spacesub; local
2987 if (c == ' ' && spacesub != '\0')
2988 c = spacesub;

Completed in 94 milliseconds