Home
last modified time | relevance | path

Searched refs:tfind (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dsearch.in.h45 # define tfind rpl_tfind macro
108 _GL_FUNCDECL_RPL (tfind, void *,
112 _GL_CXXALIAS_RPL (tfind, void *,
117 _GL_FUNCDECL_SYS (tfind, void *,
124 _GL_CXXALIAS_SYS_CAST (tfind, void *,
128 _GL_CXXALIASWARN (tfind);
188 # undef tfind
190 _GL_WARN_ON_USE (tfind, "tfind is unportable - "
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dsearch.in.h90 # define tfind rpl_tfind macro
153 _GL_FUNCDECL_RPL (tfind, void *,
157 _GL_CXXALIAS_RPL (tfind, void *,
162 _GL_FUNCDECL_SYS (tfind, void *,
169 _GL_CXXALIAS_SYS_CAST (tfind, void *,
173 _GL_CXXALIASWARN (tfind);
237 # undef tfind
239 _GL_WARN_ON_USE (tfind, "tfind is unportable - "
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dtfind.texi1 @node tfind
2 @section @code{tfind}
3 @findex tfind
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tfind.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dtfind.texi1 @node tfind
2 @section @code{tfind}
3 @findex tfind
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/tfind.html}
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_find_external.c32 } * opaque = tfind( (void *) (&sense_key), &sensor_tree, sensor_compare ) ; in Find_External_Sensor()
57 } * opaque = tfind( (void *) (&property_key), &property_tree, property_compare ) ; in Find_External_Property()
77 } * opaque = tfind( (void *) (&family_key), &family_tree, family_compare ) ; in Find_External_Family()
/dports/science/udunits/udunits-2.2.28/lib/
H A DunitToIdMap.c348 treeEntry = tfind(&targetEntry, selectTree(map, encoding), compareUnits); in utimRemove()
383 treeEntry = tfind(&targetEntry, &map->ascii, compareUnits); in utimFindAsciiByUnit()
410 treeEntry = tfind(&targetEntry, &map->latin1, compareUnits); in utimFindLatin1ByUnit()
413 treeEntry = tfind(&targetEntry, &map->ascii, compareUnits); in utimFindLatin1ByUnit()
440 treeEntry = tfind(&targetEntry, &map->utf8, compareUnits); in utimFindUtf8ByUnit()
443 treeEntry = tfind(&targetEntry, &map->latin1, compareUnits); in utimFindUtf8ByUnit()
446 treeEntry = tfind(&targetEntry, &map->ascii, compareUnits); in utimFindUtf8ByUnit()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-tsearch.c25 SIGNATURE_CHECK (tfind, void *, (void const *, void * const *,
218 if (tfind (x + j, (void *const *) root, cmp_fn) != NULL) in mangle_tree()
225 || tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
240 elem = tfind (x + j, (void *const *) root, cmp_fn); in mangle_tree()
249 if (tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-tsearch.c25 SIGNATURE_CHECK (tfind, void *, (void const *, void * const *,
220 if (tfind (x + j, (void *const *) root, cmp_fn) != NULL) in mangle_tree()
227 || tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
242 elem = tfind (x + j, (void *const *) root, cmp_fn); in mangle_tree()
251 if (tfind (x + j, (void *const *) root, cmp_fn) == NULL) in mangle_tree()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Dtsearch.c42 #define tfind ______tfind macro
49 #undef tfind
139 Void_t* tfind(const Void_t* key, Void_t*const* rootp, in tfind() function
142 Void_t* tfind(key, rootp, comparf) in tfind()
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Dtsearch.c42 #define tfind ______tfind macro
49 #undef tfind
139 Void_t* tfind(const Void_t* key, Void_t*const* rootp, in tfind() function
142 Void_t* tfind(key, rootp, comparf) in tfind()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dtsearch.c42 #define tfind ______tfind macro
49 #undef tfind
139 Void_t* tfind(const Void_t* key, Void_t*const* rootp, in tfind() function
142 Void_t* tfind(key, rootp, comparf) in tfind()
/dports/devel/sunpromake/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/devel/smake/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/devel/sccs/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/devel/schilybase/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/net/rscsi/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/archivers/star/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/sysutils/cdrtools/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/editors/ved/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/sysutils/schilyutils/schily-2021-09-18/libxtermcap/
H A Dtgetent.c101 LOCAL char *tfind __PR((char *ep, char *ent));
411 ep = tfind(tbuf, _tc);
479 } while ((tcname = tfind(tcname, _tc)) != NULL && *tcname == '=');
543 tfind(ep, ent) in tfind() function
584 ep = (Uchar *)tfind((char *)ep, ent);
616 ep = tfind(ep, ent);
646 ep = tfind(ep, ent);
822 if ((ep = tfind(tbuf, ent)) != NULL) {
823 while ((ep = tfind(ep, ent)) && *ep == '#') {
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dsearchh.inc59 function tfind(__key:pointer; __rootp:Ppointer; __compar:__compar_fn_t):pointer;cdecl;external clib…
92 function tfind(__key:pointer; var __rootp:pointer; __compar:__compar_fn_t):pointer;cdecl;external c…
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/uniplate-1.6.12/Data/Generics/
H A DPlateData.hs64 tifind = typeInt tfind
67 tfind = typeOf find function
68 tmatch = f [tfind] (filter ((/=) tfind . fst) $ containsList start)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/uniplate-1.6.12/Data/Generics/
H A DPlateData.hs64 tifind = typeInt tfind
67 tfind = typeOf find function
68 tmatch = f [tfind] (filter ((/=) tfind . fst) $ containsList start)
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/third-party/stdlib/src/
H A Dstring_ext.lua210 local function tfind (s, p, init, plain) function
232 from, to, r = tfind (s, p, init, plain)
302 tfind = tfind,
/dports/devel/lua-stdlib/lua-stdlib-release-v41.2.2/lib/std/
H A Dstring.lua56 local function tfind (s, ...) function
66 from, to, r = tfind (s, p, i, ...)
452 tfind = X ("tfind (string, string, ?int, ?boolean|:plain)", tfind),

12345678910>>...26