Home
last modified time | relevance | path

Searched refs:startswith (Results 1 – 25 of 32) sorted by relevance

12

/glibc-2.36/math/
Dgen-fromfp-tests.py52 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('-')):
Dgen-libm-test.py142 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_'):
Dgen-tgmath-tests.py120 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/
Dtst-audit23.c48 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()
Dtst-audit22.c53 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()
Dtst-auditmod22.c27 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()
Dtst-audit19b.c42 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/
Dtst-ld-trace.py53 return lib.startswith('linux-gate') or lib.startswith('linux-vdso')
68 if lib.startswith('ld'):
70 elif lib.startswith('libc'):
Dcheck-wrapper-headers.py60 if not (header.startswith('bits/')
79 if header.startswith("finclude/"):
Dcheck-obsolete-constructs.py398 if (fname.startswith("rpc/")
399 or fname.startswith("rpcsvc/")
462 if not (fname.startswith("finclude/") or "/finclude/" in fname):
Dglibcextract.py102 if value.startswith(' '):
105 elif value.startswith('('):
/glibc-2.36/conform/
Dconformtest.py171 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 …]
Dlinknamespace.py52 if line.startswith('File: '):
207 if sym.startswith('_'):
Dlist-header-symbols.py72 print('\n'.join(sorted(fn for fn in fns if not fn.startswith('_'))))
/glibc-2.36/localedata/unicode-gen/
Dutf8_compatibility.py42 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'):
Dgen_translit_cjk_compat.py47 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'):
Dgen_translit_circle.py46 if line.startswith('translit_start'):
49 if line.startswith('translit_end'):
93 if decomposition.startswith('<circle>'):
Dgen_translit_font.py46 if line.startswith('translit_start'):
49 if line.startswith('translit_end'):
93 if decomposition.startswith('<font>'):
Dgen_translit_fraction.py46 if line.startswith('translit_start'):
49 if line.startswith('translit_end'):
113 if decomposition.startswith('<fraction>'):
Dgen_translit_combining.py46 if line.startswith('translit_start'):
49 if line.startswith('translit_end'):
216 if decomposition and not decomposition.startswith('<'):
Dgen_translit_compat.py46 if line.startswith('translit_start'):
49 if line.startswith('translit_end'):
119 if decomposition.startswith(compatibility_tag):
Dgen_unicode_ctype.py145 if line.startswith('LC_CTYPE'):
148 if line.startswith('translit_start'):
/glibc-2.36/sysdeps/unix/sysv/linux/
Dglibcsyscalls.py30 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/
Dbench.py217 if d_name.startswith('include'):
255 if line.startswith('##'):
/glibc-2.36/sysdeps/x86_64/fpu/scripts/
Dbench_libmvec.py360 if d_name.startswith('include'):
402 if line.startswith('##'):

12