strvalue          215 lib/replace/snprintf.c 	char *strvalue;
strvalue          613 lib/replace/snprintf.c 			cnk->strvalue = va_arg (args, char *);
strvalue          614 lib/replace/snprintf.c 			if (!cnk->strvalue) cnk->strvalue = "(NULL)";
strvalue          617 lib/replace/snprintf.c 				clist[pnum].chunks[i]->strvalue = cnk->strvalue;
strvalue          622 lib/replace/snprintf.c 			cnk->strvalue = va_arg (args, void *);
strvalue          624 lib/replace/snprintf.c 				clist[pnum].chunks[i]->strvalue = cnk->strvalue;
strvalue          702 lib/replace/snprintf.c 				max = strlen(cnk->strvalue);
strvalue          704 lib/replace/snprintf.c 			fmtstr (buffer, &currlen, maxlen, cnk->strvalue, cnk->flags, min, max);
strvalue          708 lib/replace/snprintf.c 			fmtint (buffer, &currlen, maxlen, (long)(cnk->strvalue), 16, min, max, cnk->flags);
strvalue         1128 lib/replace/snprintf.c 	new_c->strvalue = NULL;