Searched refs:nullbyte (Results 1 – 2 of 2) sorted by relevance
396 char nullbyte; in ProcessInputEvents() local397 int x = sizeof(nullbyte); in ProcessInputEvents()402 while (x == sizeof(nullbyte)) { in ProcessInputEvents()403 x = read(darwinEventReadFD, &nullbyte, sizeof(nullbyte)); in ProcessInputEvents()412 char nullbyte = 0; in DarwinPokeEQ() local414 write(darwinEventWriteFD, &nullbyte, sizeof(nullbyte)); in DarwinPokeEQ()
1212 u8 nullbyte = 0; in mmc_spi_set_ios() local1220 if (spi_write(host->spi, &nullbyte, 1) < 0) in mmc_spi_set_ios()