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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsane_socketpair.h1 /* $NetBSD: sane_socketpair.h,v 1.3 2020/03/18 19:05:22 christos Exp $ */
8 /* sane_socketpair 3h
12 /* #include <sane_socketpair.h>
18 extern int WARN_UNUSED_RESULT sane_socketpair(int, int, int, int *);
H A Dduplex_pipe.c39 #include "sane_socketpair.h"
48 return (sane_socketpair(AF_UNIX, SOCK_STREAM, 0, fds));
H A Dsane_socketpair.c5 /* sane_socketpair 3
9 /* #include <sane_socketpair.h>
11 /* int sane_socketpair(domain, type, protocol, result)
17 /* sane_socketpair() implements the socketpair(2) socket call, and
44 #include "sane_socketpair.h"
46 /* sane_socketpair - sanitize socketpair() error returns */
48 int sane_socketpair(int domain, int type, int protocol, int *result) function
H A DMakefile.in23 sane_socketpair.c sane_time.c scan_dir.c set_eugid.c set_ugid.c \
71 sane_socketpair.o sane_time.o scan_dir.o set_eugid.o set_ugid.o \
115 sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h \
1882 duplex_pipe.o: sane_socketpair.h
2597 sane_socketpair.o: msg.h
2598 sane_socketpair.o: sane_socketpair.c
2599 sane_socketpair.o: sane_socketpair.h
2600 sane_socketpair
[all...]
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile179 sane_socketpair.c \

Completed in 114 milliseconds