Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-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__)
Dproc-api.c617 lseek_with_trace (int fd, off_t offset, int whence, char *file, int line) in lseek_with_trace() function
DChangeLog-20004884 close_with_trace, wait_with_trace, lseek_with_trace):
5093 (lseek_with_trace): Treat 'off_t' as unsigned long in printf.