Lines Matching defs:newform
45 static unsigned char newform[256];
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, newap));