Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Doptim.c52 static void stradd(register char *str, int n, register int c);
579 stradd(name, BUFSIZ, c); in optim()
580 stradd(name, BUFSIZ, *cp++); in optim()
611 stradd(name, BUFSIZ, *cp++); in optim()
646 stradd(path, sizeof (path), *cp++); in optim1()
663 stradd(name, BUFSIZ, *cp2); in optim1()
664 stradd(name, BUFSIZ, nc); in optim1()
915 stradd(netbuf, sizeof (netbuf), '@'); in name()
923 stradd(netbuf, sizeof (netbuf), t); in name()
999 stradd(register char *dst, int dstsize, register int c) in stradd() function