Searched refs:test_port (Results 1 – 4 of 4) sorted by relevance
134 printf("remotehost is %s and port %s\n",host_name,test_port); in main()140 establish_control(host_name,test_port,address_family, in main()
85 extern char test_port[PORTBUFSIZE]; /* where is the test waiting */
107 test_port[PORTBUFSIZE] = "12865", /* where is the test waiting */ variable944 strncpy(test_port,arg1,PORTBUFSIZE); in scan_cmd_line()1315 printf("Port: %s\n",test_port); in dump_globals()
117 def test_port(self): member in SemanageTests