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

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 77 static FILE *errfile; variable
432 errfile = stderr;
489 errfile = open_file(error_filename, "wt");
490 if (!errfile)
641 if (errfile != stderr && errfile != stdout)
642 fclose(errfile);
942 fprintf(errfile, "tasm: ");
944 vfprintf(errfile, fmt, va);
946 fputc('\n', errfile);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 74 static FILE *errfile; variable
571 errfile = stderr;
631 errfile = open_file(error_filename, "wt");
632 if (!errfile)
797 if (errfile != stderr && errfile != stdout)
798 fclose(errfile);
    [all...]
  /external/chromium_org/third_party/libxml/src/
regressions.py 171 errfile = []
173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
186 ret = compFiles(errfile, experr, inbase, 'test/')
191 if len(errfile) != 0:
192 for l in errfile:
  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.c 587 static int errfile (lua_State *L, const char *what, int fnameindex) { function
643 if (lf.f == NULL) return errfile(L, "open", fnameindex);
649 if (lf.f == NULL) return errfile(L, "reopen", fnameindex);
659 return errfile(L, "read", fnameindex);
  /external/libedit/src/
map.c 899 EL_ABORT((el->errfile, "Emacs map incorrect\n"));
901 EL_ABORT((el->errfile, "Vi command map incorrect\n"));
903 EL_ABORT((el->errfile, "Vi insert map incorrect\n"));
    [all...]

Completed in 615 milliseconds