Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 6 of 6) sorted by relevance

/scripts/
A Dgen-posix-conf-vars.awk7 prefix = ""
17 prefix = $2
28 prefix = ""
35 if (prefix == "" && type == "" && sc_prefix == "") {
45 c = prefix "_" $1
A Dinstall-sh390 /*) prefix='/';;
391 [-=\(\)!]*) prefix='./';;
392 *) prefix='';;
409 prefix=$prefix$d
410 if test -d "$prefix"; then
417 test -d "$prefix" || exit 1
419 case $prefix in
421 *) qprefix=$prefix;;
426 prefix=$prefix/
A Dsysd-rules.awk60 prefix = gensub(/%/, "", 1, target_pattern);
61 command_suffix = " $(" prefix "CPPFLAGS)" " $(" prefix "CFLAGS)";
A Dabilist.awk128 out = prefix soname ".symlist";
A Dbackport-support.sh93 git read-tree --prefix="$path" "$latest_commit":"$path"
A Dbuild-many-glibcs.py1502 self.prefix = '/usr' if self.use_usr else ''
1504 '--prefix=%s' % self.prefix,

Completed in 14 milliseconds