Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Did.h38 extern FILE *ID0fopen(const char *, const char *);
61 #define ID0fopen fopen macro
H A Dsystems.c55 fp = ID0fopen(line, "r"); in OpenSecret()
336 fp = ID0fopen(filename, "r"); in ReadSystem()
H A Did.c129 ID0fopen(const char *path, const char *mode) in ID0fopen() function
H A Dphysical.c971 lockfile = ID0fopen(fn, "w"); in physical_Found()
H A Dipcp.c303 if ((fp = ID0fopen(_PATH_RESCONF, "w")) != NULL) { in ipcp_WriteDNS()
H A Dbundle.c675 lockfile = ID0fopen(pidfile, "w"); in bundle_LockTun()