Searched defs:MAXINSTR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwsscanf.c51 #define MAXINSTR 1024 macro
58 char stackbuf[MAXINSTR];
63 i = wcstombs(tempstring, string, MAXINSTR);
67 if (i == MAXINSTR) { /* The buffer was too small. Malloc it. */

Completed in 60 milliseconds