Home
last modified time | relevance | path

Searched full:gpos (Results 1 – 11 of 11) sorted by relevance

/freebsd/libexec/revnetgroup/
H A Dparse_netgroup.c177 char *pos, *gpos; in parse_netgrp() local
214 gpos = strsep(&pos, ")"); in parse_netgrp()
219 if ((spos = strsep(&gpos, ","))) { in parse_netgrp()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd71815-pmic.yaml16 counter, a real-time clock (RTC), and a 32.768 kHz clock gate and two GPOs.
/freebsd/lib/libc/gen/
H A Dgetnetgrent.c675 char *epos, *gpos, *pos, *spos; local
714 gpos = strsep(&pos, ")");
719 if ((spos = strsep(&gpos, ",")) == NULL) {
/freebsd/contrib/ntp/ntpd/
H A Drefclock_jupiter.c597 "gpos: len %d != %u", in jupiter_receive()
605 "gpos: %s", cp); in jupiter_receive()
699 * So we pick the pivot value from the other messages like gpos in jupiter_parse_t()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_wext.c1340 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local
1346 gpos = genie = custom; in wext_get_scan_iwevgenie()
1353 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1356 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()
1358 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
/freebsd/usr.sbin/ppp/
H A Dip.c137 { 27, "GPOS" }, { 28, "AAAA" }, { 252, "AXFR" }, { 253, "MAILB" }, in dns_Qtype2Txt()
/freebsd/contrib/unbound/sldns/
H A Drrdef.c299 …{LDNS_RR_TYPE_GPOS, "GPOS", 3, 3, type_gpos_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0…
/freebsd/contrib/tcpdump/
H A Dprint-domain.c505 { T_GPOS, "GPOS" }, /* RFC 1712 */
/freebsd/lib/libc/resolv/
H A Dres_debug.c480 {ns_t_gpos, "GPOS", "geographical position (withdrawn)"},
/freebsd/contrib/ldns/
H A DChangelog301 * bugfix #504: GPOS RR has three rdata fields. Thanks Jelte Jansen.
H A Drr.c2146 …{LDNS_RR_TYPE_GPOS, "GPOS", 3, 3, type_gpos_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0…