Searched refs:errno (Results 1 - 21 of 21) sorted by relevance
| /inkscape/src/ |
| H A D | dir-util.cpp | 6 #include <errno.h> 80 errno = EINVAL; 146 errno = ERANGE; 166 errno = EINVAL; 216 errno = ERANGE;
|
| H A D | main.cpp | 129 #include <errno.h> 1599 errno=0; 1601 if ((width < 1) || (width > PNG_UINT_31_MAX) || (errno == ERANGE) ) { 1609 errno=0;
|
| H A D | inkscape.cpp | 21 #include <errno.h> 1326 int problem = errno;
|
| /inkscape/src/trace/potrace/ |
| H A D | bitmap.h | 10 #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 D | latex-pstricks.cpp | 21 #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 D | latex-text-renderer.cpp | 25 #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 D | cairo-render-context.cpp | 29 #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 D | cairo-renderer.cpp | 29 #include <errno.h>
|
| /inkscape/src/svg/ |
| H A D | svg-color.cpp | 25 #include <errno.h> 600 if ( !errno ) {
|
| /inkscape/src/ui/dialog/ |
| H A D | filedialogimpl-gtkmm.h | 29 #include <errno.h>
|
| H A D | color-item.cpp | 18 #include <errno.h> 183 if ( (numVal == G_MAXUINT64) && (ERANGE == errno) ) {
|
| H A D | swatches.cpp | 16 #include <errno.h> 477 if ( (numVal == G_MAXUINT64) && (ERANGE == errno) ) {
|
| H A D | ocaldialogs.cpp | 23 #include <errno.h> // errno
|
| H A D | filedialogimpl-gtkmm.cpp | 561 g_warning("SVGPreview::set() : %s : %s", fName, strerror(errno));
|
| H A D | filedialogimpl-win32.cpp | 24 #include <errno.h>
|
| /inkscape/src/libuemf/ |
| H A D | uemf_utf.c | 31 #include <errno.h>
|
| H A D | uemf.c | 35 #include <errno.h>
|
| H A D | uwmf.c | 39 #include <errno.h>
|
| H A D | upmf.c | 40 #include <errno.h>
|
| /inkscape/ |
| H A D | buildtool.cpp | 70 #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 D | script.cpp | 24 #include <errno.h>
|
Completed in 128 milliseconds