Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDproc-utils.h65 extern int open_with_trace (char *, int, char *, int);
81 #define open(X,Y) open_with_trace (X, Y, __FILE__, __LINE__)
HDproc-api.c640 open_with_trace (char *filename, int mode, char *file, int line) in open_with_trace() function