Home
last modified time | relevance | path

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

/scripts/
Dsphinx-pre-install156 my $cur_dir = qx(pwd);
157 $cur_dir =~ s/\s+$//;
160 next if ($dir =~ m,($cur_dir)/sphinx,);
164 next if ($dir =~ m,($cur_dir)/sphinx,);
/scripts/dtc/
Dsrcpos.c129 const char *cur_dir = NULL; in fopen_any_on_path() local
136 cur_dir = current_srcfile->dir; in fopen_any_on_path()
137 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path()