Searched refs:write_byte (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/smproxy/dist/
H A Dsave.c36 static int write_byte ( FILE *file, unsigned char b );
91 write_byte (FILE *file, unsigned char b)
119 if (write_byte (file, (unsigned char)count) == 0)
126 if (write_byte (file, 0) == 0)
217 if (!write_byte (proxyFile, 0))
222 if (!write_byte (proxyFile, (char) theWindow->wm_command_count))
90 write_byte (FILE *file, unsigned char b) function in typeref:typename:int
/xsrc/external/mit/ctwm/dist/
H A Dsession.c160 static int write_byte(FILE *file, unsigned char b) function in typeref:typename:int
222 if(write_byte(file, count) == 0) {
230 if(write_byte(file, 0) == 0) {
422 if(!write_byte(configFile, 0)) {
427 if(!write_byte(configFile, (char) wm_command_count)) {
444 if(!write_byte(configFile, theWindow->isicon ? 1 : 0)) {
455 if(!write_byte(configFile, theWindow->icon->w ? 1 : 0)) {
471 if(!write_byte(configFile, 0)) {
489 if(!write_byte(configFile, theWindow->widthEverChangedByUser ? 1 : 0)) {
492 if(!write_byte(configFil
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dsession.c128 write_byte(FILE *file, unsigned char b) function in typeref:typename:int
165 if (write_byte(file, count) == 0)
171 if (write_byte(file, 0) == 0)
312 if (!write_byte(configFile, 0))
318 if (!write_byte(configFile, (unsigned char) wm_command_count))
327 if (!write_byte(configFile, theWindow->icon ? 1 : 0)) /* iconified */
330 if (!write_byte(configFile, theWindow->icon_w ? 1 : 0)) /* icon exists */
355 if (!write_byte(configFile, theWindow->widthEverChangedByUser ? 1 : 0))
358 if (!write_byte(configFile, theWindow->heightEverChangedByUser ? 1 : 0))
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_output.c2266 uint8_t write_byte, uint8_t *read_byte)
2297 msg[4] = write_byte;
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 9 milliseconds