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

/freebsd-12-stable/contrib/tcp_wrappers/
H A Dvfprintf.c29 register char *fmtp; local
56 fmtp = fmt;
57 *fmtp++ = *cp++;
59 *fmtp++ = *cp++;
61 *fmtp++ = *cp++;
63 sprintf(fmtp, "%d", va_arg(ap, int));
64 fmtp += strlen(fmtp);
68 *fmtp++ = *cp++;
71 *fmtp
[all...]
/freebsd-12-stable/usr.bin/lam/
H A Dlam.c124 char *fmtp = fmtbuf; local
175 fmtp += strlen(fmtp) + 1;
176 if (fmtp >= fmtbuf + sizeof(fmtbuf))
181 if (snprintf(fmtp, fmtbuf + sizeof(fmtbuf) - fmtp, "%%%ss", p)
182 >= fmtbuf + sizeof(fmtbuf) - fmtp)
184 ip->format = fmtp;
/freebsd-12-stable/usr.bin/hexdump/
H A Dparse.c210 unsigned char *p1, *p2, *fmtp; local
222 for (nconv = 0, fmtp = fu->fmt; *fmtp; nextpr = &pr->nextpr) {
228 for (p1 = fmtp; *p1 && *p1 != '%'; ++p1);
232 pr->fmt = fmtp;
393 if (asprintf(&pr->fmt, "%s%s", fmtp, cs) == -1)
396 pr->cchar = pr->fmt + (p1 - fmtp);
397 fmtp = p2;
/freebsd-12-stable/lib/libc/stdio/
H A Dprintf-pos.c194 addaster(struct typetable *types, char **fmtp) argument
200 cp = *fmtp;
211 *fmtp = ++cp;
220 addwaster(struct typetable *types, wchar_t **fmtp) argument
226 cp = *fmtp;
237 *fmtp = ++cp;

Completed in 116 milliseconds