Searched refs:shortstr (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/safety/
H A DMakefile32 tst.shortstr.d \
/freebsd-11-stable/contrib/ldns/ldns/
H A Dstr2host.h44 * \param[in] shortstr the string to be converted
47 ldns_status ldns_str2rdf_int16(ldns_rdf **rd, const char *shortstr);
/freebsd-11-stable/contrib/ldns/
H A Dstr2host.c36 ldns_str2rdf_int16(ldns_rdf **rd, const char *shortstr) argument
43 *r = htons((uint16_t)strtol((char *)shortstr, &end, 10));

Completed in 150 milliseconds