read               23 src/detect_dtmf.c 	while((b = read(fd, sln, 320)) > 0) {
read               26 src/detect_tones.c 	while((b = read(fd, sln, 320)) > 0) {
read              132 src/ftdm_cpu_monitor.c 	rc = read(p->procfd, statbuff, sizeof(statbuff) - 1);
read             3539 src/ftdm_io.c  	ftdm_status_t  status = ftdmchan->fio->read(ftdmchan, data, datalen);
read             3693 src/ftdm_io.c  	if (!ftdmchan->fio->read) {
read              366 src/ftdm_threadmutex.c 		res = read(ints[0].fd, pipebuf, sizeof(pipebuf));
read              499 src/ftdm_threadmutex.c 			res = read(ints[i].fd, pipebuf, sizeof(pipebuf));
read             1370 src/ftmod/ftmod_pika/ftmod_pika.c 	pika_interface.read = pika_read;
read              772 src/ftmod/ftmod_pritap/ftmod_pritap.c 	status = peerchan->fio->read(peerchan, peerbuf, &sizeread);
read              116 src/ftmod/ftmod_skel/ftmod_skel.c 	skel_interface.read = skel_read;
read             1553 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	wanpipe_interface.read = wanpipe_read;
read             1172 src/ftmod/ftmod_zt/ftmod_zt.c 		if ((r = read(ftdmchan->sockfd, data, *datalen)) > 0) {
read             1302 src/ftmod/ftmod_zt/ftmod_zt.c 	zt_interface.read = zt_read;
read              796 src/include/freetdm.h 	fio_read_t read; /*!< Read data from the channel */
read              240 src/include/private/sangoma_tdm_api.h 	rx_len = read(fd,&msg,datalen+hdrlen);
read              159 src/priserver.c 				if(!lead && (outlen = read(file, outframe, len)) <= 0) {
read               92 src/testcid.c  	while((len = read(fd, buf, sizeof(buf))) > 0) {
read               35 src/testpri.c  		ssize_t bytes = read(fd, buf, sizeof(buf));