Searched refs:nsto (Results 1 – 1 of 1) sorted by relevance
295 struct name *to, *nsto; in mail1() local352 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()