Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h115 #define POPEN_MODE "rb" macro
H A Dformats.c431 #ifndef POPEN_MODE in xfopen()
432 #define POPEN_MODE "r" in xfopen() macro
434 f = popen(identifier + 1, POPEN_MODE); in xfopen()
448 f = popen(command, POPEN_MODE); in xfopen()