Searched defs:newform (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | scanf.c | 45 static unsigned char newform[256]; variable 60 if (strlen(fmt) >= sizeof(newform)) { 70 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) 73 return(_doscan(stdin, newform, newap)); 95 if (strlen(fmt) >= sizeof(newform)) { 105 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) 108 return(_doscan(iop, newform, newap)); 128 if (strlen(fmt) >= sizeof(newform)) { 138 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) 141 return(_doscan(&strbuf, newform, newa [all...] |
Completed in 52 milliseconds