| /src/external/bsd/pdisk/dist/ |
| io.c | 60 #define llseek lseek macro 63 #define llseek lseek macro
|
| file_media.c | 62 extern __loff_t llseek __P ((int __fd, __loff_t __offset, int __whence)); 65 #define llseek lseek macro 69 #define llseek lseek macro 187 if ((x = llseek(fd, (loff_t)0, 0)) < 0) { 222 off = llseek(fd, (loff_t)0, 2); /* seek to end of media */ 282 if ((off = llseek(a->fd, off, 0)) >= 0) { 319 if ((off = llseek(a->fd, off, 0)) >= 0) {
|
| /src/sys/arch/zaurus/stand/zbsdmod/ |
| compat_linux.h | 38 void (*llseek) (void); member in struct:file_operations
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| iotrace.c | 785 __real_llseek = (offset_t (*)(int, offset_t, int))dlsym (dlflag, "llseek"); 788 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT llseek\n"); 2471 /*------------------------------------------------------------- llseek */ 2473 llseek (int fildes, offset_t offset, int whence) function 2478 if (NULL_PTR (llseek)) 2481 return CALL_REAL (llseek)(fildes, offset, whence); 2484 ret = CALL_REAL (llseek)(fildes, offset, whence);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| iotrace.c | 785 __real_llseek = (offset_t (*)(int, offset_t, int))dlsym (dlflag, "llseek"); 788 CALL_REAL (fprintf)(stderr, "iotrace_init COL_ERROR_IOINIT llseek\n"); 2471 /*------------------------------------------------------------- llseek */ 2473 llseek (int fildes, offset_t offset, int whence) function 2478 if (NULL_PTR (llseek)) 2481 return CALL_REAL (llseek)(fildes, offset, whence); 2484 ret = CALL_REAL (llseek)(fildes, offset, whence);
|