Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/resolv/
H A Dres_send.c328 Perror(statp, stderr, "kqueue", errno); in res_nsend()
675 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
679 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
714 Perror(statp, stderr, "write failed", errno); in send_vc()
731 Perror(statp, stderr, "read failed", errno); in send_vc()
777 Perror(statp, stderr, "read(vc)", errno); in send_vc()
914 Perror(statp, stderr, "send", errno); in send_dg()
975 Perror(statp, stderr, "kevent", errno); in send_dg()
978 Perror(statp, stderr, "select", errno); in send_dg()
980 Perror(statp, stderr, "poll", errno); in send_dg()
[all …]
H A Dres_debug.h27 # define Perror(statp, file, string, error) /*empty*/ macro
/freebsd-14.2/contrib/gdtoa/
H A Dstdio1.h63 extern void Perror ANSI((const char*));
96 #define perror Perror
H A Dprintf.c01570 Perror
/freebsd-14.2/sbin/ifconfig/
H A Difconfig.c654 Perror("jail not found"); in main()
1421 Perror(vname); in clearifflags()
1437 Perror(vname); in setifflags()
1458 Perror(vname); in clearifcap()
1479 Perror(vname); in setifcap()
1501 Perror("strdup"); in setifcapnv()
1504 Perror("nvlist_create"); in setifcapnv()
1524 Perror(vname); in setifcapnv()
1653 Perror("malloc"); in print_ifcap_nv()
1661 Perror("nvlist_unpack"); in print_ifcap_nv()
[all …]
H A Difconfig.h261 void Perror(const char *cmd);