Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h114 #define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) macro
119 #define SET_BINARY_MODE(file) macro
/OK3568_Linux_fs/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