Searched refs:report_file_error (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dirist.h42 dates at all) unless I call report_file_error *after* the utime returns!
51 report_file_error ("Worked just find\n", Qnil);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcallproc.c377 report_file_error ("Setting current directory",
395 report_file_error ("Opening process input file", Fcons (infile, Qnil));
408 report_file_error ("Searching for program", Fcons (args[0], Qnil));
461 report_file_error ("Opening process output file",
481 report_file_error ("Opening process output file",
498 report_file_error ("Creating process pipe", Qnil);
556 report_file_error ("Cannot redirect stderr", Fcons (error_file, Qnil));
601 report_file_error ("Cannot re-open temporary file", Qnil);
633 report_file_error ("Cannot re-open temporary file", Qnil);
682 report_file_error ("Doin
[all...]
H A Dfileio.c269 report_file_error (string, data)
998 report_file_error ("Cannot create temporary name for prefix",
2492 report_file_error ("Copying file", Fcons (file, Fcons (newname, Qnil)));
2522 report_file_error ("Opening input file", Fcons (file, Qnil));
2535 report_file_error ("Input and output files are the same",
2549 report_file_error ("Non-regular file", Fcons (file, Qnil));
2572 report_file_error ("Opening output file", Fcons (newname, Qnil));
2580 report_file_error ("I/O error", Fcons (newname, Qnil));
2596 report_file_error ("I/O error", Fcons (newname, Qnil));
2661 report_file_error ("Creatin
268 report_file_error (string, data) function
[all...]
H A Dw32proc.c1558 /* extern int report_file_error (char *, Lisp_Object); */
1597 report_file_error ("Duplicating input handle for child", Qnil);
1606 report_file_error ("Duplicating output handle for child", Qnil);
1615 report_file_error ("Duplicating error handle for child", Qnil);
1619 report_file_error ("Changing stdin handle", Qnil);
1622 report_file_error ("Changing stdout handle", Qnil);
1625 report_file_error ("Changing stderr handle", Qnil);
H A Ddoc.c624 report_file_error ("Opening file buildobj.lst", Qnil);
663 report_file_error ("Opening doc string file",
H A Dprocess.c1622 report_file_error ("Setting current directory",
1744 report_file_error ("Searching for program", Fcons (program, Qnil));
1892 report_file_error ("Opening pty", Qnil);
1909 report_file_error ("Opening socketpair", Qnil);
1918 report_file_error ("Creating pipe", Qnil);
1926 report_file_error ("Creating pipe", Qnil);
2281 report_file_error ("Doing vfork", Qnil);
2648 report_file_error ("Cannot set network option",
2978 report_file_error ("error creating socket", Fcons (name, Qnil));
3252 report_file_error ("Canno
[all...]
H A Dunexaix.c123 report_file_error ("Cannot unexec", Fcons (build_string (file), Qnil));
H A Ddired.c206 report_file_error ("Opening directory", Fcons (directory, Qnil));
530 report_file_error ("Opening directory", Fcons (dirname, Qnil));
H A Dunexec.c343 report_file_error ("Cannot unexec", Fcons (build_string (file), Qnil));
H A Dprint.c1000 report_file_error ("Cannot open debugging output stream",
H A Dsysdep.c939 report_file_error ("Can't execute subshell", Fcons (build_string (sh), Qnil));
4587 report_file_error ("delete", build_string (name));
H A Dlisp.h2910 extern void report_file_error P_ ((const char *, Lisp_Object)) NO_RETURN;
H A Ddispnew.c6431 report_file_error ("Opening termscript", Fcons (file, Qnil));
H A Dkeyboard.c10485 report_file_error ("Opening dribble", Fcons (file, Qnil));

Completed in 430 milliseconds