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

/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c68 int txtmsgnum = 0; local
82 txtmsgnum *= 10;
83 txtmsgnum += c - '0';
86 txtmsgnum = -1;
89 txtmsgnum = -1;
90 format = __gtxt(catbuf, txtmsgnum, ptr);

Completed in 39 milliseconds