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

/freebsd-10-stable/contrib/amd/hlfsd/
H A Dhlfsd.h90 #define PROGNAMESZ (MAXHOSTNAMELEN - 5) macro
H A Dhlfsd.c137 char progpid_fs[PROGNAMESZ + 1 + 11]; /* room for ":pid" */
172 if ((int) strlen(progname) > PROGNAMESZ) /* truncate to reasonable size */
173 progname[PROGNAMESZ] = '\0';

Completed in 101 milliseconds