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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c330 char *strerr = strerror(errno); local
332 if (path + strlen(path) + strlen(strerr) + 1 > lastpathp)
333 strcpy(lastpathp - strlen(strerr) - 1, ": ");
336 strcat(path, strerr);

Completed in 59 milliseconds