Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dutil.h118 extern void convert_lon_l2s(long lon, char *str, int str_len, int type);
H A Dobjects.c537 convert_lon_l2s(x_long, in Create_object_item_tx_string()
653 convert_lon_l2s(x_long, lon_str, sizeof(lon_str), CONVERT_HP_NOSP); in Create_object_item_tx_string()
725 convert_lon_l2s(x_long, lon_str, sizeof(lon_str), CONVERT_HP_NOSP); in Create_object_item_tx_string()
810 convert_lon_l2s(x_long, lon_str, sizeof(lon_str), CONVERT_HP_NOSP); in Create_object_item_tx_string()
872 convert_lon_l2s(x_long, lon_str, sizeof(lon_str), CONVERT_HP_NOSP); in Create_object_item_tx_string()
937 convert_lon_l2s(x_long, lon_str, sizeof(lon_str), CONVERT_HP_NOSP); in Create_object_item_tx_string()
4492 convert_lon_l2s(x_long, in fetch_current_DR_strings()
4503 convert_lon_l2s(x_long, in fetch_current_DR_strings()
7869 convert_lon_l2s(x_lon, (char *)c_lon, sizeof(c_lon), CONVERT_LP_NOSP);
11491 convert_lon_l2s(lon, lon_str, sizeof(lon_str), CONVERT_HP_NOSP);
[all …]
H A Dgps.c940 convert_lon_l2s(longitude, in create_garmin_waypoint()
H A Dlocation_gui.c404 convert_lon_l2s(center_longitude, s_long, sizeof(s_long), CONVERT_HP_NOSP); in location_add()
H A Dlist_gui.c960 convert_lon_l2s(p_station->coord_lon, stemp2, sizeof(stemp2), CONVERT_DEC_DEG); in Station_List_fill()
965 convert_lon_l2s(p_station->coord_lon, stemp2, sizeof(stemp2), CONVERT_DMS_NORMAL); in Station_List_fill()
970 convert_lon_l2s(p_station->coord_lon, stemp2, sizeof(stemp2), CONVERT_HP_NORMAL); in Station_List_fill()
H A Ddb_gis.c514 convert_lon_l2s(east, str_e_long, sizeof(str_e_long), CONVERT_DEC_DEG); in getAllSimplePositionsInBoundingBox()
516 convert_lon_l2s(west, str_w_long, sizeof(str_w_long), CONVERT_DEC_DEG); in getAllSimplePositionsInBoundingBox()
H A Ddb.c6072 convert_lon_l2s(p_station->coord_lon, temp, sizeof(temp), CONVERT_DEC_DEG); in station_data_fill_in()
6076 convert_lon_l2s(p_station->coord_lon, temp, sizeof(temp), CONVERT_DMS_NORMAL); in station_data_fill_in()
6080 convert_lon_l2s(p_station->coord_lon, temp, sizeof(temp), CONVERT_HP_NORMAL); in station_data_fill_in()
6222 convert_lon_l2s(ptr->trail_long_pos, in station_data_fill_in()
6229 convert_lon_l2s(ptr->trail_long_pos, in station_data_fill_in()
6236 convert_lon_l2s(ptr->trail_long_pos, in station_data_fill_in()
8940 convert_lon_l2s(p_station->coord_lon, temp, sizeof(temp), CONVERT_HP_NORMAL); in is_trailpoint_echo()
9462 convert_lon_l2s(lon, lon_string, sizeof(lon_string), CONVERT_UP_TRK); in exp_trailpos()
16364 convert_lon_l2s(pos_long_temp, temp_data, sizeof(temp_data), CONVERT_HP_NORMAL); in my_station_gps_change()
21809 convert_lon_l2s(t->coord_lon, in search_tracked_station()
H A Dmap_shp.c397 convert_lon_l2s(ptr->trail_long_pos, temp, sizeof(temp), CONVERT_DEC_DEG); in create_map_from_trail()
H A Dmaps.c1498 convert_lon_l2s(xx, grid_label1, sizeof(grid_label1), coordinate_format); in draw_complete_lat_lon_grid()
1509 convert_lon_l2s(xx2, grid_label1, sizeof(grid_label1), coordinate_format); in draw_complete_lat_lon_grid()
1685 convert_lon_l2s(coord, grid_label, sizeof(grid_label), coordinate_format); in draw_complete_lat_lon_grid()
H A Dxa_config.c1467 convert_lon_l2s (temp, my_long, sizeof(my_long), CONVERT_HP_NOSP); in load_data_or_default()
H A Dutil.c2808 void convert_lon_l2s(long lon, char *str, int str_len, int type) in convert_lon_l2s() function
H A Dmain.c3947 convert_lon_l2s(x, str_long, sizeof(str_long), CONVERT_DEC_DEG); in TrackMouse()
3952 convert_lon_l2s(x, str_long, sizeof(str_long), CONVERT_DMS_NORMAL_FORMATED); in TrackMouse()
3959 convert_lon_l2s(x, str_long, sizeof(str_long), CONVERT_HP_NORMAL_FORMATED); in TrackMouse()
11753 convert_lon_l2s(x, str_long, sizeof(str_long), CONVERT_DEC_DEG);
11758 convert_lon_l2s(x, str_long, sizeof(str_long), CONVERT_DMS_NORMAL);
11763 convert_lon_l2s(x, str_long, sizeof(str_long), CONVERT_HP_NORMAL);
15857 convert_lon_l2s( my_new_lonl, my_long, sizeof(my_long), CONVERT_HP_NOSP);
H A Dinterface.c7305 convert_lon_l2s(my_temp_long, in output_my_aprs_data()