Home
last modified time | relevance | path

Searched refs:dtmatch (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/lib/libast/common/comp/
H A Dtsearch.c120 if(!(o = (Tree_t*)dtmatch(dt,key)) )
153 return (o = (Tree_t*)dtmatch(dt,key)) ? (Void_t*)(&o->key) : NIL(Void_t*);
H A Dhsearch.c129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
/titanic_44/usr/src/lib/libast/common/misc/
H A Dmime.c240 ent = (Ent_t*)dtmatch(mp->cap, s); in mimeset()
392 if ((ent = (Ent_t*)dtmatch(mp->cap, type)) || in find()
417 if (ent = (Ent_t*)dtmatch(mp->cap, s)) in find()
425 if (ent = (Ent_t*)dtmatch(mp->cap, s)) in find()
434 return (Ent_t*)dtmatch(mp->cap, buf); in find()
H A Dtranslate.c249 …if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp… in match()
H A Dmagic.c1160 if (ip = (Info_t*)dtmatch(mp->idtab, s)) in cklang()
1832 ep->offset = (ip = (Info_t*)dtmatch(mp->infotab, p)) ? ip->value : 0; in load()
H A Dfastfind.c1022 if (x = (Type_t*)dtmatch(fp->encode.namedict, type)) in findwrite()
H A Doptget.c162 #define D(s) (opt_info.state->msgdict && dtmatch(opt_info.state->msgdict, (s)))
186 #define D(s) (opt_info.state->msgdict && dtmatch(opt_info.state->msgdict, (s)))
703 if (!(p = (Save_t*)dtmatch(dict, s))) in save()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Denv.c122 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str); in env_add()
168 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str); in env_delete()
H A Dnvdisc.c1027 np = dtmatch(root,(void*)name); in nv_search()
H A Dpath.c636 if(shp->fpathdict && (rp = dtmatch(shp->fpathdict,(void*)pname))) in funload()
/titanic_44/usr/src/lib/libast/common/regex/
H A Dregcoll.c214 if (a = (Ucs_map_t*)dtmatch(local.attrs, b)) in regcollate()
241 if (z = (Ucs_map_t*)dtmatch(local.names, buf)) in regcollate()
/titanic_44/usr/src/lib/libast/common/string/
H A Dfmtfs.c75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev)) in fmtfs()
H A Dfmtgid.c76 else if (ip = (Id_t*)dtmatch(dict, &gid)) in fmtgid()
H A Dfmtuid.c76 else if (ip = (Id_t*)dtmatch(dict, &uid)) in fmtuid()
H A Dstruid.c80 else if (ip = (Id_t*)dtmatch(dict, name)) in struid()
H A Dstrgid.c86 else if (ip = (Id_t*)dtmatch(dict, name)) in strgid()
/titanic_44/usr/src/lib/libcmd/common/
H A Dchgrp.c344 if (!(m = (Map_t*)dtmatch(map, &key))) in b_chgrp()
402 if (m = (Map_t*)dtmatch(map, &keys[i])) in b_chgrp()
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
/titanic_44/usr/src/lib/libast/common/include/
H A Dcdt.h300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
/titanic_44/usr/src/lib/libdll/common/
H A Ddllscan.c489 if (dtmatch(scan->dict, b)) in dllsread()