HomeSort by: relevance | last modified time | path
    Searched defs:dbg_file (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libform/
internals.c 318 static const char dbg_file[] = "___form_dbg.out"; variable in typeref:typename:const char[]
325 if (dbg == NULL && (dbg = fopen(dbg_file, "w")) == NULL) {
326 warn("Cannot open debug file `%s'", dbg_file);
internals.c 318 static const char dbg_file[] = "___form_dbg.out"; variable in typeref:typename:const char[]
325 if (dbg == NULL && (dbg = fopen(dbg_file, "w")) == NULL) {
326 warn("Cannot open debug file `%s'", dbg_file);

Completed in 23 milliseconds