Home
last modified time | relevance | path

Searched refs:next_dir (Results 1 – 25 of 139) sorted by relevance

123456

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dupdate_links.c33 char next_dir[PATH_MAX]; in update_links() local
47 sprintf(next_dir, "%s/%s", dirname, dent->d_name); in update_links()
52 if(stat(next_dir, &estat)) in update_links()
54 xperror(next_dir); in update_links()
63 update_links(next_dir); in update_links()
65 else if(file_is_html(next_dir)) in update_links()
67 xprintf(1, gettext("Relocating %s\n"), next_dir); in update_links()
68 rewrite_links(next_dir); in update_links()
71 xprintf(1, gettext("Omitting %s\n"), next_dir); in update_links()
H A Drecurse.c1091 char next_dir[PATH_MAX]; in get_urls_to_resume() local
1107 snprintf(next_dir, sizeof(next_dir), "%s/%s", dirname, dent->d_name); in get_urls_to_resume()
1114 xperror(next_dir); in get_urls_to_resume()
1127 snprintf(next_dir, sizeof(next_dir), "%s/%s", dirname, dent->d_name + 4); in get_urls_to_resume()
1153 char next_dir[PATH_MAX]; in get_urls_to_synchronize() local
1170 snprintf(next_dir, sizeof(next_dir), "%s/%s", dirname, dent->d_name); in get_urls_to_synchronize()
1177 xperror(next_dir); in get_urls_to_synchronize()
1186 strcat(next_dir, "/"); in get_urls_to_synchronize()
1203 next_dir[strlen(next_dir) - 1] = '\0'; in get_urls_to_synchronize()
1214 snprintf(next_dir, sizeof(next_dir), "%s/%s", dirname, dent->d_name + 4); in get_urls_to_synchronize()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/common/
H A Dgdb_vecs.c57 char *next_dir, *this_dir; in dirnames_to_char_ptr_vec_append() local
59 next_dir = strchr (dirnames, DIRNAME_SEPARATOR); in dirnames_to_char_ptr_vec_append()
60 if (next_dir == NULL) in dirnames_to_char_ptr_vec_append()
64 this_len = next_dir - dirnames; in dirnames_to_char_ptr_vec_append()
65 next_dir++; in dirnames_to_char_ptr_vec_append()
73 dirnames = next_dir; in dirnames_to_char_ptr_vec_append()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dself_cleaning_temp_dir.cc76 base::FilePath next_dir(path().DirName()); in Delete() local
96 if (!schedule_deletes && !RemoveDirectory(next_dir.value().c_str())) { in Delete()
98 << "Error removing directory " << next_dir.value().c_str(); in Delete()
104 ScheduleFileSystemEntityForDeletion(next_dir); in Delete()
106 if (next_dir == base_dir_) in Delete()
108 next_dir = next_dir.DirName(); in Delete()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_fill_boundary.cxx69 std::vector<int> next_dir(8); in label_boundary_and_bkg() local
82 next_dir[0] = next_dir[1] = 7;//-istep+jstep; in label_boundary_and_bkg()
83 next_dir[2] = next_dir[3] = 1;//-istep-jstep; in label_boundary_and_bkg()
84 next_dir[4] = next_dir[5] = 3;//istep-jstep; in label_boundary_and_bkg()
85 next_dir[6] = next_dir[7] = 5;//istep+jstep; in label_boundary_and_bkg()
110 offset = next_dir[offset]; in label_boundary_and_bkg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcloudstorage_api.py333 next_dir = dirs.next()
336 not (next_file is None and next_dir is None)):
339 self._last_yield = next_dir
340 next_dir = dirs.next()
341 elif next_dir is None:
344 elif next_dir < next_file:
345 self._last_yield = next_dir
346 next_dir = dirs.next()
347 elif next_file < next_dir:
353 next_file, next_dir)
/dports/lang/ptoc/ptoc/
H A Dlex.l322 char *try_dir, *next_dir;
327 dir_length = next_dir - try_dir;
328 next_dir++;
379 char *try_dir, *next_dir;
383 if ((next_dir = strchr (try_dir, path_sep)) != NULL ) {
384 dir_length = next_dir - try_dir;
385 next_dir++;
414 char *try_dir, *next_dir;
418 if ((next_dir = strchr (try_dir, path_sep)) != NULL ) {
419 dir_length = next_dir - try_dir;
[all …]
H A Dlex.cxx2346 char *try_dir, *next_dir;
2351 dir_length = next_dir - try_dir;
2352 next_dir++;
2413 char *try_dir, *next_dir;
2417 if ((next_dir = strchr (try_dir, path_sep)) != NULL ) {
2418 dir_length = next_dir - try_dir;
2419 next_dir++;
2454 char *try_dir, *next_dir;
2458 if ((next_dir = strchr (try_dir, path_sep)) != NULL ) {
2459 dir_length = next_dir - try_dir;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/cloudstorage/cloudstorage/
H A Dcloudstorage_api.py468 next_dir = dirs.next()
471 not (next_file is None and next_dir is None)):
474 self._last_yield = next_dir
475 next_dir = dirs.next()
476 elif next_dir is None:
479 elif next_dir < next_file:
480 self._last_yield = next_dir
481 next_dir = dirs.next()
482 elif next_file < next_dir:
488 next_file, next_dir)
/dports/devel/p5-Git-Repository/Git-Repository-1.325/t/
H A D11-create.t49 $dir = next_dir;
131 $dir = next_dir;
145 $dir = next_dir;
178 $old = next_dir;
179 $dir = next_dir;
193 $dir = next_dir;
216 $dir = next_dir;
241 $dir = next_dir;
259 $dir = next_dir;
289 $dir = next_dir;
[all …]
/dports/shells/viewglob/viewglob-2.0.4/vgexpand/
H A Dvgexpand.c254 for (dir_iter = dirs; dir_iter; dir_iter = dir_iter->next_dir) { in mask_match()
275 for (dir_iter = dirs; dir_iter; dir_iter = dir_iter->next_dir) { in home_to_tilde()
327 dirs = dirs->next_dir; in report()
337 for (dir_iter = dirs; dir_iter; dir_iter = dir_iter->next_dir) in report()
367 p2 = head->next_dir; in reverse_list()
368 p1->next_dir = NULL; in reverse_list()
371 Directory *q = p2->next_dir; in reverse_list()
372 p2->next_dir = p1; in reverse_list()
435 search_dir = search_dir->next_dir; in correlate()
459 } while ((dir_iter->next_dir != NULL) && (dir_iter = dir_iter->next_dir)); in have_dir()
[all …]
/dports/security/ssdeep/ssdeep-2.14.1/
H A Ddig.cpp98 size_t pos, next_dir, sz = _tcslen(fn), tsize = sizeof(TCHAR); in remove_double_dirs() local
115 next_dir = pos + 2; in remove_double_dirs()
127 switch(fn[next_dir]) in remove_double_dirs()
130 _tmemmove(fn+pos,fn+next_dir,((sz - next_dir) + 1) * tsize); in remove_double_dirs()
141 pos = next_dir; in remove_double_dirs()
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/optix/shaders/
H A Dmaterial_shaders.cu266 float3 next_dir = reflect(ray_dir, world_normal); in CameraShader() local
267 next_dir = normalize(next_dir); in CameraShader()
269 float NdL = Dot(world_normal, next_dir); in CameraShader()
270 float3 halfway = normalize(next_dir - ray_dir); in CameraShader()
315 optixTrace(params.root, hit_point, next_dir, params.scene_epsilon, 1e16f, optixGetRayTime(), in CameraShader()
333 next_dir = sample_hemisphere_dir(z1, z2, world_normal); in CameraShader()
335 NdL = Dot(world_normal, next_dir); in CameraShader()
336 halfway = normalize(next_dir - ray_dir); in CameraShader()
380 … optixTrace(params.root, hit_point, next_dir, params.scene_epsilon, 1e16f, optixGetRayTime(), in CameraShader()
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dcat_directory.cpp577 const cat_directory *next_dir = nullptr; in callback_for_children_of() local
612 next_dir = dynamic_cast<const cat_directory *>(next_mir->get_inode()); in callback_for_children_of()
614 next_dir = dynamic_cast<const cat_directory *>(next_nom); in callback_for_children_of()
616 if(next_dir != nullptr) in callback_for_children_of()
617 current = next_dir; in callback_for_children_of()
645 next_dir = dynamic_cast<const cat_directory *>(next_ino); in callback_for_children_of()
655 …dialog.listing(f,a,b,c,d,e,g, next_dir != nullptr, next_dir != nullptr && next_dir->has_children()… in callback_for_children_of()
/dports/devel/p5-File-Monitor/File-Monitor-1.00/t/
H A D40.relocate.t59 my $next_dir = sub {
64 my $test_dir = $next_dir->();
148 my $new_dir = $next_dir->();
H A D50.freeze.t60 my $next_dir = sub {
65 my $test_dir = $next_dir->();
149 my $new_dir = $next_dir->();
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/ui/
H A Dfile_selector.cpp76 next_dir = path.string(); in changeDir()
85 if(current_filter != selected_filter || !next_dir.empty()) { in update()
151 if(!next_dir.empty()) { in updateListing()
152 prettyDirectory(next_dir); in updateListing()
156 dir_path->setText(next_dir); in updateListing()
158 next_dir.resize(0); in updateListing()
/dports/net-im/profanity/profanity-0.11.1/tests/functionaltests/
H A Dproftest.c51 gchar *next_dir = g_strndup(dir, i); in _mkdir_recursive() local
52 result = _create_dir(next_dir); in _mkdir_recursive()
53 g_free(next_dir); in _mkdir_recursive()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dmin_quadrilateral_2.h511 Direction_2 next_dir = low_goes_next ? d_low : d_upp; in min_parallelogram_2() local
513 Direction_2 d_leftright = next_dir; in min_parallelogram_2()
531 if (right_of_line(*rig, *left, next_dir)) in min_parallelogram_2()
538 if (right_of_line(*right, *len, next_dir)) in min_parallelogram_2()
547 parallelogram(*low, next_dir, *right, d_leftright, *upp, *left); in min_parallelogram_2()
577 next_dir = low_goes_next ? d_low : d_upp; in min_parallelogram_2()
596 if (right_of_line(*rig, *left, next_dir)) in min_parallelogram_2()
603 if (right_of_line(*right, *len, next_dir)) in min_parallelogram_2()
613 parallelogram(*low, next_dir, *right, d_leftright, *upp, *left); in min_parallelogram_2()
/dports/devel/godot/godot-3.2.3-stable/drivers/unix/
H A Ddir_access_unix.cpp316 String next_dir = current_dir.plus_file(p_dir); in change_dir() local
317 next_dir = next_dir.simplify_path(); in change_dir()
318 try_dir = next_dir; in change_dir()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/unix/
H A Ddir_access_unix.cpp316 String next_dir = current_dir.plus_file(p_dir); in change_dir() local
317 next_dir = next_dir.simplify_path(); in change_dir()
318 try_dir = next_dir; in change_dir()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dabox.c129 abox->next_dir = NULL; in abox_init()
335 if (abox->next_dir) in abox_finalise()
337 null_g_free(&abox->next_dir); in abox_finalise()
353 gtk_label_set_text(GTK_LABEL(abox->dir_label), abox->next_dir); in show_next_dir()
354 null_g_free(&abox->next_dir); in show_next_dir()
372 if (abox->next_dir) in abox_set_current_object()
373 g_free(abox->next_dir); in abox_set_current_object()
380 abox->next_dir = g_strdup(message); in abox_set_current_object()
/dports/games/corsix-th/CorsixTH-0.65.1/LDocGen/
H A Dlua_scan.lua263 local next_dir = dir:get(part)
264 if not next_dir then
265 next_dir = LuaDirectory():setName(part):setParent(dir)
267 dir = next_dir
/dports/deskutils/cfiles/cfiles-1.8-6-g327d47f/
H A Dcf.c67 char *next_dir = NULL; variable
1934 allocSize = snprintf(NULL,0,"%s",next_dir); in goForward()
1942 snprintf(dir,allocSize+1,"%s",next_dir); in goForward()
1949 openFile(next_dir); in goForward()
2138 next_dir = malloc(allocSize+1); in main()
2139 if(next_dir == NULL) in main()
2151 len_preview = getNumberofFiles(next_dir); in main()
2166 status = getFiles(next_dir, next_directories); in main()
2223 getPreview(next_dir,maxy,maxx/2+2); in main()
2821 getVidPreview(next_dir,maxy,maxx/2+2); in main()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCacheDir.cc196 p1 = next_dir(p1, seg); in dir_bucket_loop_check()
198 p2 = next_dir(p2, seg); in dir_bucket_loop_check()
253 e = next_dir(e, seg); in dir_freelist_length()
273 e = next_dir(e, seg); in dir_bucket_length()
375 e = next_dir(e, seg); in dir_clean_bucket()
419 x = next_dir(x, seg); in check_bucket_not_contains()
494 e = next_dir(e, seg); in dir_segment_accounted()
588 e = next_dir(e, seg); in dir_probe()
692 e = next_dir(e, seg); in dir_overwrite()
763 e = next_dir(e, seg); in dir_delete()
[all …]

123456