Home
last modified time | relevance | path

Searched refs:find_t (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_util.h111 struct find_t struct
117 int _dos_findfirst(char *filename, int x, struct find_t *f); argument
118 int _dos_findnext(struct find_t *f);
121 struct find_t struct
127 int _dos_findfirst(char *filename, int x, struct find_t *f); argument
128 int _dos_findnext(struct find_t *f);
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dgdashboard.c52 static GFind find_t; variable
57 if (find_t.pattern != NULL && *find_t.pattern != '\0') in reset_find()
58 free (find_t.pattern); in reset_find()
60 find_t.look_in_sub = 0; in reset_find()
61 find_t.module = 0; in reset_find()
65 find_t.pattern = NULL; in reset_find()
1213 find_t.next_idx++; in find_next_sub_item()
1240 if (find_t.pattern == NULL || *find_t.pattern == '\0') in perform_next_find()
1248 idx = find_t.module; in perform_next_find()
1253 for (j = find_t.next_parent_idx; j < n; j++, find_t.next_idx++) { in perform_next_find()
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/misc/
H A Ddos.c94 struct find_t *d;
103 d = (struct find_t *) malloc(sizeof(struct find_t));
123 strcpy(dd.d_name,((struct find_t *)d)->name);
128 if (findnext((struct find_t *)d))
/dports/print/texlive-base/texlive-20150521-source/texk/ttf2pk2/
H A Demdir.c75 res = _dos_findnext ((struct find_t *)buffer); in ll_findnext()
85 res = _dos_findfirst((char *)path, attr, (struct find_t *)buffer); in ll_findfirst()
100 return _dos_findfirst (path, attr, (struct find_t *)buffer) == 0; in ll_findfirst()
106 return _dos_findnext ((struct find_t *)buffer) == 0; in ll_findnext()
H A Demdir.h7 #define ll_findbuffer find_t
/dports/print/freetype/freetype-1.3.1/contrib/ttf2pk/
H A Demdir.c75 res = _dos_findnext ((struct find_t *)buffer); in ll_findnext()
85 res = _dos_findfirst((char *)path, attr, (struct find_t *)buffer); in ll_findfirst()
100 return _dos_findfirst (path, attr, (struct find_t *)buffer) == 0; in ll_findfirst()
106 return _dos_findnext ((struct find_t *)buffer) == 0; in ll_findnext()
H A Demdir.h7 #define ll_findbuffer find_t
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/cjkutils-4.8.4/hbf2gf/
H A Demdir.c75 res = _dos_findnext ((struct find_t *)buffer); in ll_findnext()
85 res = _dos_findfirst((char *)path, attr, (struct find_t *)buffer); in ll_findfirst()
100 return _dos_findfirst (path, attr, (struct find_t *)buffer) == 0; in ll_findfirst()
106 return _dos_findnext ((struct find_t *)buffer) == 0; in ll_findnext()
H A Demdir.h7 #define ll_findbuffer find_t
/dports/net/binkd/binkd-1.0.4/dos/
H A Ddirent.c48 (struct find_t *)&dir->_d_reserved) )!=0 ) { in opendir()
62 (struct find_t *)&dir->_d_reserved); in rewinddir()
69 if( _dos_findnext((struct find_t *)&dir->_d_reserved)!=0 ) in readdir()
/dports/devel/boost-docs/boost_1_72_0/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/devel/hyperscan/boost_1_75_0/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/devel/boost-libs/boost_1_72_0/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/fwd/
H A Dfind.hpp51 struct find_t {
56 constexpr find_t find{};
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/
H A Ddevice.hpp30 typedef std::function<device_addrs_t(const device_addr_t&)> find_t; typedef in uhd::device
45 const find_t& find, const make_t& make, const device_filter_t filter);
/dports/games/sarien/sarien-0.7.0/src/filesys/msdos/
H A Dfileglob.c21 struct find_t fdata; in file_isthere()
29 struct find_t fdata; in file_name()
/dports/misc/lv/lv-f7ba677/src/
H A Dfile.h66 } find_t; typedef
93 find_t find;
/dports/security/l5/l5-1.2/
H A Ddosdir.h12 struct find_t find; /* findfirst/findnext ctx */
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vifa/
H A Dvifa_line_cover.cxx67 double ts = line_->find_t(sp); in InsertLine()
68 double te = line_->find_t(ep); in InsertLine()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/
H A Ddevice.cpp63 typedef std::tuple<device::find_t, device::make_t, device::device_filter_t> dev_fcn_reg_t;
69 const find_t& find, const make_t& make, const device_filter_t filter) in UHD_SINGLETON_FCN()
/dports/lang/seed7/seed7/src/
H A Ddir_dos.h71 struct find_t findData;

1234567