Searched refs:tempstring (Results 1 – 2 of 2) sorted by relevance
59 char *tempstring = stackbuf; in wsscanf() local63 i = wcstombs(tempstring, string, MAXINSTR); in wsscanf()68 tempstring = malloc(malloced = MB_CUR_MAX*wcslen(string)+1); in wsscanf()69 if (tempstring == 0) in wsscanf()71 i = wcstombs(tempstring, string, malloced); /* Try again. */ in wsscanf()73 free(tempstring); in wsscanf()79 j = vsscanf(tempstring, format, ap); in wsscanf()81 if (malloced) free(tempstring); in wsscanf()
52 char tempstring[1024]; in wsprintf() local73 p2 = tempstring; in wsprintf()