Searched refs:prn (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/lib/libskey/
H A Dt_algorithms.c48 char prn[64]; local
55 btoa8(prn, data);
56 H_REQUIRE(prn, zero);
59 btoa8(prn, data);
60 H_REQUIRE(prn, one);
64 btoa8(prn, data);
65 H_REQUIRE(prn, nine);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Djupiter.h131 u_short prn; /* satellite PRN */ member in struct:jchan::jchan2
148 u_short prn; /* satellite PRN */ member in struct:jvis::jvis2
203 u_char prn; /* satellite PRN */ member in struct:jeup
H A Drefclock_ripencc.c1782 unsigned char prn, channel, aqflag, ephstat; local
1793 prn = buf[0];
1806 prn, channel, aqflag, ephstat, snr, azinuth, elevation);
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh3.c523 prn(pid);
530 prn(pid);
533 prs("Signal "); prn(rv); prs(" ");
855 prn(i);
1095 prn((int)(tbuf.tms_cutime / MINS));
1097 prn((int)((tbuf.tms_cutime % MINS) / SECS));
1099 prn((int)(tbuf.tms_cstime / MINS));
1101 prn((int)((tbuf.tms_cstime % MINS) / SECS));
H A Dsh.h341 _PROTOTYPE(void prn , (unsigned u ));

Completed in 232 milliseconds