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

/barrelfish-2018-10-04/lib/skb/
H A Dskb_snprintf.c194 char *strvalue; local
436 strvalue = va_arg (args, char *);
437 if (!strvalue) strvalue = "(NULL)";
439 max = strlen(strvalue);
443 strvalue, flags, min, max) == -1)
447 strvalue = va_arg (args, void *);
449 (long) strvalue, 16, min, max, flags) == -1)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_print.c181 char *strvalue; local
368 strvalue = va_arg(args, char *);
375 fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue,

Completed in 39 milliseconds