Home
last modified time | relevance | path

Searched refs:echo_fd (Results 1 – 14 of 14) sorted by relevance

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/trusty/libtrusty/tipc-test/
H A Dtipc_test.c157 int echo_fd; in connect_test() local
166 if (echo_fd < 0) { in connect_test()
347 int echo_fd =-1; in echo_test() local
357 if (echo_fd < 0) { in echo_test()
359 return echo_fd; in echo_test()
703 int echo_fd = -1; in writev_test() local
715 if (echo_fd < 0) { in writev_test()
717 return echo_fd; in writev_test()
785 int echo_fd = -1; in readv_test() local
797 if (echo_fd < 0) { in readv_test()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/trusty/libtrusty/tipc-test/
H A Dtipc_test.c157 int echo_fd; in connect_test() local
166 if (echo_fd < 0) { in connect_test()
176 if (echo_fd >= 0) { in connect_test()
347 int echo_fd =-1; in echo_test() local
357 if (echo_fd < 0) { in echo_test()
359 return echo_fd; in echo_test()
729 int echo_fd = -1; in writev_test() local
741 if (echo_fd < 0) { in writev_test()
743 return echo_fd; in writev_test()
811 int echo_fd = -1; in readv_test() local
[all …]
/dports/net/socketapi/socketapi-2.2.19/socket_programs/
H A Dcombined_server_1toM.c61 int chargen_fd, daytime_fd, discard_fd, echo_fd, backlog, length, idle_time, nfds; in main() local
77 if ((echo_fd = ext_socket(PF_INET, SOCK_SEQPACKET, IPPROTO_SCTP)) < 0) in main()
97 if(ext_bind(echo_fd, (struct sockaddr *)&local_addr, sizeof(local_addr)) < 0) in main()
108 if (ext_listen(echo_fd, backlog) < 0) in main()
123 if (ext_setsockopt(echo_fd,IPPROTO_SCTP, SCTP_EVENTS, &evnts, sizeof(evnts)) != 0) in main()
137 if (ext_setsockopt(echo_fd, IPPROTO_SCTP, SCTP_AUTOCLOSE, &idle_time, sizeof(idle_time)) < 0) in main()
147 FD_SET(echo_fd, &rset); in main()
186 if (FD_ISSET(echo_fd, &rset)) { in main()
189 …if ((length =ext_recvfrom(echo_fd, buffer, sizeof(buffer), 0, (struct sockaddr *) &remote_addr, &r… in main()
192 …if (ext_sendto(echo_fd, buffer, length, 0, (struct sockaddr *) &remote_addr, remote_addr_size) < 0) in main()
/dports/games/ioquake3/ioquake3-1.36/code/libspeex/
H A Dtestecho.c19 FILE *echo_fd, *ref_fd, *e_fd; in main() local
30 echo_fd = fopen(argv[2], "rb"); in main()
39 while (!feof(ref_fd) && !feof(echo_fd)) in main()
42 fread(echo_buf, sizeof(short), NN, echo_fd); in main()
50 fclose(echo_fd); in main()
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/
H A Dtestecho.c19 FILE *echo_fd, *ref_fd, *e_fd; in main() local
30 echo_fd = fopen(argv[2], "rb"); in main()
39 while (!feof(ref_fd) && !feof(echo_fd)) in main()
42 fread(echo_buf, sizeof(short), NN, echo_fd); in main()
50 fclose(echo_fd); in main()
/dports/games/evq3/evq3/code/libspeex/
H A Dtestecho.c19 FILE *echo_fd, *ref_fd, *e_fd; in main() local
30 echo_fd = fopen(argv[2], "rb"); in main()
39 while (!feof(ref_fd) && !feof(echo_fd)) in main()
42 fread(echo_buf, sizeof(short), NN, echo_fd); in main()
50 fclose(echo_fd); in main()
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/
H A Dtestecho.c19 FILE *echo_fd, *ref_fd, *e_fd; in main() local
30 echo_fd = fopen(argv[2], "rb"); in main()
39 while (!feof(ref_fd) && !feof(echo_fd)) in main()
42 fread(echo_buf, sizeof(short), NN, echo_fd); in main()
50 fclose(echo_fd); in main()
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/
H A Dtestecho.c19 FILE *echo_fd, *ref_fd, *e_fd; in main() local
30 echo_fd = fopen(argv[2], "rb"); in main()
39 while (!feof(ref_fd) && !feof(echo_fd)) in main()
42 fread(echo_buf, sizeof(short), NN, echo_fd); in main()
50 fclose(echo_fd); in main()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/
H A Dtestecho.c19 FILE *echo_fd, *ref_fd, *e_fd; in main() local
30 echo_fd = fopen(argv[2], "rb"); in main()
39 while (!feof(ref_fd) && !feof(echo_fd)) in main()
42 fread(echo_buf, sizeof(short), NN, echo_fd); in main()
50 fclose(echo_fd); in main()
/dports/audio/speexdsp/speexdsp-1.2.0/libspeexdsp/
H A Dtestecho.c19 FILE *echo_fd, *ref_fd, *e_fd; in main() local
30 echo_fd = fopen(argv[2], "rb"); in main()
39 while (!feof(ref_fd) && !feof(echo_fd)) in main()
42 fread(echo_buf, sizeof(short), NN, echo_fd); in main()
50 fclose(echo_fd); in main()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/libspeex/
H A Dtestecho.c19 int echo_fd, ref_fd, e_fd; in main() local
25 echo_fd = open ("play.sw", O_RDONLY); in main()
34 read(echo_fd, echo_buf, NN*2); in main()
42 close(echo_fd); in main()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/Speex/libspeex/
H A Dtestecho.c19 int echo_fd, ref_fd, e_fd; in main() local
30 echo_fd = open (argv[2], O_RDONLY); in main()
39 read(echo_fd, echo_buf, NN*2); in main()
47 close(echo_fd); in main()
/dports/net/opal/opal-3.10.10/plugins/audio/Speex/libspeex/
H A Dtestecho.c19 int echo_fd, ref_fd, e_fd; in main() local
30 echo_fd = open (argv[2], O_RDONLY); in main()
39 read(echo_fd, echo_buf, NN*2); in main()
47 close(echo_fd); in main()
/dports/net/tcpcat/tcpcat-1.2.0/
H A Dtcpcat.c123 static volatile int echo_fd; variable
257 close(echo_fd); in sig_handler()
1192 write(echo_fd, "L: ", 3); in copy_in_out4_quiet()
1193 write(echo_fd, buf, bytes_read); in copy_in_out4_quiet()
1206 write(echo_fd, "H: ", 3); in copy_in_out4_quiet()
1207 write(echo_fd, buf, bytes_read); in copy_in_out4_quiet()
1563 if( (echo_fd=open(echo_file, O_WRONLY|O_CREAT|O_TRUNC, 0666)) == -1 ) in main()
1568 if( (echo_fp=fdopen(echo_fd, "w")) == NULL) in main()
1782 close(echo_fd); in main()