Searched defs:tempbuf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dseterror.c219 char tempbuf[21]; local
276 tempbuf[0] = (char) va_arg(ap, int); /* get the next arg */
277 tempbuf[1]='\0';
281 &outlen, tempbuf);
293 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
296 &outlen, tempbuf);
H A Dcommon.c1836 char tempbuf[21]; local
1888 tempbuf[0] = (char) va_arg(ap, int); /* get the next arg */
1889 tempbuf[1]='\0';
1892 result = _sasl_add_string(&out, &alloclen, &outlen, tempbuf);
1905 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
1907 result = _sasl_add_string(&out, &alloclen, &outlen, tempbuf);

Completed in 24 milliseconds