Searched refs:err_file (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Derr.c67 /* err_file is the FILE to which errors are reported */
69 static FILE *err_file = NULL; variable
83 err_file = stdout;
86 err_file = fopen(ERR_REPORTING_FILE, "w");
87 if (err_file == NULL)
101 if (err_file != NULL) {
102 vfprintf(err_file, format, args);
103 /* fprintf(err_file, "\n"); */
/external/srtp/crypto/kernel/
H A Derr.c67 /* err_file is the FILE to which errors are reported */
69 static FILE *err_file = NULL; variable
83 err_file = stdout;
86 err_file = fopen(ERR_REPORTING_FILE, "w");
87 if (err_file == NULL)
101 if (err_file != NULL) {
102 vfprintf(err_file, format, args);
103 /* fprintf(err_file, "\n"); */
/external/lldb/test/functionalities/process_launch/
H A DTestProcessLaunch.py43 err_file = os.path.join (os.getcwd(), "output-test.err")
53 os.remove (err_file)
57 launch_command = "process launch -i " + in_file + " -o " + out_file + " -e " + err_file
88 err_f = open (err_file)
103 os.remove (err_file)
/external/openssl/crypto/err/
H A Derr.c640 (p)->err_file[i]=NULL; \
737 es->err_file[es->top]=file;
825 if (es->err_file[i] == NULL)
832 *file=es->err_file[i];
H A Derr.h155 const char *err_file[ERR_NUM_ERRORS]; member in struct:err_state_st
/external/lldb/source/Core/
H A DDebugger.cpp754 File &err_file = GetErrorFile(); local
756 err_file.Printf ("error: failed to main input read thread: %s", error.AsCString() ? error.AsCString() : "unkown error");
780 File &err_file = GetErrorFile(); local
781 err_file.SetStream (fh, tranfer_ownership);
782 if (err_file.IsValid() == false)
783 err_file.SetStream (stderr, false);
/external/openssl/include/openssl/
H A Derr.h155 const char *err_file[ERR_NUM_ERRORS]; member in struct:err_state_st

Completed in 2370 milliseconds