Searched refs:justname (Results 1 – 8 of 8) sorted by relevance
/dports/audio/mp3check/mp3check-1.6/ |
H A D | mp3check-1.6 | 1088 my $justname = substr($mp3file, $filenameidx); 1093 if ($justname =~ / /) { 1098 $justname =~ s/ /_/g; 1109 if ($justname =~ /%[0-9]+/) { 1127 my $tmpname = $justname; 1144 if ($dir . $justname ne $mp3file) { 1146 $mp3file = $dir . $justname; 1155 my $filenamesize = length($justname); 1160 $justname = shrink_file_name($justname, -d $mp3file); 1165 $mp3file = $dir . $justname; [all …]
|
/dports/archivers/zoo/zoo-2.10.1_4/ |
H A D | needed.c | 44 char *justname; local 173 justname = nameptr(path_copy); /* filename without any pathname */ 174 if (match_half (justname, nameptr(arg_copy))) 178 justname, nameptr(arg_copy)); 183 if (arg[0] <= *justname && arg[2] >= *justname)
|
H A D | addfname.c | 84 high_version_no, high_pos, justname) in inlist() argument 91 int justname; 96 if (justname) 108 (justname ? nameptr (fentry[i]->fname) : fentry[i]->fname)) != 0) { 122 (justname ? nameptr (fentry[j]->fname) : fentry[j]->fname)) == 0) {
|
/dports/print/lyx/lyx-2.3.4.2/src/insets/ |
H A D | RenderGraphic.cpp | 166 docstring const justname = from_utf8(params_.filename.onlyFileName()); in metrics() local 167 if (!justname.empty()) { in metrics() 169 font_width = theFontMetrics(msgFont).width(justname); in metrics() 209 string const justname = params_.filename.onlyFileName(); in draw() local 211 if (!justname.empty()) { in draw() 214 from_utf8(justname), msgFont); in draw()
|
/dports/devel/upp/upp/uppsrc/CtrlLib/ |
H A D | FileList.cpp | 37 … Color ink, Color extink, const WString& desc, Font descfont, bool justname, Color uln) in DrawFileName() argument 50 if(justname && slash >= 0) in DrawFileName() 136 WString(m.desc), m.descfont, justname, m.underline); in Paint() 386 justname = false; in FileList()
|
H A D | FileSel.h | 8 bool justname = false, Color underline = Null); 56 bool justname; variable 116 FileList& JustName(bool b = true) { justname = b; Refresh(); return *this; }
|
/dports/archivers/pigz/pigz-2.6/ |
H A D | pigz.c | 3810 local char *justname(char *path) { in justname() function 4005 g.name = g.headis & 1 ? justname(g.inf) : NULL; in process() 4077 pre = (size_t)(justname(g.inf) - g.inf); in process() 4078 to = justname(g.hname); in process()
|
/dports/print/lyx/lyx-2.3.4.2/src/ |
H A D | Buffer.cpp | 1446 string const justname = fileName().onlyFileNameWithoutExt(); in save() local 1448 justname + "-XXXXXX.lyx"); in save()
|