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

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwsscanf.c59 char *tempstring = stackbuf; local
63 i = wcstombs(tempstring, string, MAXINSTR);
68 tempstring = malloc(malloced = MB_CUR_MAX*wcslen(string)+1);
69 if (tempstring == 0)
71 i = wcstombs(tempstring, string, malloced); /* Try again. */
73 free(tempstring);
79 j = vsscanf(tempstring, format, ap);
81 if (malloced) free(tempstring);
H A Dwsprintf.c52 char tempstring[1024]; local
73 p2 = tempstring;

Completed in 27 milliseconds