Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c88 #define RPCBINDDLOCK "/var/run/rpcbind.lock" macro
170 if ((rpcbindlockfd = open(RPCBINDDLOCK, O_RDONLY|O_CREAT, 0444)) < 0) in main()
171 err(1, "%s", RPCBINDDLOCK); in main()