Home
last modified time | relevance | path

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

/NextBSD/usr.bin/mail/
HDsend.c295 struct name *to, *nsto; in mail1() local
352 if ((nsto = malloc(sizeof(struct name))) == NULL) in mail1()
354 bcopy(hp->h_to, nsto, sizeof(struct name)); in mail1()
376 if ((nbuf = malloc(strlen(detract(nsto, 0)) + 1)) == NULL) in mail1()
378 if ((cp = yanklogin(detract(nsto, 0), nbuf)) != NULL) in mail1()
381 free(nsto); in mail1()