/sysdeps/unix/sysv/linux/ |
A D | fcntl.c | 53 .l_whence = flk->l_whence, in __libc_fcntl() 67 .l_whence = flk->l_whence, in __libc_fcntl() 82 flk->l_whence = flk64.l_whence; in __libc_fcntl()
|
A D | tst-ofdlocks-compat.c | 60 .l_whence = SEEK_SET, in do_test() 80 .l_whence = SEEK_SET, in do_test()
|
A D | tst-ofdlocks.c | 45 .l_whence = SEEK_SET, in do_test() 68 .l_whence = SEEK_SET, in do_test()
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | fcntl.h | 35 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 45 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/sh/bits/ |
A D | fcntl.h | 27 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 42 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/generic/bits/ |
A D | fcntl.h | 32 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 47 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/arm/bits/ |
A D | fcntl.h | 31 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 46 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/m68k/bits/ |
A D | fcntl.h | 31 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 46 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/aarch64/bits/ |
A D | fcntl.h | 43 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 53 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/riscv/bits/ |
A D | fcntl.h | 39 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 54 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/powerpc/bits/ |
A D | fcntl.h | 39 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 54 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/x86/bits/ |
A D | fcntl.h | 38 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 53 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | fcntl.h | 40 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 55 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A D | fcntl.h | 68 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 78 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | fcntl.h | 69 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 79 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/hppa/bits/ |
A D | fcntl.h | 59 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 74 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | fcntl.h | 76 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 92 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | fcntl.h | 70 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 96 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/mach/hurd/ |
A D | fcntl.c | 157 .l_whence = fl->l_whence, in __libc_fcntl() 191 return __f_setlk (fd, fl->l_type, fl->l_whence, in __libc_fcntl() 201 fl->l_whence = fl64.l_whence; in __libc_fcntl() 254 return __f_setlk (fd, fl->l_type, fl->l_whence, in __libc_fcntl()
|
/sysdeps/mach/hurd/bits/ |
A D | fcntl.h | 195 int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member 210 int l_whence; /* Where `l_start' is relative to (like `lseek'). */ member
|
/sysdeps/posix/ |
A D | flock.c | 50 lbuf.l_whence = SEEK_SET; in __flock()
|
/sysdeps/pthread/ |
A D | tst-flock2.c | 40 .l_whence = SEEK_SET, in tf() 113 .l_whence = SEEK_SET, in do_test()
|