HomeSort by relevance Sort by last modified time
    Searched refs:ID0fopen (Results 1 - 6 of 6) sorted by null

  /external/libppp/src/
id.h 38 extern FILE *ID0fopen(const char *, const char *);
61 #define ID0fopen fopen
systems.c 55 fp = ID0fopen(line, "r");
336 fp = ID0fopen(filename, "r");
id.c 129 ID0fopen(const char *path, const char *mode)
physical.c 995 lockfile = ID0fopen(fn, "w");
ipcp.c 301 if ((fp = ID0fopen(_PATH_RESCONF, "w")) != NULL) {
    [all...]
bundle.c 675 lockfile = ID0fopen(pidfile, "w");
    [all...]

Completed in 481 milliseconds