Searched refs:processedchars (Results 1 – 1 of 1) sorted by relevance
75 int processedchars = 0; in memcpy_EBCDIC() local87 while( (p[ processedchars ] != '\"') && (p[ processedchars ] != '\'') ) in memcpy_EBCDIC()88 pwbuf[ currpos++ ] = p[ processedchars++ ]; in memcpy_EBCDIC()91 pwbuf[ currpos++ ] = p[ processedchars++ ]; in memcpy_EBCDIC()94 while( processedchars < (len - 1) ) in memcpy_EBCDIC()96 if( p[ processedchars ] == '\\' ) in memcpy_EBCDIC()98 switch( p[ ++processedchars ] ) in memcpy_EBCDIC()102 processedchars++; in memcpy_EBCDIC()107 processedchars++; in memcpy_EBCDIC()112 processedchars++; in memcpy_EBCDIC()[all …]