Searched refs:version (Results 1 – 14 of 14) sorted by relevance
/scripts/ |
A D | glibcsymbols.py | 39 def __init__(self, symbol, version): argument 42 assert version 44 self.version = version 47 return self.symbol + '@' + self.version 50 return self.symbol == other.symbol and self.version == other.version 53 return hash(self.symbol) ^ hash(self.version) 65 version, symbol, flags = line.strip().split(' ', 2) 66 versym = VersionedSymbol(symbol, version) 81 versym.version, versym.symbol, flags))
|
A D | mkinstalldirs | 41 --version) 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 89 test -d ./--version && rmdir ./--version 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 94 test ! -d ./--version; then 99 for d in ./-m ./-p ./--version "./$dirmode";
|
A D | move-if-change | 40 version=`expr "$VERSION" : '\([^ ]*\)'` 41 version="move-if-change (gnulib) $version 54 --version | --versio | --versi | --vers | --ver | --ve | --v) 55 exec echo "$version" ;;
|
A D | abilist.awk | 50 version = $6; 52 gsub(/[()]/, "", version); 58 if (version == "GLIBC_PRIVATE" && !include_private) next; 107 version = soname " " version (combine_fullname ? " " sofullname : ""); 110 descs = descs version " " desc "\n";
|
A D | list-fixed-bugs.py | 41 def list_fixed_bugs(version): argument 45 '&include_fields=id,component,summary' % version) 60 list_fixed_bugs(opts.version)
|
A D | lib-names.awk | 7 soname = version = fields[2]; 9 sub(/^lib.*\.so\./, "", version);
|
A D | test-installation.pl | 116 ($name, $version)= /^lib(.*)\.so-version=\.(.*)$/; 129 $versions{$name} = $version;
|
A D | move-symbol-to-libc.py | 109 old_versions = set(versym.version for versym in old_symbols.keys()) 119 new_versions = set(versym.version for versym in new_symbols.keys())
|
A D | update-copyrights | 73 csu/version.c | elf/dl-usage.c)
|
A D | build-many-glibcs.py | 775 def set_component_version(self, component, version, explicit, revision): argument 777 self.versions[component] = {'version': version, 845 def checkout_vcs(self, component, version, update): argument 850 if version == 'mainline': 854 git_branch = 'binutils-%s-branch' % version.translate(trans) 857 if version == 'mainline': 860 branch = 'releases/gcc-%s' % version 864 if version == 'mainline': 867 git_branch = 'release/%s/master' % version 962 def checkout_tar(self, component, version, update): argument [all …]
|
A D | config.sub | 67 version="\ 83 --version | -v ) 84 echo "$version" ; exit ;; 1322 # Don't forget version if it is 3.2v4 or newer.
|
A D | documented.sh | 99 Generated on $(date) with documented.sh version $VERSION
|
A D | install-sh | 153 --version) echo "$0 $scriptversion"; exit $?;;
|
A D | config.guess | 49 version="\ 66 --version | -v ) 67 echo "$version" ; exit ;; 158 ldd --version 2>&1 | grep -q ^musl 1451 This script (version $timestamp), has failed to recognize the
|
Completed in 27 milliseconds