Searched refs:STRLCAT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c47 #define STRLCAT(dst, src, size) \ macro
888 STRLCAT(argbuf, sep, sizeof (argbuf));
890 STRLCAT(argbuf, *tmp++, sizeof (argbuf));
899 STRLCAT (argbuf, sep, sizeof (argbuf));
901 STRLCAT (argbuf, "stty='", sizeof (argbuf));
902 STRLCAT (argbuf, printer->printer->stty,
904 STRLCAT (argbuf, "'", sizeof (argbuf));
920 STRLCAT (argbuf, sep, sizeof (argbuf));
922 STRLCAT (argbuf, *listp,
936 STRLCAT (argbu
[all...]

Completed in 58 milliseconds