Home
last modified time | relevance | path

Searched refs:no_file (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/sysutils/py-salt/salt-3004.1/tests/integration/modules/
H A Dtest_mac_xattr.py23 cls.no_file = os.path.join(RUNTIME_VARS.TMP, "xattr_no_file.txt")
51 self.run_function("xattr.list", [self.no_file]),
52 "ERROR: File not found: {}".format(self.no_file),
84 self.run_function("xattr.write", [self.no_file, "patrick", "jellyfish"]),
85 "ERROR: File not found: {}".format(self.no_file),
111 self.run_function("xattr.read", [self.no_file, "spongebob"]),
112 "ERROR: File not found: {}".format(self.no_file),
155 self.run_function("xattr.delete", [self.no_file, "spongebob"]),
156 "ERROR: File not found: {}".format(self.no_file),
191 self.run_function("xattr.clear", [self.no_file]),
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/tests/unit_tests/
H A Dnewest.tst48 if newest(TMPDIR+"/newest_1",TMPDIR+"/no_file",TMPDIR+"/newest_3",TMPDIR+"/newest_4") <> 4 then pau…
49 if newest(TMPDIR+"/no_file",TMPDIR+"/newest_3",TMPDIR+"/newest_4",TMPDIR+"/newest_1") <> 3 then pau…
50 if newest(TMPDIR+"/newest_3",TMPDIR+"/newest_4",TMPDIR+"/newest_1",TMPDIR+"/no_file") <> 2 then pau…
51 if newest(TMPDIR+"/newest_4",TMPDIR+"/newest_1",TMPDIR+"/no_file",TMPDIR+"/newest_3") <> 1 then pau…
53 if newest([TMPDIR+"/newest_1" TMPDIR+"/no_file" TMPDIR+"/newest_3" TMPDIR+"/newest_4"] ) <> 4 then …
54 if newest([TMPDIR+"/no_file" TMPDIR+"/newest_3" TMPDIR+"/newest_4" TMPDIR+"/newest_1"] ) <> 3 then …
55 if newest([TMPDIR+"/newest_3" TMPDIR+"/newest_4" TMPDIR+"/newest_1" TMPDIR+"/no_file"] ) <> 2 then …
56 if newest([TMPDIR+"/newest_4" TMPDIR+"/newest_1" TMPDIR+"/no_file" TMPDIR+"/newest_3"] ) <> 1 then …
58 if newest([TMPDIR+"/newest_1" TMPDIR+"/no_file" ; TMPDIR+"/newest_3" TMPDIR+"/newest_4"] ) <> 4 the…
59 if newest([TMPDIR+"/no_file" TMPDIR+"/newest_3" ; TMPDIR+"/newest_4" TMPDIR+"/newest_1"] ) <> 2 the…
[all …]
H A Dnewest.dia.ref38 if newest(TMPDIR+"/newest_1",TMPDIR+"/no_file",TMPDIR+"/newest_3",TMPDIR+"/newest_4") <> 4 then bug…
39 if newest(TMPDIR+"/no_file",TMPDIR+"/newest_3",TMPDIR+"/newest_4",TMPDIR+"/newest_1") <> 3 then bug…
40 if newest(TMPDIR+"/newest_3",TMPDIR+"/newest_4",TMPDIR+"/newest_1",TMPDIR+"/no_file") <> 2 then bug…
41 if newest(TMPDIR+"/newest_4",TMPDIR+"/newest_1",TMPDIR+"/no_file",TMPDIR+"/newest_3") <> 1 then bug…
42 if newest([TMPDIR+"/newest_1" TMPDIR+"/no_file" TMPDIR+"/newest_3" TMPDIR+"/newest_4"] ) <> 4 then …
43 if newest([TMPDIR+"/no_file" TMPDIR+"/newest_3" TMPDIR+"/newest_4" TMPDIR+"/newest_1"] ) <> 3 then …
44 if newest([TMPDIR+"/newest_3" TMPDIR+"/newest_4" TMPDIR+"/newest_1" TMPDIR+"/no_file"] ) <> 2 then …
45 if newest([TMPDIR+"/newest_4" TMPDIR+"/newest_1" TMPDIR+"/no_file" TMPDIR+"/newest_3"] ) <> 1 then …
46 if newest([TMPDIR+"/newest_1" TMPDIR+"/no_file" ; TMPDIR+"/newest_3" TMPDIR+"/newest_4"] ) <> 4 the…
47 if newest([TMPDIR+"/no_file" TMPDIR+"/newest_3" ; TMPDIR+"/newest_4" TMPDIR+"/newest_1"] ) <> 2 the…
[all …]
H A Dnewest.encoding.dia.ref66 if(newest(TMPDIR+"/newest_"+tab_ref(i), TMPDIR+"/no_file") <> 1) then bugmes();quit;end
67 if(newest([TMPDIR+"/newest_"+tab_ref(i), TMPDIR+"/no_file"]) <> 1) then bugmes();quit;end
68 if(newest([TMPDIR+"/newest_"+tab_ref(i); TMPDIR+"/no_file"]) <> 1) then bugmes();quit;end
H A Dnewest.encoding.tst84 if(newest(TMPDIR+"/newest_"+tab_ref(i), TMPDIR+"/no_file") <> 1) then pause, end
85 if(newest([TMPDIR+"/newest_"+tab_ref(i), TMPDIR+"/no_file"]) <> 1) then pause, end
86 if(newest([TMPDIR+"/newest_"+tab_ref(i); TMPDIR+"/no_file"]) <> 1) then pause, end
/dports/cad/ngspice_rework/ngspice-35/src/xspice/cm/
H A Dcmexport.c17 static FILE * no_file(void) { in no_file() function
68 no_file,
69 no_file,
70 no_file,
/dports/cad/ngspice_rework/ngspice-35/src/xspice/
H A Dxspice.c15 static FILE * no_file(void) { in no_file() function
66 no_file,
67 no_file,
68 no_file,
/dports/archivers/ppmd-7z/p7zip_9.04/contrib/gzip-like_CLI_wrapper_for_7z/check/
H A Dcheck.sh95 ../p7zip no_file
101 ../p7zip -d no_file
107 ../p7zip -d no_file.7z
/dports/security/wipe/wipe-2.3.1/
H A Dmain.c116 options.no_file = 0; /* use named files */ in main()
411 options.no_file = 1; in main()
416 options.no_file = 0; in main()
436 printf("stdout = %d\n", options.no_file); in main()
456 if (optind == argc && !options.no_file) in main()
465 if (options.no_file) in main()
483 if (!options.no_file) in main()
H A Dfile.c68 if (options.no_file) in do_file()
125 if (!options.no_file) in fsetbuf()
225 if (!options.no_file) in fgetdata()
240 if (options.no_file) in fgetdata()
/dports/news/cg/cg-0.4/
H A Dcheckgroup.c129 long complete(map *parts, long no_file, struct file **todec);
306 no_file = parse(parts, conin); in main()
308 todec = (struct file **)xmalloc(sizeof(struct file *)*no_file); in main()
310 no_complete = complete(parts, no_file, todec); in main()
351 no_file = j; in main()
366 argv[i], no_complete, no_file, ndecoded); in main()
382 complete (map *parts, long no_file, struct file **todec) in complete() argument
499 long artno, no_file, size; in parse() local
502 no_file = 0; in parse()
598 no_file++; in parse()
[all …]
/dports/devel/py-pydrive/PyDrive-1.3.1/pydrive/test/
H A Dtest_oauth.py40 self.CheckCredentialsFile('credentials/4.dat', no_file=True)
67 def CheckCredentialsFile(self, credentials, no_file=False): argument
70 self.assertEqual(ga.access_token_expired, no_file)
/dports/science/p5-PerlMol/PerlMol-0.3500/inc/BUNDLES/Chemistry-Mol-0.35/t/
H A Dexception.t24 throws_ok { Chemistry::Mol->read('no_file.mol', format => 'mdl') }
27 throws_ok { Chemistry::Mol->read('no_file.mol', format => 'dumper') }
30 throws_ok { Chemistry::Mol->write('no_file.mol') }
/dports/sysutils/fwup/fwup-1.9.0/tests/
H A D114_fat_cp_error_cases.test13 task no_file {
30 if $FWUP_APPLY -q -d $IMGFILE -t no_file $FWFILE; then
H A D113_fat_mv_error_cases.test17 task no_file {
70 if $FWUP_APPLY -q -d $IMGFILE -t no_file $FWFILE; then
/dports/science/p5-Chemistry-Mol/Chemistry-Mol-0.38/t/
H A Dexception.t24 throws_ok { Chemistry::Mol->read('no_file.mol', format => 'mdl') }
27 throws_ok { Chemistry::Mol->read('no_file.mol', format => 'dumper') }
30 throws_ok { Chemistry::Mol->write('no_file.mol') }
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DShapefiles.cpp451 no_file: in OutputPrjFile()
561 no_file: in DumpTxtTab()
668 no_file: in ExportResultSetAsTxtTab()
791 no_file: in DumpCsv()
906 no_file: in ExportResultSetAsCsv()
1048 no_file: in DumpHtml()
1685 no_file: in DumpDif()
1850 no_file: in ExportResultSetAsDif()
2018 no_file: in DumpSylk()
2161 no_file: in ExportResultSetAsSylk()
[all …]
/dports/devel/apr1/apr-1.7.0/threadproc/win32/
H A Dproc.c38 static apr_file_t no_file = { NULL, INVALID_HANDLE_VALUE, }; variable
96 attr->child_in = &no_file; in apr_procattr_io_set()
106 attr->child_out = &no_file; in apr_procattr_io_set()
116 attr->child_err = &no_file; in apr_procattr_io_set()
134 if ((attr->child_in == NULL) || (attr->child_in == &no_file)) in apr_procattr_child_in_set()
160 if ((attr->child_out == NULL) || (attr->child_out == &no_file)) in apr_procattr_child_out_set()
186 if ((attr->child_err == NULL) || (attr->child_err == &no_file)) in apr_procattr_child_err_set()
965 if ((attr->child_in) && (attr->child_in != &no_file)) {
968 if ((attr->child_out) && (attr->child_out != &no_file)) {
971 if ((attr->child_err) && (attr->child_err != &no_file)) {
/dports/security/stunnel/stunnel-5.60/tests/
H A Dtest_library92 no_file() {
375 if no_file "error.log"
405 if no_file "error.log"
440 if no_file "error.log"
474 if no_file "error.log"
509 if no_file "error.log"
570 if no_file "error.log"
641 if no_file "error.log"
682 if no_file "error.log"
749 if no_file "error.log"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/safe_browsing/
H A Dbinary_feature_extractor_unittest.cc57 base::FilePath no_file = in TEST_F() local
61 extractor_->ExtractDigest(no_file, &digests); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/safe_browsing/
H A Dbinary_feature_extractor_unittest.cc57 base::FilePath no_file = in TEST_F() local
61 extractor_->ExtractDigest(no_file, &digests); in TEST_F()
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dfpassthru_error.phpt14 $no_file = fread("/no/such/file", "r");
15 var_dump( fpassthru($no_file) );
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dfpassthru_error.phpt14 $no_file = fread("/no/such/file", "r");
15 var_dump( fpassthru($no_file) );
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/
H A Dgraph.inc.php92 if (! empty($no_file)) {
93 graph_error($width < 200 ? 'No Data' : 'No Data file ' . $no_file);
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Dsort.pl36 my $no_file = "$prog: cannot read: no-file: No such file or directory\n";
324 ["no-file1", 'no-file', {EXIT=>2}, {ERR=>$no_file}],
327 ["o-no-file1", qw(-o no-file no-file), {EXIT=>2}, {ERR=>$no_file}],

12345678910