/external/ppp/pppd/plugins/radius/ |
lock.c | 27 res = fcntl(fd, F_SETLK, &fl); 45 return fcntl(fd, F_SETLK, &fl);
|
/external/kernel-headers/original/linux/ |
fcntl.h | 42 #define IS_SETLK32(cmd) ((cmd) == F_SETLK) 52 #define IS_SETLK64(cmd) ((cmd) == F_SETLK)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 80 # define F_SETLK 6 /* Set record locking info (non-blocking). */ 89 # define F_SETLK 6 /* Set record locking info (non-blocking). */ 93 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
|
/bionic/libc/kernel/common/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/development/ndk/platforms/android-3/include/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/external/kernel-headers/original/asm-generic/ |
fcntl.h | 62 #define F_SETLK 6
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
fcntl.h | 65 #define F_SETLK 6
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/ |
fcntl.h | 71 #define F_SETLK 6
|
/external/strace/ |
desc.c | 63 { F_SETLK, "F_SETLK" }, 121 #ifdef F_SETLK 122 { F_SETLK, "F_SETLK" }, 290 case F_SETLK: case F_SETLKW: 303 #if defined(F_SETLK64) && F_SETLK64+0!=F_SETLK 319 case F_SETLK: case F_SETLKW:
|
/external/ppp/pppd/ |
tdb.c | 227 if (!probe && lck_type != F_SETLK) { 1129 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not 1139 return tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1); 1143 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not 1149 return tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0); [all...] |
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 361 fcntl(state_fd, F_SETLK, &fl);
|
/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSFileSystem.cpp | 166 int waitMode = (waitFlag) ? F_SETLKW : F_SETLK;
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 363 if (!probe && lck_type != F_SETLK) { 490 return _tdb_lock(tdb, list, ltype, F_SETLK); 716 return _tdb_lockall(tdb, F_WRLCK, F_SETLK); 734 return _tdb_lockall(tdb, F_RDLCK, F_SETLK); 795 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not 804 return tdb->methods->tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1, 1); 808 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not 813 return tdb->methods->tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0, 1); [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.c.orig | [all...] |