Home
last modified time | relevance | path

Searched refs:ID0fopen (Results 1 – 6 of 6) sorted by relevance

/external/libppp/src/
Did.h38 extern FILE *ID0fopen(const char *, const char *);
61 #define ID0fopen fopen macro
Dsystems.c55 fp = ID0fopen(line, "r"); in OpenSecret()
336 fp = ID0fopen(filename, "r"); in ReadSystem()
Did.c129 ID0fopen(const char *path, const char *mode) in ID0fopen() function
Dphysical.c995 lockfile = ID0fopen(fn, "w"); in physical_Found()
Dipcp.c301 if ((fp = ID0fopen(_PATH_RESCONF, "w")) != NULL) { in ipcp_WriteDNS()
Dbundle.c675 lockfile = ID0fopen(pidfile, "w"); in bundle_LockTun()