Searched refs:FICL_STRING_MAX (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dvm.c264 ** FICL_STRING_MAX characters to the supplied destination buffer, a
273 if (SI_COUNT(si) > FICL_STRING_MAX)
275 SI_SETLEN(si, FICL_STRING_MAX);
H A Dficl.h300 #define FICL_STRING_MAX UCHAR_MAX macro
H A Dwords.c5021 ficlSetEnv(pSys, "/counted-string", FICL_STRING_MAX);

Completed in 138 milliseconds