Home
last modified time | relevance | path

Searched refs:delimptr (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c76 char **delimptr;
93 if (delimptr == NULL)
125 **delimptr = '\0';
128 **delimptr = savec;
258 char *delimptr;
266 if (delimptr != NULL)
269 savedelim = *delimptr;
665 char **delimptr;
754 *delimptr = p;
945 if (delimptr != NULL)
[all …]
H A Drecipient.c219 auto char *delimptr; local
229 &delimptr, e, true);
230 p = delimptr;
392 char *delimptr; local
398 delimiter, &delimptr, e, true) == NULL)
400 p = delimptr;
403 p = delimptr;
H A Dsrvrsmtp.c145 char *delimptr;
155 p = delimptr;
561 auto char *delimptr; local
2373 delimptr = NULL;
2374 setsender(p, e, &delimptr, ' ', false);
2375 if (delimptr != NULL && *delimptr != '\0')
2376 *delimptr++ = '\0';
2425 parse_esmtp_args(e, NULL, p, delimptr, "MAIL", args,
2668 if (delimptr != NULL && *delimptr != '\0')
2669 *delimptr++ = '\0';
[all …]
H A Dreadcf.c1234 auto char *delimptr; local
1253 p = munchstring(p, &delimptr, ',');
1491 p = delimptr;
1660 munchstring(p, delimptr, delim) in munchstring() argument
1662 char **delimptr;
1709 if (delimptr != NULL)
1710 *delimptr = p;
1737 extrquotstr(p, delimptr, delimbuf, st) in extrquotstr() argument
1739 char **delimptr;
1767 if (delimptr != NULL)
[all …]
H A Dalias.c755 auto char *delimptr; local
763 &delimptr, CurEnv, true)
766 p = delimptr;
H A Denvelope.c971 setsender(from, e, delimptr, delimchar, internal) in setsender() argument
974 char **delimptr;
1012 delimchar, delimptr, e, false) == NULL ||
H A Dmain.c4052 auto char *delimptr; local
4087 mid = macid_parse(&line[2], &delimptr);
4091 lbp = translate_dollars(delimptr, lbuf, &lbs);
4101 mid = macid_parse(&line[2], &delimptr);
4105 lbp = translate_dollars(delimptr, lbuf, &lbs);
4517 pvp = prescan(++p, ',', pvpbuf, sizeof(pvpbuf), &delimptr,
4550 } while (*(p = delimptr) != '\0');
H A Dmilter.c1255 char *delimptr; local
1274 p = munchstring(p, &delimptr, ',');
1315 p = delimptr;
1419 char *delimptr; local
1438 p = munchstring(p, &delimptr, ';');
1476 p = delimptr;
3508 char *delimptr; local
3538 a = parseaddr(argv[0], NULLADDR, RF_COPYALL, ' ', &delimptr, e, true);
H A Dqueue.c7324 auto char *delimptr; local
7343 p = munchstring(p, &delimptr, ',');
7458 p = delimptr;