Searched refs:filetail (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/nano-11/src/
H A Dbrowser.c623 const char *filetail = tail(filelist[i]); local
625 size_t filetaillen = strlenpt(filetail);
639 char *disp = display_string(filetail, dots ? filetaillen -
679 if (strcmp(filetail, "..") == 0) {
885 const char *filetail = tail(filelist[currselected]); local
887 const char *rev_start = filetail, *found = NULL;
896 found = strstrwrapper(filetail, needle, rev_start);
936 filetail = tail(filelist[currselected]);
938 rev_start = filetail;
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Ddiffstat.c1023 char *filetail = data_filename(p); local
1024 size_t want = strlen(path_opt) + 2 + strlen(filetail);
1034 char *tail_sep = strchr(filetail, PATHSEP);
1037 tail_len = (size_t) (tail_sep - filetail);
1043 filetail,
1051 filetail);
1053 strcpy(filename, filetail);
1060 sprintf(filename, "%s%c%s", path_opt, PATHSEP, filetail);

Completed in 242 milliseconds