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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c58 static char theErrBuf[PATH_MAX+512] = {'\0'}; variable
97 theErrBuf[0] = '\0';
99 if (n = strlen(theErrBuf)) {
100 pt = theErrBuf + n;
103 ptln = sizeof (theErrBuf)-n;
105 pt = theErrBuf;
106 ptln = sizeof (theErrBuf);
915 return (theErrBuf);
925 return (sizeof (theErrBuf));

Completed in 57 milliseconds