Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c1775 char junkbuf[MAXNAM+1]; in putfile() local
1782 (void) memset(junkbuf, '\0', sizeof (junkbuf)); in putfile()
1955 (void) strcpy(junkbuf, lastslash + 1); in putfile()
1957 (void) sprintf(junkbuf, "%llu", in putfile()
1978 (void) strncpy(&junkbuf[0], longname + j + 1, in putfile()
1980 name = junkbuf; in putfile()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dusersmtp.c3059 char junkbuf[MAXLINE]; local
3250 bufp = junkbuf;