Home
last modified time | relevance | path

Searched refs:version (Results 1 – 14 of 14) sorted by relevance

/scripts/
A Dglibcsymbols.py39 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 Dmkinstalldirs41 --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 Dmove-if-change40 version=`expr "$VERSION" : '\([^ ]*\)'`
41 version="move-if-change (gnulib) $version
54 --version | --versio | --versi | --vers | --ver | --ve | --v)
55 exec echo "$version" ;;
A Dabilist.awk50 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 Dlist-fixed-bugs.py41 def list_fixed_bugs(version): argument
45 '&include_fields=id,component,summary' % version)
60 list_fixed_bugs(opts.version)
A Dlib-names.awk7 soname = version = fields[2];
9 sub(/^lib.*\.so\./, "", version);
A Dtest-installation.pl116 ($name, $version)= /^lib(.*)\.so-version=\.(.*)$/;
129 $versions{$name} = $version;
A Dmove-symbol-to-libc.py109 old_versions = set(versym.version for versym in old_symbols.keys())
119 new_versions = set(versym.version for versym in new_symbols.keys())
A Dupdate-copyrights73 csu/version.c | elf/dl-usage.c)
A Dbuild-many-glibcs.py775 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 Dconfig.sub67 version="\
83 --version | -v )
84 echo "$version" ; exit ;;
1322 # Don't forget version if it is 3.2v4 or newer.
A Ddocumented.sh99 Generated on $(date) with documented.sh version $VERSION
A Dinstall-sh153 --version) echo "$0 $scriptversion"; exit $?;;
A Dconfig.guess49 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