Home
last modified time | relevance | path

Searched hist:"55 d3f888de48acdad3979651a73825ac11513010" (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/strings/
H A Dstrings.cdiff 55d3f888de48acdad3979651a73825ac11513010 Sat Mar 23 03:17:07 CET 2019 Mariusz Zaborski <oshogbo@FreeBSD.org> strings: return an error code and the char value separately

If we returning 32 bits value it's hard to distinguish if the returned value
is a valid one or if its an error (in case of EOF). For that reason separate
exit code of the function from the returned character.

Reported by: cem, se