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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c74 #define MAXPKENTLEN 8500 macro
844 char *ypmaster, *ypdomain = NULL, pkent[MAXPKENTLEN];
894 snprintf(pkent, MAXPKENTLEN, "%s:%s:%d",
923 snprintf(pkent, MAXPKENTLEN, "%s:%s", plist[0], clist[0]);

Completed in 45 milliseconds