Home
last modified time | relevance | path

Searched defs:unp (Results 1 – 3 of 3) sorted by relevance

/minix3/usr.bin/netstat/
H A Dunix.c107 struct unpcb unp, runp; in unixdomainpr() local
/minix3/lib/libc/rpc/
H A Dxdr.c671 char *unp, /* the union itself */ in xdr_union()
/minix3/usr.sbin/syslogd/
H A Dsyslogd.c472 #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) in main() argument