Home
last modified time | relevance | path

Searched refs:path_is_file (Results 1 – 13 of 13) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/path/test/
H A Drun-is_file.c29 ok1(!path_is_file("run-is_file-dir-link")); in main()
30 ok1(path_is_file("run-is_file-file-link")); in main()
31 ok1(path_is_file("run-is_file-dir/file")); in main()
32 ok1(!path_is_file("run-is_file-dir")); in main()
33 ok1(!path_is_file("run-is_file-nonexist")); in main()
36 ok1(path_is_file(path)); in main()
37 ok1(!path_is_file(cwd)); in main()
/dports/devel/sysfsutils/sysfsutils-2.1.0/test/
H A Dtest.c177 static int path_is_file(const char *path) in path_is_file() function
224 if (path_is_file(var_path) != 0) in check_header()
260 if (path_is_file(path1) != 0) in check_header()
267 if (path_is_file(path1) != 0) in check_header()
274 if (path_is_file(path1) != 0) in check_header()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/builtins/
H A Dexists.rs106 'f' => path_is_file(argument), in match_flag_argument()
121 fn path_is_file(filepath: &str) -> bool { in path_is_file() function
354 assert_eq!(match_flag_argument('f', "file", &shell), path_is_file("file")); in test_match_flag_argument()
378 assert_eq!(path_is_file("testing/empty_file"), true); in test_path_is_file()
379 assert_eq!(path_is_file("this-does-not-exist"), false); in test_path_is_file()
/dports/devel/p5-Config-JFDI/Config-JFDI-0.065/lib/Config/JFDI/Source/
H A DLoader.pm26 has path_is_file => qw/ is ro default 0 /;
114 if ($self->path_is_file) {
/dports/devel/p5-Config-JFDI/Config-JFDI-0.065/lib/Config/
H A DJFDI.pm45 return $self->source->path unless $self->source->path_is_file;
67 $source{path_is_file} = 1;
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/path/
H A Dpath.h130 bool path_is_file(const char *path);
H A Dpath.c512 bool path_is_file(const char *path) in path_is_file() function
/dports/editors/tea/tea-qt-60.5.1/
H A Dutils.h57 bool path_is_file (const QString &fname);
H A Dutils.cpp85 bool path_is_file (const QString &fname) in path_is_file() function
H A Ddocument.cpp2125 if (! file_exists (fileName) || ! path_is_file (fileName)) in open_file()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_renderchain/
H A Dd3d9_cg_renderchain.c152 const char *prog, bool path_is_file) in d3d9_cg_load_program() argument
177 if (path_is_file && !string_is_empty(prog)) in d3d9_cg_load_program()
188 if (path_is_file && !string_is_empty(prog)) in d3d9_cg_load_program()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dlightningd.c422 if (!path_is_file(path_join(tmpctx, daemon_dir, subdaemons[i]))) { in has_all_subdaemons()
/dports/graphics/gthumb/gthumb-3.10.1/
H A DChangeLog.pre-git645 (path_is_file), (path_is_dir), (get_file_size),
666 (local_dir_remove_recursive), (ensure_dir_exists), (path_is_file),