Searched refs:startswith (Results 1 – 25 of 32) sorted by relevance
12
/glibc-2.36/math/ |
D | gen-fromfp-tests.py | 52 unsigned = func.startswith('ufromfp') 71 if line.startswith('i'): 75 negative = val.startswith('-') 101 elif line.startswith('t'): 109 if unsigned and z.startswith('-'): 111 negative = val.startswith('-') 136 if w < width or (unsigned and res.startswith('-')):
|
D | gen-libm-test.py | 142 if line.startswith('#'): 157 if line_second.startswith(k_prefix): 161 if not fn.startswith('"') or not fn.endswith('":'): 233 if f.startswith('i'): 273 if not line.startswith('= '): 289 if arg.startswith('-') and arg[1:] in BEAUTIFY_MAP: 302 if res_imag.startswith('-'): 436 if not c.startswith('arg_fmt('): 576 if line_strip.startswith('AUTO_TESTS_'): 583 elif line_strip.startswith('TEST_'):
|
D | gen-tgmath-tests.py | 120 if not self.name.startswith('_Float'): 449 elif ret.startswith('_Float'): 457 elif nret_type and real_type.name.startswith('_Float'): 486 if ret == 's' and t.name.startswith('_Float'):
|
/glibc-2.36/elf/ |
D | tst-audit23.c | 48 startswith (const char *str, const char *pre) in startswith() function 58 return startswith (str, "linux-gate") in is_vdso() 59 || startswith (str, "linux-vdso"); in is_vdso() 120 if (startswith (buffer, "la_activity: ")) in do_test() 162 else if (startswith (buffer, "la_objopen: ")) in do_test() 189 else if (startswith (buffer, "la_objclose: ")) in do_test()
|
D | tst-audit22.c | 53 startswith (const char *str, const char *pre) in startswith() function 104 if (startswith (buffer, "vdso: ")) in do_test() 106 else if (startswith (buffer, "vdso found: ")) in do_test()
|
D | tst-auditmod22.c | 27 startswith (const char *str, const char *pre) in startswith() function 45 if (map->l_addr == 0 && startswith (map->l_name, "linux-gate.so")) in la_objopen()
|
D | tst-audit19b.c | 42 startswith (const char *str, const char *pre) in startswith() function 82 if (startswith (buffer, "la_symbind: tst_audit18bmod1_func") == 0) in do_test()
|
/glibc-2.36/scripts/ |
D | tst-ld-trace.py | 53 return lib.startswith('linux-gate') or lib.startswith('linux-vdso') 68 if lib.startswith('ld'): 70 elif lib.startswith('libc'):
|
D | check-wrapper-headers.py | 60 if not (header.startswith('bits/') 79 if header.startswith("finclude/"):
|
D | check-obsolete-constructs.py | 398 if (fname.startswith("rpc/") 399 or fname.startswith("rpcsvc/") 462 if not (fname.startswith("finclude/") or "/finclude/" in fname):
|
D | glibcextract.py | 102 if value.startswith(' '): 105 elif value.startswith('('):
|
/glibc-2.36/conform/ |
D | conformtest.py | 171 if self.c_type.startswith('promoted:'): 222 if type_name.startswith('struct '): 225 elif type_name.startswith('union '): 247 if type_name.startswith('struct '): 249 elif type_name.startswith('union '): 273 if function_name.startswith('(*'): 431 if token.startswith('_'): 452 if line.startswith('xfail-'): 468 if line.startswith('optional-'): 535 if line == '' or line.startswith('#'): [all …]
|
D | linknamespace.py | 52 if line.startswith('File: '): 207 if sym.startswith('_'):
|
D | list-header-symbols.py | 72 print('\n'.join(sorted(fn for fn in fns if not fn.startswith('_'))))
|
/glibc-2.36/localedata/unicode-gen/ |
D | utf8_compatibility.py | 42 if line.startswith('CHARMAP'): 45 if line.startswith('END CHARMAP'): 47 if line.startswith('%'): 118 if line.startswith('WIDTH'): 121 if line.startswith('END WIDTH'):
|
D | gen_translit_cjk_compat.py | 47 if line.startswith('translit_start'): 50 if line.startswith('translit_end'): 120 if decomposition.startswith('<square>'): 160 if decomposition and name.startswith('CJK COMPATIBILITY IDEOGRAPH'):
|
D | gen_translit_circle.py | 46 if line.startswith('translit_start'): 49 if line.startswith('translit_end'): 93 if decomposition.startswith('<circle>'):
|
D | gen_translit_font.py | 46 if line.startswith('translit_start'): 49 if line.startswith('translit_end'): 93 if decomposition.startswith('<font>'):
|
D | gen_translit_fraction.py | 46 if line.startswith('translit_start'): 49 if line.startswith('translit_end'): 113 if decomposition.startswith('<fraction>'):
|
D | gen_translit_combining.py | 46 if line.startswith('translit_start'): 49 if line.startswith('translit_end'): 216 if decomposition and not decomposition.startswith('<'):
|
D | gen_translit_compat.py | 46 if line.startswith('translit_start'): 49 if line.startswith('translit_end'): 119 if decomposition.startswith(compatibility_tag):
|
D | gen_unicode_ctype.py | 145 if line.startswith('LC_CTYPE'): 148 if line.startswith('translit_start'):
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | glibcsyscalls.py | 30 if macro.startswith(prefix): 118 if len(comps) == 1 and not comps[0].startswith("#"): 149 if line.startswith("/*") and line.endswith("*/"):
|
/glibc-2.36/benchtests/scripts/ |
D | bench.py | 217 if d_name.startswith('include'): 255 if line.startswith('##'):
|
/glibc-2.36/sysdeps/x86_64/fpu/scripts/ |
D | bench_libmvec.py | 360 if d_name.startswith('include'): 402 if line.startswith('##'):
|
12