Searched defs:my_fopen (Results 1 - 2 of 2) sorted by relevance

/external/blktrace/btt/
H A Dmisc.c155 FILE *my_fopen(const char *path, const char *mode) function
/external/blktrace/
H A Dblktrace.c665 static FILE *my_fopen(const char *path, const char *mode) function
1534 iop->ofp = my_fopen(iop->ofn, "w+");
1953 ofp = my_fopen("/dev/null", "w");
2048 FILE *ifp = my_fopen(optarg, "r");

Completed in 363 milliseconds