Home
last modified time | relevance | path

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

/dports/misc/clifm/clifm-1.3/src/
H A Dfile_operations.c582 int i_new_path = atoi(new_path) - 1; in edit_link() local
583 if (file_info[i_new_path].name) { in edit_link()
585 (strlen(file_info[i_new_path].name) + 1) * sizeof(char)); in edit_link()
586 strcpy(new_path, file_info[i_new_path].name); in edit_link()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dfile_operations.c.gcov971 #####: 517: int i_new_path = atoi(new_path) - 1;
972 #####: 518: if (file_info[i_new_path].name) {
977 #####: 520: (strlen(file_info[i_new_path].name) + 1) * sizeof(char));
980 #####: 521: strcpy(new_path, file_info[i_new_path].name);