Searched refs:prefix (Results 1 – 6 of 6) sorted by relevance
7 prefix = ""17 prefix = $228 prefix = ""35 if (prefix == "" && type == "" && sc_prefix == "") {45 c = prefix "_" $1
390 /*) prefix='/';;391 [-=\(\)!]*) prefix='./';;392 *) prefix='';;409 prefix=$prefix$d410 if test -d "$prefix"; then417 test -d "$prefix" || exit 1419 case $prefix in421 *) qprefix=$prefix;;426 prefix=$prefix/
60 prefix = gensub(/%/, "", 1, target_pattern);61 command_suffix = " $(" prefix "CPPFLAGS)" " $(" prefix "CFLAGS)";
128 out = prefix soname ".symlist";
93 git read-tree --prefix="$path" "$latest_commit":"$path"
1502 self.prefix = '/usr' if self.use_usr else ''1504 '--prefix=%s' % self.prefix,
Completed in 14 milliseconds