Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Denvelope.c263 ascii_load_string(char *dest, char *buf, size_t len) in ascii_load_string() function
364 return ascii_load_string(ep->dispatcher, buf, in ascii_load_field()
383 return ascii_load_string(ep->username, buf, sizeof(ep->username)); in ascii_load_field()
386 return ascii_load_string(ep->errorline, buf, in ascii_load_field()
396 return ascii_load_string(ep->helo, buf, sizeof ep->helo); in ascii_load_field()
399 return ascii_load_string(ep->hostname, buf, in ascii_load_field()
415 return ascii_load_string(ep->mda_exec, buf, sizeof(ep->mda_exec)); in ascii_load_field()
418 return ascii_load_string(ep->mda_subaddress, buf, sizeof(ep->mda_subaddress)); in ascii_load_field()
421 return ascii_load_string(ep->mda_user, buf, sizeof(ep->mda_user)); in ascii_load_field()
427 return ascii_load_string(ep->smtpname, buf, in ascii_load_field()
[all …]