Searched refs:stat (Results 1 - 20 of 20) sorted by relevance
/inkscape/src/io/ |
H A D | sys.h | 16 #include <sys/stat.h>
|
H A D | sys.cpp | 229 struct stat st;
|
/inkscape/src/ui/widget/ |
H A D | imageicon.cpp | 18 #include <sys/stat.h> 382 gchar *fName = const_cast<gchar *>(fileName.c_str()); // this const-cast seems not necessary, was it put there because of older sys/stat.h version? 383 struct stat info; 384 if (stat(fName, &info)) // stat returns 0 upon success
|
/inkscape/src/ |
H A D | inkview.cpp | 34 #include <sys/stat.h> 236 struct stat st; 237 if (stat (argv[i], &st)
|
H A D | prefix.cpp | 57 #include <sys/stat.h>
|
H A D | ege-color-prof-tracker.cpp | 498 Status stat = XGetWindowAttributes( native->xproperty.display, native->xproperty.window, &tmp ); local 499 if ( stat ) { 519 /* g_message("%d failed XGetWindowAttributes with %d", GPOINTER_TO_INT(data), stat); */
|
H A D | deptool.cpp | 75 #include <sys/stat.h> 566 struct stat finfo; 577 if (stat(fname.c_str(), &finfo)<0) 579 error("cannot stat file:%s", s.c_str());
|
H A D | sp-image.cpp | 799 struct stat st; 806 // stat call worked. Check time now
|
H A D | inkscape.cpp | 281 struct stat sb;
|
H A D | color-profile.cpp | 775 struct stat st;
|
/inkscape/share/extensions/ |
H A D | eqtexsvg.py | 130 os.stat(dvi_file)
|
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-gtkmm.h | 28 #include <sys/stat.h>
|
H A D | filedialogimpl-gtkmm.cpp | 557 fileNameUtf8.c_str()); // const-cast probably not necessary? (not necessary on Windows version of stat()) 558 struct stat info; 559 if (g_stat(fName, &info)) // stat returns 0 upon success
|
H A D | filedialogimpl-win32.cpp | 23 #include <sys/stat.h>
|
/inkscape/src/extension/internal/ |
H A D | emf-print.cpp | 913 int stat = 0; local 917 if( Geom::are_near(dot(v1,v2), 1.0, 1e-5)){ stat = 1; } 918 else if(Geom::are_near(dot(v1,v2),-1.0, 1e-5)){ stat = 2; } 919 else if(Geom::are_near(dot(v1,v3), 1.0, 1e-5)){ stat = 3; } 920 else if(Geom::are_near(dot(v1,v3),-1.0, 1e-5)){ stat = 4; } 921 return(stat);
|
H A D | wmf-inout.cpp | 2074 int stat = wmr_arc_points(rc, ArcStart, ArcEnd,&f1, f2, ¢er, &start, &end, &size); local 2075 if(!stat){
|
H A D | emf-inout.cpp | 2691 int stat = emr_arc_points( lpEMFR, &f1, f2, ¢er, &start, &end, &size); local 2692 if(!stat){
|
/inkscape/ |
H A D | buildtool.cpp | 49 #include <sys/stat.h> 1683 struct stat statBuf; 2540 //# Stat cache to speed up stat requests 2544 struct stat statInfo; 2548 static int cachedStat(const String &f, struct stat *s) { 2552 result.first->second.result = stat(f.c_str(), &(result.first->second.statInfo)); 4283 struct stat finfo; 4287 error("cannot stat file:%s", childNative.c_str()); 4894 struct stat finfo; 4979 struct stat finf [all...] |
/inkscape/src/extension/implementation/ |
H A D | script.cpp | 54 #include <sys/stat.h>
|
/inkscape/src/display/ |
H A D | cairo-utils.cpp | 293 struct stat stdir;
|
Completed in 825 milliseconds