Lines Matching full:path
170 char path[ PATH_MAX ];
175 const char* path )
180 D( "%s: comparing %s:", __FUNCTION__, path );
182 if ( stat( path, &st ) < 0 ) {
197 fd2 = open( path, O_RDONLY );
199 D(" can't open %s: %s\n", path, strerror(errno) );
237 DIR* d = opendir( scan->path );
240 D( "%s: entering '%s\n", __FUNCTION__, scan->path );
254 //D( "%s: scanning '%s'\n", __FUNCTION__, scan->path );
256 if ( stat( scan->path, &ent_st ) < 0 )
261 //D( "%s: directory '%s'\n", __FUNCTION__, scan->path );
272 if (compare_timezone_to_localtime( scan, scan->path ))
281 //D( "%s: ignoring '%s'\n", __FUNCTION__, scan->path );
390 scan->path_end = scan->path + sizeof(scan->path);
391 scan->path_root = bufprint( scan->path, scan->path_end, "%s", tzdir );