Searched refs:root_prefix (Results 1 – 7 of 7) sorted by relevance
46 root_prefix = reference_name[:reference_begin]47 return root_prefix + '.' + name
15 $root_prefix @root_prefix@
135 dnl Allow separate `root_prefix' to be specified139 root_prefix=$withval,140 root_prefix=NONE)dnl1466 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then1467 root_prefix="";1468 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])1487 if test "$root_prefix" = NONE ; then1489 root_prefix="$ac_default_prefix"1491 root_prefix="$prefix"1498 root_bindir='${root_prefix}/bin'[all …]
14 root_prefix = @root_prefix@
4832 withval=$with_root_prefix; root_prefix=$withval4834 root_prefix=NONE14104 root_bindir='${root_prefix}/bin'14105 root_sbindir='${root_prefix}/sbin'14106 root_libdir='${root_prefix}/lib'14107 root_sysconfdir='${root_prefix}/etc'
303 root_prefix = basename + "/"318 _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()