Home
last modified time | relevance | path

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'; in reperr()
99 if (n = strlen(theErrBuf)) { in reperr()
100 pt = theErrBuf + n; in reperr()
103 ptln = sizeof (theErrBuf)-n; in reperr()
105 pt = theErrBuf; in reperr()
106 ptln = sizeof (theErrBuf); in reperr()
915 return (theErrBuf); in getErrbufAddr()
925 return (sizeof (theErrBuf)); in getErrbufSize()