format.c | 77 char *newfmt; /* pointer to new format string */ local in function:sfmtoff 82 newfmt = salloc(len); 83 (void)strlcpy(newfmt, *fmtbeg, len - sizeof(PRId64) + 1); 84 (void)strlcat(newfmt, PRId64, len); 86 (void)sasprintf(&p, newfmt, off); 93 char *newfmt; local in function:sfmtint 98 newfmt = salloc(len); 99 (void)strlcpy(newfmt, *fmtbeg, len); 100 newfmt[len-2] = 'd'; /* convert to printf format */ 102 (void)sasprintf(&p, newfmt, num) 109 char *newfmt; local in function:sfmtstr 988 char *newfmt; local in function:preformat 1038 char *newfmt; local in function:smsgprintf [all...] |