Searched refs:root_prefix (Results 1 – 5 of 5) sorted by relevance
15 $root_prefix @root_prefix@
135 dnl Allow separate `root_prefix' to be specified139 root_prefix=$withval,140 root_prefix=NONE)dnl1473 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then1474 root_prefix="";1475 AC_MSG_RESULT([On $host_os systems, root_prefix defaults to ''])1494 if test "$root_prefix" = NONE ; then1496 root_prefix="$ac_default_prefix"1498 root_prefix="$prefix"1505 root_bindir='${root_prefix}/bin'[all …]
14 root_prefix = @root_prefix@
4832 withval=$with_root_prefix; root_prefix=$withval4834 root_prefix=NONE14234 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then14235 root_prefix="";14255 if test "$root_prefix" = NONE ; then14257 root_prefix="$ac_default_prefix"14259 root_prefix="$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()