Searched defs:ybuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dgendeliv.c38 char buf[1024], cbuf[256], ybuf[10]; local
101 strcpy(ybuf,++p);
104 strcat(buf, ybuf);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c751 static char ybuf[60]; /* holds tty id */ local
804 (void) sm_strlcpy(ybuf, sizeof(ybuf), p);
805 macdefine(&e->e_macro, A_PERM, 'y', ybuf);

Completed in 46 milliseconds