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

/netbsd-current/usr.bin/lam/
H A Dlam.c105 char *fmtp = fmtbuf; local
151 fmtp += strlen(fmtp) + 1;
152 if (fmtp >= fmtbuf + sizeof(fmtbuf))
157 if (snprintf(fmtp, fmtbuf + sizeof(fmtbuf) - fmtp, "%%%ss", p)
158 >= fmtbuf + sizeof(fmtbuf) - fmtp)
160 sprintf(fmtp, "%%%ss", p);
161 ip->format = fmtp;
/netbsd-current/usr.bin/hexdump/
H A Dparse.c225 char savech, *fmtp, cs[sizeof(PRId64)]; local
235 for (nconv = 0, fmtp = fu->fmt; *fmtp; nextpr = &pr->nextpr) {
240 for (p1 = fmtp; *p1 && *p1 != '%'; ++p1);
244 pr->fmt = fmtp;
423 pr->fmt = emalloc(strlen(fmtp) + strlen(cs) + 1);
424 (void)strcpy(pr->fmt, fmtp);
427 pr->cchar = pr->fmt + (p1 - fmtp);
428 fmtp = p2;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dkvx-dis.c1070 const char *fmtp = dec.opc->fmtstring; local
1074 while ((ch = *fmtp) && ch != '%')
1077 fmtp++;
1083 ch = *fmtp++;
1084 fmtp++;
1154 while ((ch = *fmtp))
1158 fmtp++;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.c964 const char *fmtp = op->fmtstring; local
978 while ((chars < buf_size) && (ch = *fmtp) && ch != '%')
981 fmtp++;
987 ch = *fmtp++;
988 fmtp++;
995 while ((chars < buf_size) && (ch = *fmtp))
998 fmtp++;

Completed in 213 milliseconds