Searched refs:errno (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/
H A Ddir-util.cpp6 #include <errno.h>
80 errno = EINVAL;
146 errno = ERANGE;
166 errno = EINVAL;
216 errno = ERANGE;
H A Dmain.cpp129 #include <errno.h>
1599 errno=0;
1601 if ((width < 1) || (width > PNG_UINT_31_MAX) || (errno == ERANGE) ) {
1609 errno=0;
H A Dinkscape.cpp21 #include <errno.h>
1326 int problem = errno;
/inkscape/src/trace/potrace/
H A Dbitmap.h10 #include <errno.h>
48 /* free the given bitmap. Leaves errno untouched. */
56 /* return new un-initialized bitmap. NULL with errno on error.
65 errno = ENOMEM;
92 /* duplicate the given bitmap. Return NULL on error with errno set. */
/inkscape/src/extension/internal/
H A Dlatex-pstricks.cpp21 #include <errno.h>
88 fprintf(stderr, "inkscape: fopen(%s): %s\n", fn, strerror(errno));
107 g_print("Error %d on output stream: %s\n", errno,
108 g_strerror(errno));
H A Dlatex-text-renderer.cpp25 #include <errno.h>
143 fprintf(stderr, "inkscape: fopen(%s): %s\n", filename_ext, strerror(errno));
163 g_print("Error %d on LaTeX file output stream: %s\n", errno,
164 g_strerror(errno));
H A Dcairo-render-context.cpp29 #include <errno.h>
277 fn, strerror(errno));
288 fn, strerror(errno));
304 qn, strerror(errno));
359 fn, strerror(errno));
370 fn, strerror(errno));
386 qn, strerror(errno));
H A Dcairo-renderer.cpp29 #include <errno.h>
/inkscape/src/svg/
H A Dsvg-color.cpp25 #include <errno.h>
600 if ( !errno ) {
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.h29 #include <errno.h>
H A Dcolor-item.cpp18 #include <errno.h>
183 if ( (numVal == G_MAXUINT64) && (ERANGE == errno) ) {
H A Dswatches.cpp16 #include <errno.h>
477 if ( (numVal == G_MAXUINT64) && (ERANGE == errno) ) {
H A Docaldialogs.cpp23 #include <errno.h> // errno
H A Dfiledialogimpl-gtkmm.cpp561 g_warning("SVGPreview::set() : %s : %s", fName, strerror(errno));
H A Dfiledialogimpl-win32.cpp24 #include <errno.h>
/inkscape/src/libuemf/
H A Duemf_utf.c31 #include <errno.h>
H A Duemf.c35 #include <errno.h>
H A Duwmf.c39 #include <errno.h>
H A Dupmf.c40 #include <errno.h>
/inkscape/
H A Dbuildtool.cpp70 #include <errno.h>
2581 dirNative.c_str(), strerror(errno));
4160 command.c_str(), strerror(errno));
4319 dirNative.c_str(), strerror(errno));
4934 cnative, strerror(errno));
4956 //error("error opening directory %s : %s", dname, strerror(errno));
5014 native.c_str() , strerror(errno));
5119 if (errno==EACCES)
5123 else if (errno==ENOENT)
5129 error("Failed to delete file %s: %s", native.c_str(), strerror(errno));
[all...]
/inkscape/src/extension/implementation/
H A Dscript.cpp24 #include <errno.h>

Completed in 128 milliseconds