Searched refs:MAX_DISPLAY_STR (Results 1 – 3 of 3) sorted by relevance
32 #define MAX_DISPLAY_STR 128 macro
41 type gssd_dstring = c_string[*:128]; /* MAX_DISPLAY_STR must be < 128 */
1898 char display_name[MAX_DISPLAY_STR] = ""; in nfs_gss_clnt_gssd_upcall()2051 size_t dlen = strnlen(display_name, MAX_DISPLAY_STR) + 1; /* Add extra byte to include '\0' */ in nfs_gss_clnt_gssd_upcall()2053 if (dlen < MAX_DISPLAY_STR) { in nfs_gss_clnt_gssd_upcall()