Home
last modified time | relevance | path

Searched refs:os (Results 1 – 12 of 12) sorted by relevance

/scripts/
A Dconfig.sub957 os=${os:-unicosmp}
961 os=${os:-unicos}
1005 os=${os:-bosx}
1027 os=$os"spe"
1107 os=${os:-elf}
1118 os=${os:-elf}
1149 os=${os:-linux-gnu}
1372 os=nto-$os
1382 os=`echo $os | sed -e 's|nto|nto-qnx|'`
1404 os=`echo "$os" | sed -e 's|mac|macos|'`
[all …]
A Dcheck-wrapper-headers.py32 import os
46 bits = os.path.join(args.root, 'sysdeps', 'generic', 'bits')
47 if os.path.exists(bits):
51 os.path.relpath(os.path.realpath(bits), args.root)))
61 or os.path.exists(os.path.join(args.root, INCLUDE, header))
76 is_nonsysdep_header = os.access(header, os.R_OK)
82 include_path = os.path.join(args.root, INCLUDE, header)
83 if not os.access(include_path, os.R_OK):
85 os.path.join(INCLUDE, header),
86 os.path.relpath(os.path.realpath(header), args.root)))
A Dmove-symbol-to-libc.py29 import os.path
33 sys.path.append(os.path.dirname(os.path.realpath(__file__)))
62 abilists = [os.path.join(directory, subdir, libc_abilist)
65 if not os.path.exists(abilist):
79 libc_path = os.path.join(directory, libc_abilist)
80 if os.path.exists(libc_path):
102 library = os.path.basename(path)[:-len(suffix)]
137 move_symbols_1(os.path.join(directory, filename), symbols,
162 for directory, dirs, files in os.walk(sysdeps):
A Dbuild-many-glibcs.py49 import os
758 if not os.access(self.versions_json, os.F_OK):
822 update = os.access(self.component_srcdir(k), os.F_OK)
943 if os.access(os.path.join(self.component_srcdir('gcc'), '.svn'),
988 os.rename(os.path.join(self.srcdir, '%s-%s' % (component, version)),
990 os.remove(filename)
994 if os.access(self.build_state_json, os.F_OK):
1131 if os.access(self.logsdir, os.F_OK):
1306 self.os = os_name
1362 if self.os == 'gnu':
[all …]
A Dglibcextract.py20 import os.path
55 c_file_name = os.path.join(temp_dir, 'test.c')
56 s_file_name = os.path.join(temp_dir, 'test.s')
87 c_file_name = os.path.join(temp_dir, 'test.c')
88 i_file_name = os.path.join(temp_dir, 'test.i')
A Dglibc_shared_code.py50 from os import EX_NOINPUT
51 from os.path import exists
A Dglibcsymbols.py22 import os
34 os.rename(temppath, path)
A Dcheck-wx-segment.py23 import os.path
76 xfail = ((os.path.basename(path) + '.phdrs') in xfails
A Dcheck-local-headers.sh47 END { exit status }' */*.{o,os,oS}.d
A Dtest_printers_common.py26 import os
58 TIMEOUTFACTOR = os.environ.get('TIMEOUTFACTOR')
65 os.environ["TERM"]="dumb"
A Ddso-ordering-test.py225 import os
532 if not os.path.exists(testpfx):
533 os.mkdir(testpfx)
534 if not os.path.exists(testpfx_src):
535 os.mkdir(testpfx_src)
956 testpfx_src + test_name + ".c", "-L%s" % (os.getcwd()),
957 "-Wl,-rpath-link=%s" % (os.getcwd())]
1148 output_makefile_dir = os.path.dirname(output_makefile)
1150 os.makedirs(output_makefile_dir, exist_ok = True)
A Dconfig.guess201 os=netbsdelf
210 os=netbsd
212 os=netbsdelf
216 os=netbsd
242 echo "$machine-${os}${release}${abi-}"

Completed in 26 milliseconds