Searched refs:read_byte (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/smproxy/dist/ |
| H A D | save.c | 39 static int read_byte ( FILE *file, unsigned char *bp ); 137 read_byte(FILE *file, unsigned char *bp) 163 if (read_byte (file, &len) == 0) 261 if (!read_byte (proxyFile, &byte)) 135 read_byte(FILE *file, unsigned char *bp) function in typeref:typename:int
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.c | 179 read_byte(FILE *file, unsigned char *bp) function in typeref:typename:int 214 if (read_byte(file, &len) == 0) 399 if (!read_byte(configFile, &byte)) 418 if (!read_byte(configFile, &byte)) 422 if (!read_byte(configFile, &byte)) 443 if (!read_byte(configFile, &byte)) 447 if (!read_byte(configFile, &byte))
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.c | 240 static int read_byte(FILE *file, unsigned char *bp) function in typeref:typename:int 300 if(read_byte(file, &len) == 0) { 546 if(!read_byte(configFile, &byte)) { 568 if(!read_byte(configFile, &byte)) { 574 if(!read_byte(configFile, &byte)) { 603 if(!read_byte(configFile, &byte)) { 608 if(!read_byte(configFile, &byte)) {
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | atombios_output.c | 2094 uint8_t *read_byte, uint8_t read_buf_len, uint8_t delay) 2135 if (args.v1.ucDataOutLen && read_byte && read_buf_len) { 2142 memcpy(read_byte, base+16, len); 2266 uint8_t write_byte, uint8_t *read_byte) 2305 ret = RADEONProcessAuxCH(output, msg, msg_len, read_byte, 1, 0); 2093 RADEONProcessAuxCH(xf86OutputPtr output,uint8_t * req_bytes,uint8_t num_bytes,uint8_t * read_byte,uint8_t read_buf_len,uint8_t delay) argument 2264 atom_dp_aux_i2c_transaction(xf86OutputPtr output,uint16_t address,enum dp_aux_i2c_mode mode,uint8_t write_byte,uint8_t * read_byte) argument
|
Completed in 10 milliseconds