Lines Matching defs:err
539 static char * plp_Errormsg ( int err, char *buffer );
671 int err = errno;
778 plp_Errormsg(err, shortbuffer),ljust,len, zpad, precision );
1025 * static char *plp_errormsg( int err )
1027 * errormessage corresponding to the valie of err.
1051 static char * plp_Errormsg ( int err, char *buffer /* int maxlen = 32 */)
1056 cp = (void *)strerror(err);
1059 if (err >= 0 && err < num_errors) {
1060 cp = (void *)sys_errlist[err];
1064 (void) sprintf (buffer, "errno=%d", err);