Home
last modified time | relevance | path

Searched refs:SET_BINARY_MODE (Results 1 – 4 of 4) 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
H A Dformats.c516 SET_BINARY_MODE(stdin); in open_read()
907 SET_BINARY_MODE(stdout); in open_write()
H A Dspectrogram.c801 SET_BINARY_MODE(stdout); in stop()
/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
1449 SET_BINARY_MODE(fp); in bzopen_or_bzdopen()