Searched refs:os (Results 1 – 12 of 12) sorted by relevance
/scripts/ |
A D | config.sub | 957 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 D | check-wrapper-headers.py | 32 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 D | move-symbol-to-libc.py | 29 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 D | build-many-glibcs.py | 49 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 D | glibcextract.py | 20 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 D | glibc_shared_code.py | 50 from os import EX_NOINPUT 51 from os.path import exists
|
A D | glibcsymbols.py | 22 import os 34 os.rename(temppath, path)
|
A D | check-wx-segment.py | 23 import os.path 76 xfail = ((os.path.basename(path) + '.phdrs') in xfails
|
A D | check-local-headers.sh | 47 END { exit status }' */*.{o,os,oS}.d
|
A D | test_printers_common.py | 26 import os 58 TIMEOUTFACTOR = os.environ.get('TIMEOUTFACTOR') 65 os.environ["TERM"]="dumb"
|
A D | dso-ordering-test.py | 225 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 D | config.guess | 201 os=netbsdelf 210 os=netbsd 212 os=netbsdelf 216 os=netbsd 242 echo "$machine-${os}${release}${abi-}"
|
Completed in 26 milliseconds