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

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c781 int errn; local
797 for (errn = 0; errn <= errnmax; errn++)
799 name = strerrno (errn);
801 msg = strerror (errn);
803 printf ("%-4d%-18s%s\n", errn, name, msg);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dstrerror.c781 int errn; local
797 for (errn = 0; errn <= errnmax; errn++)
799 name = strerrno (errn);
801 msg = strerror (errn);
803 printf ("%-4d%-18s%s\n", errn, name, msg);
/freebsd-12-stable/contrib/unbound/util/
H A Dnet_help.h501 char* sock_strerror(int errn);
H A Dnet_help.c1589 sock_strerror(int errn) argument
1591 return strerror(errn);
1602 sock_strerror(int ATTR_UNUSED(errn))
/freebsd-12-stable/contrib/gdb/gdb/
H A Dnto-procfs.c970 int flags, errn; local
1070 errn = devctl (ctl_fd, DCMD_PROC_SET_FLAG, &flags, sizeof (flags), 0);
1071 if (errn != EOK)
1075 errn, strerror(errn) ); */

Completed in 213 milliseconds