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

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c63 #define MAXSTRINGS 256 /* maximum number of non-duplcated strings */ macro
457 wrapDict = CreatePSWDict(MAXSTRINGS); /* dictionary of strings in the wrap */
554 if (strCount <= MAXSTRINGS) {
604 wrapDict = CreatePSWDict(MAXSTRINGS); /* dictionary of strings in the wrap */
742 if (strCount <= MAXSTRINGS) {
1007 wrapDict = CreatePSWDict(MAXSTRINGS); /* dictionary of strings in the wrap */
1083 if (strCount <= MAXSTRINGS) {
1379 wrapDict = CreatePSWDict(MAXSTRINGS); /* dictionary of wrap strings */
1447 if (strCount <= MAXSTRINGS) {

Completed in 58 milliseconds