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

/freebsd-11.0-release/contrib/amd/hlfsd/
H A Dhlfsd.h94 #define PROGNAMESZ (MAXHOSTNAMELEN - 5) macro
H A Dhlfsd.c140 char progpid_fs[PROGNAMESZ + 1 + 11]; /* room for ":pid" */
175 if ((int) strlen(progname) > PROGNAMESZ) /* truncate to reasonable size */
176 progname[PROGNAMESZ] = '\0';

Completed in 106 milliseconds