Searched refs:stat (Results 1 - 20 of 20) sorted by relevance

/inkscape/src/io/
H A Dsys.h16 #include <sys/stat.h>
H A Dsys.cpp229 struct stat st;
/inkscape/src/ui/widget/
H A Dimageicon.cpp18 #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 Dinkview.cpp34 #include <sys/stat.h>
236 struct stat st;
237 if (stat (argv[i], &st)
H A Dprefix.cpp57 #include <sys/stat.h>
H A Dege-color-prof-tracker.cpp498 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 Ddeptool.cpp75 #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 Dsp-image.cpp799 struct stat st;
806 // stat call worked. Check time now
H A Dinkscape.cpp281 struct stat sb;
H A Dcolor-profile.cpp775 struct stat st;
/inkscape/share/extensions/
H A Deqtexsvg.py130 os.stat(dvi_file)
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.h28 #include <sys/stat.h>
H A Dfiledialogimpl-gtkmm.cpp557 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 Dfiledialogimpl-win32.cpp23 #include <sys/stat.h>
/inkscape/src/extension/internal/
H A Demf-print.cpp913 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 Dwmf-inout.cpp2074 int stat = wmr_arc_points(rc, ArcStart, ArcEnd,&f1, f2, &center, &start, &end, &size); local
2075 if(!stat){
H A Demf-inout.cpp2691 int stat = emr_arc_points( lpEMFR, &f1, f2, &center, &start, &end, &size); local
2692 if(!stat){
/inkscape/
H A Dbuildtool.cpp49 #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 Dscript.cpp54 #include <sys/stat.h>
/inkscape/src/display/
H A Dcairo-utils.cpp293 struct stat stdir;

Completed in 380 milliseconds