O_RDONLY           18 src/detect_dtmf.c 	if ((fd = open(argv[1], O_RDONLY)) < 0) {
O_RDONLY           21 src/detect_tones.c 	if ((fd = open(argv[1], O_RDONLY)) < 0) {
O_RDONLY          122 src/ftdm_cpu_monitor.c 		p->procfd = open(procfile, O_RDONLY, 0);
O_RDONLY          121 src/priserver.c 	file = open("sound.raw", O_RDONLY);
O_RDONLY           87 src/testcid.c  	if ((fd = open(argv[1], O_RDONLY)) < 0) {
O_RDONLY           30 src/testpri.c  	if ((fd = open("test.raw", O_RDONLY, 0)) < 0) {