Searched full:gpos (Results 1 – 11 of 11) sorted by relevance
/freebsd/libexec/revnetgroup/ |
H A D | parse_netgroup.c | 177 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 D | rohm,bd71815-pmic.yaml | 16 counter, a real-time clock (RTC), and a 32.768 kHz clock gate and two GPOs.
|
/freebsd/lib/libc/gen/ |
H A D | getnetgrent.c | 675 char *epos, *gpos, *pos, *spos; local 714 gpos = strsep(&pos, ")"); 719 if ((spos = strsep(&gpos, ",")) == NULL) {
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_jupiter.c | 597 "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 D | driver_wext.c | 1340 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 D | ip.c | 137 { 27, "GPOS" }, { 28, "AAAA" }, { 252, "AXFR" }, { 253, "MAILB" }, in dns_Qtype2Txt()
|
/freebsd/contrib/unbound/sldns/ |
H A D | rrdef.c | 299 …{LDNS_RR_TYPE_GPOS, "GPOS", 3, 3, type_gpos_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0…
|
/freebsd/contrib/tcpdump/ |
H A D | print-domain.c | 505 { T_GPOS, "GPOS" }, /* RFC 1712 */
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 480 {ns_t_gpos, "GPOS", "geographical position (withdrawn)"},
|
/freebsd/contrib/ldns/ |
H A D | Changelog | 301 * bugfix #504: GPOS RR has three rdata fields. Thanks Jelte Jansen.
|
H A D | rr.c | 2146 …{LDNS_RR_TYPE_GPOS, "GPOS", 3, 3, type_gpos_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0…
|