Searched refs:datafile (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/CPANInternal-140/File-NFSLock/examples/
H A Dlock_test14 my $datafile = shift;
21 my $lock = new File::NFSLock ($datafile, LOCK_EX)
24 sysopen(FH, $datafile, O_RDWR | O_CREAT)
25 or die "Cannot open [$datafile][$!]";
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/examples/
H A Dlock_test14 my $datafile = shift;
21 my $lock = new File::NFSLock ($datafile, LOCK_EX)
24 sysopen(FH, $datafile, O_RDWR | O_CREAT)
25 or die "Cannot open [$datafile][$!]";
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/ignore-bad-files/
H A DMakefile36 export DYLD_LIBRARY_PATH=locations/datafile:locations/exec:locations/dir && ${TESTROOT}/bin/exit-non-zero-pass.pl "ignore-bad-files intended failure" "ignore-bad-files intended failure" ./main
37 export DYLD_LIBRARY_PATH=locations/datafile:locations/exec:locations/dir:locations/real && ${TESTROOT}/bin/exit-zero-pass.pl "ignore-bad-files intended success" "ignore-bad-files intended success" ./main
39 all: main locations/real/libfoo.dylib locations/exec/libfoo.dylib locations/datafile/libfoo.dylib locations/dir/libfoo.dylib
56 locations/datafile/libfoo.dylib : main.c
57 mkdir -p locations/datafile
58 cat main.c > locations/datafile/libfoo.dylib
/macosx-10.9.5/ruby-104/ruby/test/xmlrpc/
H A Dtest_parser.rb7 def datafile(base) method in class:GenericParserTest
12 [File.read(datafile(name) + ".xml"), YAML.load(File.read(datafile(name) + ".expected"))]
23 @datetime_xml = File.read(datafile('datetime_iso8601.xml'))
26 @fault_doc = File.read(datafile('fault.xml'))
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/samples/
H A Dsimple_counter.php5 // Open it outside a Db4Env environment with datafile/var/lib/db4
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duureroute.perl77 $datafile = "$directory/D./D.$1";
85 print "$SMAIL -R $system!$address < $datafile && $UUSTAT -k $jobid\n";
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_disk_cache.h63 const char *datafile; /* name of file where the data will go */ member in struct:disk_cache_object
H A Dmod_disk_cache.c166 rv = apr_file_rename(dobj->tempfile, dobj->datafile, r->pool);
169 "disk_cache: rename tempfile to datafile failed:"
170 " %s -> %s", dobj->tempfile, dobj->datafile);
184 apr_file_remove(dobj->datafile, r->pool);
352 dobj->datafile = data_file(r->pool, conf, dobj, key);
461 dobj->datafile = data_file(r->pool, conf, dobj, nkey);
474 rc = apr_file_open(&dobj->fd, dobj->datafile, flags, 0, r->pool);
534 if (dobj->datafile) {
536 "disk_cache: Deleting %s from cache.", dobj->datafile);
538 rc = apr_file_remove(dobj->datafile,
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDatafile.pm6 # Template Toolkit Plugin which reads a datafile and constructs a
93 [% USE mydata = datafile('/path/to/datafile') %]
94 [% USE mydata = datafile('/path/to/datafile', delim = '|') %]
106 [% USE datafile(filename) %]
113 [% USE userlist = datafile('/path/to/file/users') %]
114 [% USE things = datafile('items', delim = '|') %]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDatafile.pm6 # Template Toolkit Plugin which reads a datafile and constructs a
93 [% USE mydata = datafile('/path/to/datafile') %]
94 [% USE mydata = datafile('/path/to/datafile', delim = '|') %]
106 [% USE datafile(filename) %]
113 [% USE userlist = datafile('/path/to/file/users') %]
114 [% USE things = datafile('items', delim = '|') %]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgetscript.vim161 let datafile= datadir."/GetLatestVimScripts.dat"
162 if !filereadable(datafile)
163 echoerr "Your data file<".datafile."> isn't readable"
164 " call Dret("GetLatestVimScripts : non-readable datafile<".datafile.">")
167 if !filewritable(datafile)
168 echoerr "Your data file<".datafile."> isn't writable"
169 " call Dret("GetLatestVimScripts : non-writable datafile<".datafile.">")
177 " call Decho("datafile <"
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/perldriver/
H A DPerfFramework.pm97 my $datafile = shift;
102 if($datafile) {
103 $locAndData .= " -f $datafile";
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/test-programs/
H A Dsrcdir_test.sh33 touch tmp/datafile
52 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
75 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
85 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
106 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
134 atf_check -s eq:0 -o ignore -e empty grep "Cannot find datafile" res
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl76 The header of the datafile is copied intact to the output file,
79 mkshow { MetaKit raw datafile dump/view utility
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c222 const char *datafile; /* filename for map data files */ member in struct:__anon6004
1563 value = lookup_map_txtfile(r, s->datafile, key);
1621 value = lookup_map_dbmfile(r, s->datafile, s->dbmtype, key);
2935 newmap->datafile = fname;
2948 newmap->datafile = fname;
2981 if ((newmap->datafile = ap_server_root_relative(cmd->pool,
2988 newmap->datafile, &newmap->checkfile,
3006 newmap->datafile = NULL;
3013 newmap->datafile = NULL;
3031 newmap->datafile
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dcommit.test243 equal $err {not a Metakit datafile}
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dora.vim314 syn match oraModifier "backup datafile"
319 syn match oraModifier "datafile copy"
H A Daml.vim52 syn keyword amlInfoCmd contained accept add adir alter dialog alter alt directory aret arithmetic expressions aselect automatic return calculate cchr change options change comi cominput commands list como comoutput compile concatenate controlling defaults copy cursor data delete data entry data manipulate data retrieval data update date format datafile create datafile management decode define delimiter dfmt directory management directory display do doend documentation done end environment erase execute exiting expand export external fc files first format forms control get goto help import input form ipf internal item types items label lchar list logical expressions log merge modify options modify move next nselect output password prif print programming program protect purge query quit recase redefine relate relate release notes remark rename report options reporting report reselect reserved words restrictions run save security select set sleep sort special form spool stop items system variables take terminal types terminal time topics list type update upf
/macosx-10.9.5/adv_cmds-153/colldef/
H A Dparse.y137 collate : datafile {
405 datafile : statment_list label
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1081 "dangling" "data" "database" "datafile" "datafiles" "day" "ddl"
1337 "datafile" "datafiles" "datesplit" "dba" "dbname" "default" "deferred"

Completed in 350 milliseconds