Home
last modified time | relevance | path

Searched refs:lseek_with_trace (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDproc-utils.h62 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__)
HDproc-api.c617 lseek_with_trace (int fd, off_t offset, int whence, char *file, int line) in lseek_with_trace() function