Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
163 cend = *p++; in fnmatch()
164 if (!(flags & FNM_NOESCAPE) && cend == '\\') in fnmatch()
165 cend = *p++; in fnmatch()
166 if (cend == '\0') in fnmatch()
168 cend = FOLD (cend); in fnmatch()
174 && FOLD ((unsigned char)*n) <= cend) in fnmatch()
DChangeLog6084 `cstart' and `cend' to unsigned char. Cast the argument of macro
/toolchain/binutils/binutils-2.25/bfd/
Dcoff64-rs6000.c1870 bfd_byte *contents, *cend; in xcoff64_slurp_armap() local
1937 cend = contents + sz; in xcoff64_slurp_armap()
1942 if (p >= cend) in xcoff64_slurp_armap()
Dcoff-rs6000.c1224 bfd_byte *contents, *cend; in _bfd_xcoff_slurp_armap() local
1350 cend = contents + sz; in _bfd_xcoff_slurp_armap()
1355 if (p >= cend) in _bfd_xcoff_slurp_armap()