Searched refs:lseek_with_trace (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | proc-utils.h | 62 extern off_t lseek_with_trace (int, off_t, int, char *, int); 79 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__)
|
| HD | proc-api.c | 617 lseek_with_trace (int fd, off_t offset, int whence, char *file, int line) in lseek_with_trace() function
|