Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-tftp.c70 static const struct tok err2str[] = { variable
174 ND_PRINT(" %s", tok2str(err2str, "tftp-err-#%u \"", in tftp_print()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c433 static const char *err2str(int error);
1182 serrno = err2str(errno); in call_syscall()
1311 err2str(int error) in err2str() function