Home
last modified time | relevance | path

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

/openbsd/lib/libutil/
H A Duucplock.c103 GORET(3, UU_LOCK_WRITE_ERR); in uu_lock()
136 ret = put_pid(fd, pid) ? UU_LOCK_OK : UU_LOCK_WRITE_ERR; in uu_lock_txfr()
172 case UU_LOCK_WRITE_ERR: in uu_lockerr()
H A Dutil.h62 #define UU_LOCK_WRITE_ERR (-4) macro