Searched refs:F_RSETLK (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl06.c | 57 #define F_RSETLK 11 /* kludge code */ macro 101 if (do_lock(F_RSETLK, F_WRLCK, 0, 10, 5) == -1) in main() 104 if (do_lock(F_RSETLK, F_UNLCK, 0, 5, 5) == -1) in main() 151 if (do_lock(F_RSETLK, (short)F_UNLCK, (short)0, 0, 0) == -1) { in unlock_file()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 193 F_RSETLK = 20 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 597 F_RSETLK = 20 variable
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 361 pub const F_RSETLK: ::c_int = 11; constant
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 636 pub const F_RSETLK: ::c_int = 11; constant
|
/external/strace/ |
D | ChangeLog | 35260 F_ISSTREAM, F_NPRIV, F_PRIV, F_QUOTACL, F_REVOKE, F_RGETLK, F_RSETLK,
|