Home
last modified time | relevance | path

Searched refs:needs_slash (Results 1 – 20 of 20) sorted by relevance

/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Dpath.c41 int needs_slash = FALSE; in RB_Get_RB_Path() local
51 needs_slash = ( arg_pathname[strlen( arg_pathname ) - 1] != '/' ); in RB_Get_RB_Path()
72 if ( needs_slash ) in RB_Get_RB_Path()
/dports/games/liblcf/liblcf-0.7.0/builds/
H A Dsources2buildsystem.pl65 my $needs_slash = shift;
70 $formatted .= " \\" if (! $is_last && $needs_slash);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tar-0.4.30/src/
H A Dheader.rs1482 let mut needs_slash = false; in copy_path_into() localVariable
1497 if needs_slash { in copy_path_into()
1507 needs_slash = true; in copy_path_into()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/net/routinator/routinator-0.10.2/cargo-crates/tar-0.4.35/src/
H A Dheader.rs1491 let mut needs_slash = false; in copy_path_into() localVariable
1506 if needs_slash { in copy_path_into()
1516 needs_slash = true; in copy_path_into()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/tar-0.4.26/src/
H A Dheader.rs1487 let mut needs_slash = false; in copy_path_into() localVariable
1502 if needs_slash { in copy_path_into()
1512 needs_slash = true; in copy_path_into()
/dports/games/dose-response/dose-response-179c326/cargo-crates/tar-0.4.26/src/
H A Dheader.rs1487 let mut needs_slash = false; in copy_path_into() localVariable
1502 if needs_slash { in copy_path_into()
1512 needs_slash = true; in copy_path_into()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/tar-0.4.35/src/
H A Dheader.rs1491 let mut needs_slash = false; in copy_path_into() localVariable
1506 if needs_slash { in copy_path_into()
1516 needs_slash = true; in copy_path_into()
/dports/www/zola/zola-0.15.2/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false;
1504 if needs_slash {
1514 needs_slash = true;
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/lang/rust/rustc-1.58.1-src/vendor/tar/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/tar-0.4.30/src/
H A Dheader.rs1482 let mut needs_slash = false; in copy_path_into() localVariable
1497 if needs_slash { in copy_path_into()
1507 needs_slash = true; in copy_path_into()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/tar-0.4.37/src/
H A Dheader.rs1489 let mut needs_slash = false; in copy_path_into() localVariable
1504 if needs_slash { in copy_path_into()
1514 needs_slash = true; in copy_path_into()
/dports/x11-wm/xfce4-desktop/xfdesktop-4.16.0/src/
H A Dxfce-backdrop.c475 gboolean needs_slash = TRUE; in list_image_files_in_dir() local
490 needs_slash = FALSE; in list_image_files_in_dir()
493 gchar *current_file = g_strdup_printf(needs_slash ? "%s/%s" : "%s%s", in list_image_files_in_dir()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/time/
H A Dzic.c752 bool needs_slash = dir_len && dir[dir_len - 1] != '/'; in relname() local
753 char *result = zic_malloc(dir_len + needs_slash + strlen(base) + 1); in relname()
755 strcpy(result + dir_len + needs_slash, base); in relname()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_paths.c2920 static void path_init (char *targ, char *src, int needs_slash) in path_init() argument
2924 if (needs_slash && slash_terminate(targ)) { in path_init()