Searched refs:port_s (Results 1 – 4 of 4) sorted by relevance
718 char port_s[64]; local721 sprintf (port_s, "%d", get_cvs_port_number (root));740 + strlen(hostname) + strlen(port_s)743 username, hostname, port_s, root->directory);
3725 char *port_s; local3727 if (envname && (port_s = getenv (envname)))3729 int port = atoi (port_s);
941 now useless call to free now that port_s is on the stack. Thanks to
1277 char port_s[8]; in main() local1303 snprintf(port_s, sizeof(port_s), "%d", options.jump_port); in main()1312 options.jump_port <= 0 ? "" : port_s, in main()