Home
last modified time | relevance | path

Searched refs:SET_BINARY_MODE (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1406 # define SET_BINARY_MODE(file) macro
1449 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()