Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/bzip2/
H A Dbzlib.c1542 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) macro
1544 # define SET_BINARY_MODE(file) macro
1587 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()