Searched refs:PORT_MAX_LEN (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/netcat-22/
H A Dnetcat.c72 #define PORT_MAX_LEN 6 macro
1049 portlist[x] = calloc(1, PORT_MAX_LEN);
1052 snprintf(portlist[x], PORT_MAX_LEN, "%d", cp);
1072 portlist[0] = calloc(1, PORT_MAX_LEN);
1075 strlcpy(portlist[0], p, PORT_MAX_LEN);

Completed in 166 milliseconds