Home
last modified time | relevance | path

Searched refs:path_absolute (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtest_misc.c363 TEST_START("path_absolute absolute"); in test_path_absolute()
364 ASSERT_INT_EQ(path_absolute("/foo/bar"), 1); in test_path_absolute()
367 TEST_START("path_absolute relative"); in test_path_absolute()
368 ASSERT_INT_EQ(path_absolute("foo/bar"), 0); in test_path_absolute()
371 TEST_START("path_absolute empty"); in test_path_absolute()
372 ASSERT_INT_EQ(path_absolute(""), 0); in test_path_absolute()
/freebsd/crypto/openssh/
H A Dmisc.h112 int path_absolute(const char *);
H A Dauth.c401 if (path_absolute(file)) in expand_authorized_keys()
H A Dsftp.c1676 if (!path_absolute(path1)) in parse_dispatch_command()
2028 isabs = path_absolute(tmp); in complete_match()
H A Dmisc.c2653 path_absolute(const char *path) in opt_dequote()
2871 if (!path_absolute(av[0])) { in subprocess()
2605 path_absolute(const char *path) path_absolute() function
H A Dssh_namespace.h477 #define path_absolute Fssh_path_absolute
483 #define path_absolute Fssh_path_absolute global() macro
H A Dsshd.c1517 if (!test_flag && !inetd_flag && !do_dump_cfg && !path_absolute(av[0])) in main()
H A Dsession.c1289 if (!path_absolute(path)) in safely_chroot()
H A Dsftp-client.c2973 if (p && !path_absolute(p)) {
H A Dservconf.c823 if (path_absolute(expanded)) in derelativise_path()
H A Dreadconf.c2096 if (!path_absolute(p) && *p != '~') { in process_config_line_depth()