Searched refs:startpos (Results 1 – 1 of 1) sorted by relevance
165 int startpos = currpos; in memcpy_EBCDIC() local169 … while( p[ processedchars ] >= '0' && p[ processedchars ] <= '7' && (currpos < startpos + 4) ) in memcpy_EBCDIC()178 int startpos = currpos; in memcpy_EBCDIC() local184 while( isxdigit( p[ processedchars ] ) && (currpos < startpos + 4) ) in memcpy_EBCDIC()
Completed in 5 milliseconds