Lines Matching refs:pbuffer

5461 		char pbuffer[200];
5462 char *t = pbuffer;
5485 t = ap(pbuffer, sizeof(pbuffer), t, "%s=\"", s->varname);
5498 t = ap(pbuffer, sizeof(pbuffer), t, "%f, %d, %f",
5504 t = ap(pbuffer, sizeof(pbuffer), t, "mode: ");
5508 t = ap(pbuffer, sizeof(pbuffer), t,
5513 t = ap(pbuffer, sizeof(pbuffer), t, "0D");
5517 t = ap(pbuffer, sizeof(pbuffer), t, "2D");
5521 t = ap(pbuffer, sizeof(pbuffer), t, "3D");
5525 t = ap(pbuffer, sizeof(pbuffer), t, "-MANUAL, ");
5527 t = ap(pbuffer, sizeof(pbuffer), t, "-AUTO, ");
5529 t = ap(pbuffer, sizeof(pbuffer), t, "satellites %02d %02d %02d %02d, PDOP %.2f, HDOP %.2f, VDOP %.2f, TDOP %.2f",
5539 t = ap(pbuffer, sizeof(pbuffer), t, "%d.%d (%d/%d/%d)",
5562 t = ap(pbuffer, sizeof(pbuffer), t, "illegal value 0x%02x", mb(0) & 0xFF);
5565 t = ap(pbuffer, sizeof(pbuffer), t, "doing position fixes");
5568 t = ap(pbuffer, sizeof(pbuffer), t, "no GPS time yet");
5571 t = ap(pbuffer, sizeof(pbuffer), t, "PDOP too high");
5574 t = ap(pbuffer, sizeof(pbuffer), t, "no usable satellites");
5577 t = ap(pbuffer, sizeof(pbuffer), t, "only ONE usable satellite");
5580 t = ap(pbuffer, sizeof(pbuffer), t, "only TWO usable satellites");
5583 t = ap(pbuffer, sizeof(pbuffer), t, "only THREE usable satellites");
5586 t = ap(pbuffer, sizeof(pbuffer), t, "the chosen satellite is unusable");
5595 t = ap(pbuffer, sizeof(pbuffer), t, ", %s", msgs[i]);
5601 mkreadable(t, (int)BUFFER_SIZE(pbuffer, t), (char *)&mb(0), (unsigned)(size - 2 - (&mb(0) - buffer)), 0);
5620 t = ap(pbuffer, sizeof(pbuffer), t, "machine id 0x%02x", mb(0) & 0xFF);
5626 t = ap(pbuffer, sizeof(pbuffer), t, ", %s", msgs[i]);
5629 t = ap(pbuffer, sizeof(pbuffer), t, ", Superpackets %ssupported", (mb(2) & 0xFF) ? "" :"un" );
5634 t = ap(pbuffer, sizeof(pbuffer), t, "%2x %.1f %.1f %.1f %.1f",
5650 mk_utcinfo(t, wnt, wnlsf, dn, dtls, dtlsf, BUFFER_SIZE(pbuffer, t));
5654 t = ap(pbuffer, sizeof(pbuffer), t, "<NO UTC DATA>");
5660 t = ap(pbuffer, sizeof(pbuffer), t, "%.1fm %.2fm/s at %.1fs",
5666 t = ap(pbuffer, sizeof(pbuffer), t, "%02x %02x %02x %02x",
5684 t = ap(pbuffer, sizeof(pbuffer), t, "x= %.1fm, y= %.1fm, z= %.1fm, time_of_fix= %f sec",
5699 t = ap(pbuffer, sizeof(pbuffer), t, "lat %f %c, long %f %c, alt %.2fm",
5713 t = ap(pbuffer, sizeof(pbuffer), t, "x= %.1fm, y= %.1fm, z= %.1fm",
5722 t = ap(pbuffer, sizeof(pbuffer), t, "lat %f %c, lon %f %c, alt %.2fm",
5733 t = ap(pbuffer, sizeof(pbuffer), t, "mode: ");
5737 t = ap(pbuffer, sizeof(pbuffer), t, "0x%x", mb(0) & 0x7);
5741 t = ap(pbuffer, sizeof(pbuffer), t, "2D");
5745 t = ap(pbuffer, sizeof(pbuffer), t, "3D");
5749 t = ap(pbuffer, sizeof(pbuffer), t, "-MANUAL, ");
5751 t = ap(pbuffer, sizeof(pbuffer), t, "-AUTO, ");
5755 t = ap(pbuffer, sizeof(pbuffer), t, "PDOP %.2f, HDOP %.2f, VDOP %.2f, TDOP %.2f, %d satellite%s in view: ",
5764 t = ap(pbuffer, sizeof(pbuffer), t, "%s%02d", i ? ", " : "", mb(17+i));
5778 t = ap(pbuffer, sizeof(pbuffer), t-2, "[%02d]=\"", mb(0)); /* add index to var name */
5781 t = ap(pbuffer, sizeof(pbuffer), t, "<NO MEASUREMENTS>");
5786 t = ap(pbuffer, sizeof(pbuffer), t, "ch=%d, acq=%s, eph=%d, signal_level= %5.2f, elevation= %5.2f, azimuth= %6.2f",
5796 t = ap(pbuffer, sizeof(pbuffer), t, ", OLD");
5801 t = ap(pbuffer, sizeof(pbuffer), t, ", BAD PARITY");
5804 t = ap(pbuffer, sizeof(pbuffer), t, ", BAD EPH HEALTH");
5807 t = ap(pbuffer, sizeof(pbuffer), t, ", collecting data");
5813 t = ap(pbuffer, sizeof(pbuffer), t, "<UNDECODED>");
5817 t = ap(pbuffer, sizeof(pbuffer), t, "\"");
5818 set_var(&parse->kv, pbuffer, sizeof(pbuffer), var_flag);