Home
last modified time | relevance | path

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

/src/usr.bin/mail/
H A Dsend.c289 struct name *to, *nsto; in mail1() local
348 if ((nsto = malloc(sizeof(struct name))) == NULL) in mail1()
350 bcopy(hp->h_to, nsto, sizeof(struct name)); in mail1()
372 if ((nbuf = malloc(strlen(detract(nsto, 0)) + 1)) == NULL) in mail1()
374 if ((cp = yanklogin(detract(nsto, 0), nbuf)) != NULL) in mail1()
377 free(nsto); in mail1()