Searched refs:LYLastPathSep (Results 1 – 5 of 5) sorted by relevance
918 if (LYLastPathSep(tmpbuf->str) != 0) { in modify_name()921 if ((cp = LYLastPathSep(testpath)) != NULL) { in modify_name()994 } else if ((sp = LYLastPathSep(newpath)) != NULL) { in modify_location()1220 if ((cp = LYLastPathSep(testpath)) != NULL) { in remove_single()1680 || LYLastPathSep(dot) != 0) { in LYonedot()2005 if (LYLastPathSep(line) == NULL) { in local_dired()2218 cp = LYLastPathSep(buf->str); /* find last slash */ in get_filename()2424 LYLastPathSep(savepath + strlen(destpath) + 1) == 0) { in local_install()2455 LYLastPathSep(args[src] + strlen(destpath) + 1) == 0) { in local_install()2632 cp = LYLastPathSep(path); in render_item()
139 extern char *LYLastPathSep(const char *path);
2886 mytty = LYLastPathSep(cp); in inlocaldomain()5795 char *cutoff = LYLastPathSep(name); in IsOurSymlink()6984 char *LYLastPathSep(const char *path) in LYLastPathSep() function
1129 if ((cp = LYLastPathSep(pgm)) != NULL) { in main()
6071 functions LYisAbsPath, LYisRootPath and LYLastPathSep -TD