Searched defs:PORT_STR_SIZE (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/krb5_plugin/
H A Dsssd_krb5_locator_plugin.c46 #define PORT_STR_SIZE 7 macro
281 char port_str[PORT_STR_SIZE];
365 memset(port_str, 0, PORT_STR_SIZE);
366 ret = snprintf(port_str, PORT_STR_SIZE-1, "%u", port);
367 if (ret < 0 || ret >= (PORT_STR_SIZE-1)) {

Completed in 9 milliseconds