Searched defs:fldcnt (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/sys/kern/ |
H A D | tty_nmea.c | 258 int fldcnt = 0, cksum = 0, msgcksum, n; in nmea_scan() local 337 nmea_gprmc(struct nmea *np, struct tty *tp, char *fld[], int fldcnt) in nmea_gprmc() 464 nmea_decode_gga(struct nmea *np, struct tty *tp, char *fld[], int fldcnt) in nmea_decode_gga()
|
H A D | tty_msts.c | 210 int fldcnt = 0, n; in msts_scan() local 238 msts_decode(struct msts *np, struct tty *tp, char *fld[], int fldcnt) in msts_decode()
|
H A D | tty_endrun.c | 251 int fldcnt = 0, n; in endrun_scan() local 280 endrun_decode(struct endrun *np, struct tty *tp, char *fld[], int fldcnt) in endrun_decode()
|