stat             1335 core/conf.c        if (stat(confinfo_handlers[0].filename,0) != 0)
stat              496 core/gps.c                 int stat = g_d_stat;
stat              507 core/gps.c                 switch (stat)
stat              757 core/gps.c                 int stat = g_d_stat ;
stat              761 core/gps.c                     if ((blink==1) && (stat > 0))
stat              769 core/gps.c                     if ((blink==1) && (navigation_mode > 0) && (stat > 0))
stat             1312 core/gps.c         int stat ;
stat             1353 core/gps.c                 stat = g_d_stat ;
stat             1361 core/gps.c             switch ( stat )
stat             1381 core/gps.c             if (stat == 2 )
stat              359 core/gui.c         if (stat("A/ROMLOG.LOG",0)    == 0) remove("A/ROMLOG.LOG");
stat              360 core/gui.c         if (stat("A/RomLogErr.txt",0) == 0) remove("A/RomLogErr.txt");
stat              662 core/gui.c         if (stat(conf.reader_file,0) == 0)
stat               62 core/main.c                if (stat(fn,0) != 0) {
stat              194 core/main.c        no_modules_flag = stat("A/CHDK/MODULES/FSELECT.FLT",0) ? 1 : 0 ;
stat               41 core/raw.c             struct stat st;
stat               42 core/raw.c             if ((stat(filename,&st) != 0) || (st.st_size < camera_sensor.raw_size))
stat               52 include/std/stdlib.h extern int stat(const char *name, struct stat *pStat);
stat               26 lib/lang/fileutil.c 	struct stat st;
stat               27 lib/lang/fileutil.c     if (stat(name,&st) == 0)
stat              315 lib/lua/loadlib.c   int stat = ll_loadfunc(L, path, init);
stat              316 lib/lua/loadlib.c   if (stat == 0)  /* no errors? */
stat              321 lib/lua/loadlib.c     lua_pushstring(L, (stat == ERRLIB) ?  LIB_FAIL : "init");
stat              426 lib/lua/loadlib.c   int stat;
stat              432 lib/lua/loadlib.c   if ((stat = ll_loadfunc(L, filename, funcname)) != 0) {
stat              433 lib/lua/loadlib.c     if (stat != ERRFUNC) loaderror(L, filename);  /* real error */
stat              427 lib/lua/loslib.c   struct stat st;
stat              429 lib/lua/loslib.c   int result = stat(name,&st);
stat              795 modules/dng.c      struct stat st;
stat              798 modules/dng.c      if (stat(fn, &st) != 0 || st.st_size<=camera_sensor.raw_size)
stat              847 modules/dng.c      struct stat st;
stat              848 modules/dng.c      if ((stat(fn,&st) == 0) && (st.st_size >= camera_sensor.raw_size))
stat             1016 modules/dng.c      struct stat st;
stat             1028 modules/dng.c      if (stat(filename,&st)!=0) return;
stat              150 modules/exmem_inspector.c         if (stat(txt,0) != 0) {
stat              291 modules/file_shelter.c     if (stat(dirname,0) != 0) return mkdir(dirname);
stat              344 modules/file_shelter.c             struct stat st;
stat              350 modules/file_shelter.c             else if (stat(pbuf, &st) == 0)
stat              711 modules/file_shelter.c                 if (stat(buf,0) == 0) {
stat              880 modules/file_shelter.c             if (stat("A/CHDK",0) != 0) {
stat              990 modules/file_shelter.c         noformatyet = stat("A/CHDK",0)?0:1;
stat              290 modules/games/gui_sokoban.c         struct stat st;
stat              292 modules/games/gui_sokoban.c         if (stat((char *)level_file_name,&st) != 0 || st.st_size==0) 
stat              848 modules/games/gui_sudoku.c             if (stat("A/CHDK/GAMES/SUDOKU.SAV", 0)==0) {
stat              124 modules/games/gui_tetris.c     if (stat(dirname,0) != 0) return mkdir(dirname);
stat              397 modules/gui_fselect.c             struct stat st;
stat              398 modules/gui_fselect.c             if (stat(selected_file, &st) == 0)
stat              494 modules/gui_fselect.c             struct stat st;
stat              500 modules/gui_fselect.c             else if (stat(pbuf, &st) == 0)
stat              672 modules/gui_fselect.c         struct stat st;
stat              674 modules/gui_fselect.c         if (stat(items.dir,&st) == 0)
stat               71 modules/gui_read.c     static struct stat   st;
stat               79 modules/gui_read.c     read_file_size = (read_file>=0 && stat((char*)file, &st)==0)?st.st_size:0;
stat               62 modules/module_exportlist.c             stat
stat               56 modules/raw_merge.c     struct stat st;
stat               59 modules/raw_merge.c     if (stat(from,&st) != 0 || st.st_size < camera_sensor.raw_size)
stat               67 modules/raw_merge.c     if (stat(sub,&st) != 0 || st.st_size < camera_sensor.raw_size)
stat              316 modules/raw_merge.c     struct stat st;
stat              324 modules/raw_merge.c     if (stat(filename,&st) != 0 || st.st_size < camera_sensor.raw_size)
stat              430 modules/raw_merge.c     struct stat st;
stat              431 modules/raw_merge.c     if (stat(namebuf,&st) != 0 || st.st_size < camera_sensor.raw_size)
stat               60 modules/scrdump.c         if (stat(fn,0) != 0) {
stat              548 platform/generic/wrappers.c     if (stat(dirname,0) != 0) return mkdir(dirname);
stat              557 platform/generic/wrappers.c     struct stat st;
stat              558 platform/generic/wrappers.c     if (stat(name,&st) == 0)
stat              749 platform/generic/wrappers.c int stat(const char *name, struct stat *pStat)
stat              769 platform/generic/wrappers.c             memset( pStat, 0, sizeof(struct stat));
stat             1133 tools/capdis.c     struct stat st;
stat             1134 tools/capdis.c     if(stat(dumpname,&st) != 0) {
stat             1138 tools/code_gen.c     struct stat st;
stat             1139 tools/code_gen.c     if (stat(av[2],&st) != 0)
stat               79 tools/dumputil.c 	struct stat st;
stat               93 tools/dumputil.c     if (stat(dumpname,&st) != 0) {
stat              266 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int   stat(const char *name, __stat *pStat);
stat              232 tools/makeexport.c     static struct stat st;
stat              237 tools/makeexport.c         size = (stat((char*)filename, &st)==0)?st.st_size:0;
stat              187 tools/makelang.c     static struct stat st;
stat              192 tools/makelang.c         size = (stat((char*)filename, &st)==0)?st.st_size:0;
stat              236 tools/rawconvert.c 	struct stat st;
stat              291 tools/rawconvert.c 	if(stat(iname,&st) != 0) {
stat               70 tools/yuvconvert.c 	struct stat st;
stat              118 tools/yuvconvert.c 	if(stat(iname,&st) != 0) {