Home
last modified time | relevance | path

Searched refs:snull (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c730 char* snull = NULL; in get_qtype() local
739 (void)sldns_wire2str_dname_scan(&d, &dl, &snull, &sl, pkt, pktlen, &comprloop); in get_qtype()
750 char* snull = NULL; in get_qname_len() local
759 (void)sldns_wire2str_dname_scan(&d, &dl, &snull, &sl, pkt, pktlen, &comprloop); in get_qname_len()
794 char* snull = NULL; in get_serial() local
806 &snull, &sl, p, plen, &comprloop); in get_serial()
808 (void)sldns_wire2str_rr_scan(&walk, &walk_len, &snull, &sl, in get_serial()
816 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, &sl, in get_serial()
827 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, in get_serial()
829 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, in get_serial()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dsymtab.cc972 Symbol* const snull = NULL; in add_from_object() local
975 snull)); in add_from_object()
984 snull)); in add_from_object()
1861 Symbol* const snull = NULL; in define_special_symbol() local
1865 snull)); in define_special_symbol()
1875 snull)); in define_special_symbol()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dsymtab.cc972 Symbol* const snull = NULL; in add_from_object() local
975 snull)); in add_from_object()
984 snull)); in add_from_object()
1861 Symbol* const snull = NULL; in define_special_symbol() local
1865 snull)); in define_special_symbol()
1875 snull)); in define_special_symbol()
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c3915 ifattr_match(const char *snull, const char *t) in ifattr_match() argument
3917 return (snull == NULL) || strcmp(snull, t) == 0; in ifattr_match()