OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcpPort
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/libqemu/
test_guest_2.c
51
const char*
tcpPort
= NULL;
92
tcpPort
= argv[1];
110
if (
tcpPort
&& pipeName) {
115
if (
tcpPort
!= NULL) {
116
localPort = atoi(
tcpPort
);
118
fprintf(stderr, "Invalid port number: %s\n",
tcpPort
);
136
if (
tcpPort
!= NULL) {
test_host_1.c
147
const char*
tcpPort
= NULL;
178
tcpPort
= argv[1];
Completed in 59 milliseconds