Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYLocal.c726 char *testpath = NULL; in remove_tagged() local
740 testpath = HTfullURL_toFile(cp); in remove_tagged()
741 LYTrimPathSep(testpath); in remove_tagged()
747 if (!ok_stat(testpath, &dir_info)) { in remove_tagged()
751 if (remove_file(testpath) <= 0) { in remove_tagged()
758 FREE(testpath); in remove_tagged()
762 FREE(testpath); in remove_tagged()
790 static int modify_tagged(char *testpath) in modify_tagged() argument
802 CTRACE((tfp, "modify_tagged(%s)\n", testpath)); in modify_tagged()
828 dst_path = HTLocalName(testpath); in modify_tagged()
[all …]