Home
last modified time | relevance | path

Searched refs:from (Results 1 – 4 of 4) sorted by relevance

/scripts/
A Drellns-sh47 from=`echo $2 | sed 's%/*$%%'`
49 from=`echo $2 | sed 's%/*[^/]*$%%'`
52 if test -z "$from"; then
53 from=`pwd -P | sed 's%^/%%'`
55 from=`cd $from && pwd -P | sed 's%^/%%'`
58 while test -n "$to" && test -n "$from"; do
60 prefrom=`echo $from | sed 's%^\([^/]*\)/.*%\1%'`
65 from=`echo $from | sed 's%^[^/]*/*\(.*\)$%\1%'`
68 while test -n "$from"; do
70 from=`echo $from | sed 's%^[^/]*/*%%'`
A Dgen-sorted.awk24 from[dnt] = subdir;
35 from[dnt] = all[1];
76 if (all[j] == from[i]) {
A Ddocumented.sh41 check the latest manual (available from the CVS archive) before
A Dconfig.guess1453 copies of config.guess and config.sub with the latest versions from:

Completed in 9 milliseconds