Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/ !
H A Dmsyslog.c106 char * pstatic; in errno_to_str() local
110 pstatic = strerror_r(err, buf, bufsiz); in errno_to_str()
112 pstatic = strerror(err); in errno_to_str()
114 if (NULL == pstatic && '\0' == buf[0]) in errno_to_str()
123 else if (pstatic != buf && pstatic > (char *)bufsiz) in errno_to_str()
124 strlcpy(buf, pstatic, bufsiz); in errno_to_str()