Lines Matching defs:ucptr
985 unsigned char *ucptr, sixteen_bytes [16] = { 0 } ;
1016 ucptr = (unsigned char*) intptr ;
1017 byte_count += header_read (psf, ucptr, sizeof (int)) ;
1018 *intptr = GET_MARKER (ucptr) ;
1024 ucptr = (unsigned char*) intptr ;
1043 ucptr = (unsigned char*) shortptr ;
1044 byte_count += header_read (psf, ucptr, sizeof (short)) ;
1046 *shortptr = GET_BE_SHORT (ucptr) ;
1048 *shortptr = GET_LE_SHORT (ucptr) ;
1064 ucptr = (unsigned char*) intptr ;
1065 byte_count += header_read (psf, ucptr, sizeof (int)) ;
1067 *intptr = psf_get_be32 (ucptr, 0) ;
1069 *intptr = psf_get_le32 (ucptr, 0) ;