Home
last modified time | relevance | path

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

/dports/security/rifiuti2/rifiuti2-0.7.0/src/
H A Drifiuti-vista.c199 record->uni_path = conv_path_to_utf8_with_tmpl ( in populate_record_data()
205 record->uni_path = conv_path_to_utf8_with_tmpl ( in populate_record_data()
214 if (record->uni_path == NULL) { in populate_record_data()
217 record->uni_path = ""; in populate_record_data()
H A Drifiuti.c267 record->uni_path = conv_path_to_utf8_with_tmpl ( in populate_record_data()
271 if (record->uni_path == NULL) { in populate_record_data()
274 record->uni_path = ""; in populate_record_data()
H A Dutils.h155 char *uni_path; member
H A Dutils.c1325 out_fname = record->uni_path ? in print_record_cb()
1326 g_strdup (record->uni_path) : in print_record_cb()
1479 g_free (record->uni_path); in free_record_cb()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DSM.c4319 wchar_t *uni_path; in SmSaveLogProc() local
4323 uni_path = SaveDlg(hWnd, _UU("SM_READ_SAVE_DLG_FILTER"), _UU("SM_READ_SAVE_DLG_TITLE"), in SmSaveLogProc()
4326 if (uni_path != NULL) in SmSaveLogProc()
4330 UniToStr(path, sizeof(path), uni_path); in SmSaveLogProc()
4331 Free(uni_path); in SmSaveLogProc()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DSM.c4319 wchar_t *uni_path; in SmSaveLogProc() local
4323 uni_path = SaveDlg(hWnd, _UU("SM_READ_SAVE_DLG_FILTER"), _UU("SM_READ_SAVE_DLG_TITLE"), in SmSaveLogProc()
4326 if (uni_path != NULL) in SmSaveLogProc()
4330 UniToStr(path, sizeof(path), uni_path); in SmSaveLogProc()
4331 Free(uni_path); in SmSaveLogProc()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DSM.c4195 wchar_t *uni_path; in SmSaveLogProc() local
4199 uni_path = SaveDlg(hWnd, _UU("SM_READ_SAVE_DLG_FILTER"), _UU("SM_READ_SAVE_DLG_TITLE"), in SmSaveLogProc()
4202 if (uni_path != NULL) in SmSaveLogProc()
4206 UniToStr(path, sizeof(path), uni_path); in SmSaveLogProc()
4207 Free(uni_path); in SmSaveLogProc()