Searched refs:open_with_trace (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | proc-utils.h | 65 extern int open_with_trace (char *, int, char *, int); 81 #define open(X,Y) open_with_trace (X, Y, __FILE__, __LINE__)
|
| HD | proc-api.c | 640 open_with_trace (char *filename, int mode, char *file, int line) in open_with_trace() function
|