Home
last modified time | relevance | path

Searched refs:hfile2 (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dplacesbrowser.cc126 auto hfile2 = Gio::File::create_for_path(userPicturesDir()); in refreshPlacesList() local
128 if (hfile2 && hfile2->query_exists() && !hfile2->equal(hfile)) { in refreshPlacesList()
130 if (auto info = hfile2->query_info ()) { in refreshPlacesList()
134 newrow[placesColumns.root] = hfile2->get_parse_name (); in refreshPlacesList()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsysdep.cc337 HANDLE hfile2 in same_file_internal() local
341 if (hfile2 != INVALID_HANDLE_VALUE) in same_file_internal()
347 && GetFileInformationByHandle (hfile2, &hfi2)) in same_file_internal()
360 CloseHandle (hfile2); in same_file_internal()
/dports/science/py-h5py/h5py-3.6.0/h5py/tests/
H A Dtest_file.py650 hfile2 = hfile['/'].file
651 self.assertEqual(hfile, hfile2)
660 hfile2 = grp.file
662 hfile2.close()
664 self.assertFalse(hfile2)
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dhts.c1016 hFILE *hfile2 = NULL; in hts_crypt4gh_redirect() local
1029 hfile2 = hopen(fn2, mode, "parent", hfile1, NULL); in hts_crypt4gh_redirect()
1030 if (hfile2) { in hts_crypt4gh_redirect()
1033 *hfile_ptr = hfile2; in hts_crypt4gh_redirect()
1081 hFILE *hfile2 = hopen_htsget_redirect(hfile, simple_mode); in hts_hopen() local
1082 if (hfile2 == NULL) goto error; in hts_hopen()
1084 hfile = hfile2; in hts_hopen()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dhts.c1319 hFILE *hfile2 = NULL; in hts_crypt4gh_redirect() local
1332 hfile2 = hopen(fn2, mode, "parent", hfile1, NULL); in hts_crypt4gh_redirect()
1333 if (hfile2) { in hts_crypt4gh_redirect()
1336 *hfile_ptr = hfile2; in hts_crypt4gh_redirect()
1384 hFILE *hfile2 = hopen_htsget_redirect(hfile, simple_mode); in hts_hopen() local
1385 if (hfile2 == NULL) goto error; in hts_hopen()
1387 hfile = hfile2; in hts_hopen()
/dports/biology/htslib/htslib-1.14/
H A Dhts.c1319 hFILE *hfile2 = NULL; in hts_crypt4gh_redirect() local
1332 hfile2 = hopen(fn2, mode, "parent", hfile1, NULL); in hts_crypt4gh_redirect()
1333 if (hfile2) { in hts_crypt4gh_redirect()
1336 *hfile_ptr = hfile2; in hts_crypt4gh_redirect()
1384 hFILE *hfile2 = hopen_htsget_redirect(hfile, simple_mode); in hts_hopen() local
1385 if (hfile2 == NULL) goto error; in hts_hopen()
1387 hfile = hfile2; in hts_hopen()
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dhts.c796 hFILE *hfile2 = hopen_json_redirect(hfile, simple_mode); in hts_hopen() local
797 if (hfile2 == NULL) goto error; in hts_hopen()
800 hfile = hfile2; in hts_hopen()
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dhts.c809 hFILE *hfile2 = hopen_htsget_redirect(hfile, simple_mode); in hts_hopen() local
810 if (hfile2 == NULL) goto error; in hts_hopen()
813 hfile = hfile2; in hts_hopen()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dhts.c824 hFILE *hfile2 = hopen_htsget_redirect(hfile, simple_mode); in hts_hopen() local
825 if (hfile2 == NULL) goto error; in hts_hopen()
828 hfile = hfile2; in hts_hopen()
/dports/biology/stacks/stacks-2.4/htslib/
H A Dhts.c801 hFILE *hfile2 = hopen_htsget_redirect(hfile, simple_mode); in hts_hopen() local
802 if (hfile2 == NULL) goto error; in hts_hopen()
805 hfile = hfile2; in hts_hopen()