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

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c2350 int targno; local
2351 targno = ATOI(fmt) - 1;
2355 if (targno >= 0 && targno < MAXARGS) {
2356 typelst[targno] = INT;
2357 if (maxnum < targno)
2358 maxnum = targno;

Completed in 60 milliseconds