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

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

Completed in 9 milliseconds