Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/lost/
H A Dutilities.c525 char bufLon[BUFSIZE]; in lost_parse_geo() local
542 sscanf(content, "%s %s", bufLat, bufLon); in lost_parse_geo()
552 len = strlen((char *)bufLon); in lost_parse_geo()
559 snprintf(loc->longitude, len, "%s", (char *)bufLon); in lost_parse_geo()
561 len = strlen((char *)bufLat) + strlen((char *)bufLon) + 1; in lost_parse_geo()
569 snprintf(loc->geodetic, len, "%s %s", (char *)bufLat, (char *)bufLon); in lost_parse_geo()