Lines Matching refs:split
930 proc = subprocess.Popen(shlex.split(pkg_config) + args,
945 proc = subprocess.Popen(shlex.split(cc) + ['-E', '-P', '-x', lang, '-'],
955 values = (to_utf8(proc.communicate()[0]).split('\n')[-2].split() + ['0'] * 7)[0:7]
957 values = (to_utf8(proc.communicate()[0]).split() + ['0'] * 7)[0:7]
974 proc = subprocess.Popen(shlex.split(cc) + ['-v'], stdin=subprocess.PIPE,
990 proc = subprocess.Popen(shlex.split(asm) + ['-v'],
1017 proc = subprocess.Popen(shlex.split(cc) + ['-Wa,-v', '-c', '-o',
1090 p = subprocess.Popen(shlex.split(cc or CC) + ['-dM', '-E', '-'],
1103 out = to_utf8(p.communicate()[0]).split('\n')
1107 lst = shlex.split(line)
1501 stripped_flags = [flag.strip() for flag in pkg_cflags.split('-I')]
1518 default_libs = [f'-l{l}' for l in default_libs.split(',')]
1523 output['libraries'] += pkg_libs.split()
1702 local = url.split('/')[-1]
1756 locs = set(options.with_icu_locales.split(','))
1772 icu_ver_major = icuversion.split('.')[0]
1779 # safe to split, cannot contain spaces
1780 o['libraries'] += libs.split()
1782 stripped_flags = [flag.strip() for flag in cflags.split('-I')]
1849 local = icu_tmp_path / with_icu_source.split('/')[-1] # local part