Searched refs:root_prefix (Results 1 – 6 of 6) sorted by relevance
14 $root_prefix @root_prefix@
134 dnl Allow separate `root_prefix' to be specified138 root_prefix=$withval,139 root_prefix=NONE)dnl1294 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then1295 root_prefix="";1296 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])1315 if test "$root_prefix" = NONE ; then1317 root_prefix="$ac_default_prefix"1319 root_prefix="$prefix"1326 root_bindir='${root_prefix}/bin'[all …]
12 root_prefix = @root_prefix@
4775 withval=$with_root_prefix; root_prefix=$withval4777 root_prefix=NONE13722 root_bindir='${root_prefix}/bin'13723 root_sbindir='${root_prefix}/sbin'13724 root_libdir='${root_prefix}/lib'13725 root_sysconfdir='${root_prefix}/etc'
239 root_prefix = os.path.basename(os.path.dirname(path)) + "/"254 _assert(not rule.startswith(root_prefix),
164 const char root_prefix[] = "\\\\.\\"; in sanitize_path() local173 root_size = sizeof(root_prefix) - 1; in sanitize_path()190 ret_path[j] = root_prefix[j]; in sanitize_path()