Home
last modified time | relevance | path

Searched refs:process_file (Results 1 – 25 of 1930) sorted by relevance

12345678910>>...78

/dports/audio/ardour6/Ardour-6.8.0/
H A Dmsvc32-fixup.pl31 sub process_file subroutine
94 process_file ("libs/plugins/reasonablesynth.lv2/manifest.ttl");
95 process_file ("gtk2_ardour/default_ui_config");
99 process_file ("MSVCardour3/MSVCArdour5.vsprops");
100 process_file ("MSVCMixbus3/MSVCMixbus5.vsprops");
101 process_file ("MSVCvst_scan/vst_scan.rc");
102 process_file ("MSVCvst_scan/vst3_scan.rc");
103 process_file ("gtk2_ardour/win32/msvc_resources.rc");
/dports/security/dropbear/dropbear-2020.81/
H A Ddbrandom.c54 process_file(hash_state *hs, const char *filename, in process_file() function
252 if (process_file(&hs, DROPBEAR_PRNGD_SOCKET, INIT_SEED_SIZE, 1) in seedrandom()
260 if (process_file(&hs, DROPBEAR_URANDOM_DEV, INIT_SEED_SIZE, 0) in seedrandom()
274 process_file(&hs, "/proc/timer_list", 0, 0); in seedrandom()
276 process_file(&hs, "/proc/interrupts", 0, 0); in seedrandom()
278 process_file(&hs, "/proc/loadavg", 0, 0); in seedrandom()
283 process_file(&hs, "/proc/net/netstat", 4096, 0); in seedrandom()
284 process_file(&hs, "/proc/net/dev", 4096, 0); in seedrandom()
285 process_file(&hs, "/proc/net/tcp", 4096, 0); in seedrandom()
287 process_file(&hs, "/proc/net/rt_cache", 4096, 0); in seedrandom()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/data/
H A Ddllcopy.sh46 process_file "dlls_$suffix/$1"
56 process_file "dlls_$suffix/$1"
77 process_file() function
83 process_file "$exepath/.libs/$exename"
85 process_file "$exepath/$exename"
/dports/security/srm/srm-1.2.15/src/
H A Dtree_walker.c162 int process_file(char *path, const int flag, const int options) in process_file() function
295 if (! process_file(current_file->fts_path, current_file->fts_info, options)) { in tree_walker()
344 ret = process_file(path, FTS_F, ftw_options); in ftw_process_path()
347 ret = process_file(path, FTS_SL, ftw_options); in ftw_process_path()
350 ret = process_file(path, FTS_SLNONE, ftw_options); in ftw_process_path()
353 ret = process_file(path, FTS_D, ftw_options); in ftw_process_path()
356 ret = process_file(path, FTS_DP, ftw_options); in ftw_process_path()
359 ret = process_file(path, FTS_DNR, ftw_options); in ftw_process_path()
362 ret = process_file(path, FTS_NS, ftw_options); in ftw_process_path()
/dports/misc/R-cran-xfun/xfun/man/
H A Dprocess_file.Rd3 \name{process_file}
4 \alias{process_file}
8 process_file(file, fun = identity, x = read_utf8(file))
19 \item{...}{Arguments to be passed to \code{process_file()}.}
31 \code{sort_file()} is an application of \code{process_file()}, with the
38 xfun::process_file(f, function(x) gsub("World", "woRld", x))
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Dtest_timeout.php71 $process_file = pts_strings::trim_explode(' ', pts_module::read_file('test_timeout'));
73 if(isset($process_file[1]) && is_numeric($process_file[1]) && time() >= $process_file[1])
76 pts_client::kill_process_with_children_processes($process_file[0]);
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/latexpand/
H A Dlatexpand93 process_file($file, " ");
96 sub process_file
150 my $in_comment = process_file($full_filename, $prefix . " ");
167 my $in_comment = process_file($full_filename, $prefix . " ");
190 process_file($full, $prefix . " ");
204 process_file($expand_bbl, $prefix . " ");
/dports/graphics/icoutils/icoutils-0.32.3/extresso/
H A Dextresso110 my ($process_file) = 1; # how to process resource archives
147 $process_file = 0 if (lc $res eq 'n');
148 $process_file = 1 if (lc $res eq 'y');
149 $process_file = 2 if (lc $res eq 'i');
151 $process_file = 1;
170 elsif ($keyword eq 'resource' && $process_file) {
181 if ($process_file == 2) {
H A Dextresso.in110 my ($process_file) = 1; # how to process resource archives
147 $process_file = 0 if (lc $res eq 'n');
148 $process_file = 1 if (lc $res eq 'y');
149 $process_file = 2 if (lc $res eq 'i');
151 $process_file = 1;
170 elsif ($keyword eq 'resource' && $process_file) {
181 if ($process_file == 2) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/style/
H A Dfilereader_unittest.py80 self._file_reader.process_file('does_not_exist.txt')
92 self._file_reader.process_file(temp_dir)
111 self._file_reader.process_file(file_path)
117 self._file_reader.process_file(file_path)
124 self._file_reader.process_file(file_path=file_path, test_kwarg='foo')
131 self._file_reader.process_file(file_path=file_path, test_kwarg='foo')
/dports/sysutils/webmin/webmin-1.981/exim/
H A Dexim-lib.pl38 &process_file(op=>'delete',
110 &process_file(op=>"insertBefore",
126 &process_file(op=>"insertBefore",
148 &process_file(op=>"delete",
155 &process_file(op=>"delete",
237 sub process_file subroutine
/dports/textproc/zorba/zorba-2.7.0/scripts/
H A Dfind_boost_headers23 sub process_file {
37 process_file ($1);
44 process_file ($fname);
/dports/lang/smalltalk/smalltalk-3.2.5/packages/gtk/
H A Dmkorder.awk41 process_file(files[i])
61 function process_file(name, file) { function
106 process_file(dir "/" incfile)
108 process_file(incfile)
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-ParseXS/t/
H A D001-basic.t35 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
41 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
145 $pxs->process_file(
156 $pxs->process_file(
187 $pxs->process_file(filename => 'XSBroken.xs', output => \*FH);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-ParseXS/t/
H A D001-basic.t35 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
41 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
145 $pxs->process_file(
156 $pxs->process_file(
187 $pxs->process_file(filename => 'XSBroken.xs', output => \*FH);
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/scripts/
H A Dbump-version-number.pl18 sub process_file subroutine
32 process_file('LibXML.pm');
42 process_file($r);
/dports/textproc/py-rst2ansi/rst2ansi-0.1.5/bin/
H A Drst2ansi13 def process_file(f):
23 process_file(f)
25 process_file(sys.stdin)
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dmin-includes.sh48 function process_file () function
67 process_file
79 process_file
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dmin-includes.sh48 function process_file () function
67 process_file
79 process_file
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dmin-includes.sh48 function process_file () function
67 process_file
79 process_file
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dmin-includes.sh48 function process_file () function
67 process_file
79 process_file
/dports/devel/ccdoc/ccdocv08r41/utils/
H A Dmakedepend.pl41 &process_file( $file );
56 sub process_file subroutine
71 &process_file($include);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/
H A DgdcmMD5.cxx62 static bool process_file(const char *filename, unsigned char *digest) in process_file() function
83 static bool process_file(const char *filename, md5_byte_t *digest) in process_file() function
104 static inline bool process_file(const char *, unsigned char *) in process_file() function
120 if( !process_file(filename, digest) ) in ComputeFile()
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/
H A DgdcmMD5.cxx62 static bool process_file(const char *filename, unsigned char *digest) in process_file() function
83 static bool process_file(const char *filename, md5_byte_t *digest) in process_file() function
104 static inline bool process_file(const char *, unsigned char *) in process_file() function
120 if( !process_file(filename, digest) ) in ComputeFile()
/dports/archivers/rpm4/rpm-4.16.1.3/scripts/
H A Dperl.prov51 process_file($_);
60 process_file($_);
82 sub process_file {

12345678910>>...78