Searched refs:path_absolute (Results 1 – 11 of 11) sorted by relevance
363 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()
112 int path_absolute(const char *);
401 if (path_absolute(file)) in expand_authorized_keys()
1676 if (!path_absolute(path1)) in parse_dispatch_command() 2028 isabs = path_absolute(tmp); in complete_match()
2653 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
477 #define path_absolute Fssh_path_absolute483 #define path_absolute Fssh_path_absolute global() macro
1517 if (!test_flag && !inetd_flag && !do_dump_cfg && !path_absolute(av[0])) in main()
1289 if (!path_absolute(path)) in safely_chroot()
2973 if (p && !path_absolute(p)) {
823 if (path_absolute(expanded)) in derelativise_path()
2096 if (!path_absolute(p) && *p != '~') { in process_config_line_depth()