Home
last modified time | relevance | path

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

/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_device.c208 ticalcs_model_to_string(calc), in tilp_device_probe_all()
241 calc = ticalcs_model_to_string(options.calc_model); in tilp_device_open()
H A Ddevice.c108 row[COL_CALC] = g_strdup((model == CALC_NONE) ? "" : ticalcs_model_to_string(model)); in clist_populate()
141 row[COL_CALC] = g_strdup(ticalcs_model_to_string(array[i][j])); in clist_populate()
H A Dtilp_cmdline.c124 if(!g_ascii_strcasecmp(ticalcs_model_to_string(i), *p)) in tilp_cmdline_scan()
H A Dtilp_config.c273 g_key_file_set_string (kf, SECTION_DEVICE, "calc_model", ticalcs_model_to_string(remap)); in tilp_config_write()
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dticalcs.c397 ticalcs_info(_(" model : %s"), ticalcs_model_to_string(handle->model)); in ticalcs_handle_show()
H A Dtype2str.c39 TIEXPORT3 const char *TICALL ticalcs_model_to_string(CalcModel model) in ticalcs_model_to_string() function
H A Dticalcs.h883 TIEXPORT3 const char* TICALL ticalcs_model_to_string(CalcModel model);
/dports/comms/libticalcs2/libticalcs2-1.1.9/tests/
H A Dtest_ticalcs_2.c629 printf("Found: <%s>", ticalcs_model_to_string(model)); in probe_calc()
H A Dtorture_ticalcs.c165 PRINTF(ticalcs_model_to_string, STR, -1); in torture_ticalcs()