Searched refs:port_write_string (Results 1 – 5 of 5) sorted by relevance
/dports/comms/xastir/Xastir-Release-2.1.8/src/ |
H A D | interface.c | 133 void port_write_string(int port, char *data); 2495 port_write_string(port,command); in command_file_to_tnc_port() 3736 port_write_string(port,quiti); in net_detach() 4267 void port_write_string(int port, char *data) in port_write_string() function 7394 port_write_string(port,header_txt); in output_my_aprs_data() 7432 port_write_string(port,header_txt); in output_my_aprs_data() 7454 port_write_string(port,header_txt); in output_my_aprs_data() 8007 port_write_string(port, data_txt2); in output_my_aprs_data() 8304 port_write_string(port,data_txt); in output_my_data() 8697 port_write_string(port,data_txt); in output_my_data() [all …]
|
H A D | interface.h | 270 void port_write_string(int port, char *data);
|
H A D | db.c | 21095 port_write_string(port, header_txt); in relay_digipeat() 21102 port_write_string(port, header_txt); in relay_digipeat() 21108 port_write_string(port, header_txt); in relay_digipeat() 21113 port_write_string(port, info); in relay_digipeat()
|
H A D | main.c | 13008 port_write_string(i, tmp);
|
/dports/audio/snd/snd-21.2/ |
H A D | s7.c | 33106 port_write_string(port)(sc, "\"\"", 2, port); 33374 port_write_string(port)(sc, " (", 2, port); 33388 port_write_string(port)(sc, ") ", 2, port); 33458 port_write_string(port)(sc, " '(", 3, port); 33659 port_write_string(port)(sc, "#(", 2, port); 33751 port_write_string(port)(sc, p, plen, port); 33765 port_write_string(port)(sc, p, plen, port); 33920 port_write_string(port)(sc, p, plen, port); 34148 port_write_string(port)(sc, " #f", 3, port); 34578 port_write_string(port)(sc, ") ", 2, port); [all …]
|