Home
last modified time | relevance | path

Searched refs:my_str (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/unbound/sldns/
H A Dstr2wire.c1880 my_str = strchr(my_str, ':') + 1; in sldns_str2wire_apl_buf()
1912 my_str = strchr(my_str, '/') + 1; in sldns_str2wire_apl_buf()
2250 if (*my_str == 'm' || *my_str == 'M') { in loc_parse_cm()
2279 h = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2289 m = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2290 } else if (*my_str == 'N' || *my_str == 'S') { in sldns_str2wire_loc_buf()
2301 s = strtod(my_str, &my_str); in sldns_str2wire_loc_buf()
2337 h = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2347 m = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2359 s = strtod(my_str, &my_str); in sldns_str2wire_loc_buf()
[all …]
/openbsd/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c1880 my_str = strchr(my_str, ':') + 1; in sldns_str2wire_apl_buf()
1912 my_str = strchr(my_str, '/') + 1; in sldns_str2wire_apl_buf()
2250 if (*my_str == 'm' || *my_str == 'M') { in loc_parse_cm()
2279 h = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2289 m = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2290 } else if (*my_str == 'N' || *my_str == 'S') { in sldns_str2wire_loc_buf()
2301 s = strtod(my_str, &my_str); in sldns_str2wire_loc_buf()
2337 h = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2347 m = (uint32_t) strtol(my_str, &my_str, 10); in sldns_str2wire_loc_buf()
2359 s = strtod(my_str, &my_str); in sldns_str2wire_loc_buf()
[all …]