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

/osnet-11/usr/src/lib/libc/port/i18n/
H A D__fputws_xpg5.c39 * impose a limit on the length of string to output to PC_MAX process
40 * codes. If the input string exceeds PC_MAX process codes, process
57 #define PC_MAX 256 macro
58 #define MBBUFLEN (PC_MAX * MB_LEN_MAX)
82 pcsize = (int)min(pclen, PC_MAX - 1);

Completed in 36 milliseconds