Searched refs:F_ULOCK (Results 1 – 19 of 19) sorted by relevance
638 #ifdef F_ULOCK639 { "F_ULOCK", (unsigned long) F_ULOCK },
220 F_ULOCK = 0 variable
485 F_ULOCK = 0x0 const
558 F_ULOCK = 0x0 const
559 F_ULOCK = 0x0 const
561 F_ULOCK = 0x0 const
2070 return (lockf(fp->fd, F_ULOCK, 0)); in cupsFileUnlock()
275 posix.lockf(fd, posix.F_ULOCK, 4)
139 # define F_ULOCK 0 /* Unlock a previously locked region. */ macro
13191 #ifdef F_ULOCK in all_ins()13192 if (PyModule_AddIntMacro(m, F_ULOCK)) return -1; in all_ins()
858 :data:`F_ULOCK` or :data:`F_TEST`.868 F_ULOCK