Home
last modified time | relevance | path

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

/netbsd/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c727 char* snull = NULL; in get_qtype() local
747 char* snull = NULL; in get_qname_len() local
791 char* snull = NULL; in get_serial() local
803 &snull, &sl, p, plen, &comprloop); in get_serial()
805 (void)sldns_wire2str_rr_scan(&walk, &walk_len, &snull, &sl, in get_serial()
824 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, in get_serial()
826 (void)sldns_wire2str_dname_scan(&dstart, &dlen, &snull, in get_serial()
835 (void)sldns_wire2str_rr_scan(&walk, &walk_len, &snull, &sl, in get_serial()
848 char* snull = NULL; in pkt_find_edns_opt() local
947 char* snull = NULL; in zerottls() local
[all …]
/netbsd/external/gpl3/gdb/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/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/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/external/gpl3/gdb.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/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()