Searched refs:dtmatch (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtfs.c75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev))
H A Dfmtgid.c76 else if (ip = (Id_t*)dtmatch(dict, &gid))
H A Dfmtuid.c76 else if (ip = (Id_t*)dtmatch(dict, &uid))
H A Dstruid.c80 else if (ip = (Id_t*)dtmatch(dict, name))
H A Dstrgid.c86 else if (ip = (Id_t*)dtmatch(dict, name))
/osnet-11/usr/src/lib/libast/common/comp/
H A Dhsearch.c129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
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*);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Denv.c122 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str);
168 Evar_t *vp = (Evar_t*)dtmatch(ep->dt,(void*)str);
H A Dnvdisc.c1049 np = dtmatch(root,(void*)name);
H A Dpath.c625 if(shp->fpathdict && (rp = dtmatch(shp->fpathdict,(void*)pname)))
H A Dinit.c1932 if(mp = dtmatch(shp->var_base,cp))
H A Dname.c1205 while(rp = (struct Namref*)dtmatch(Refdict,(void*)key))
H A Dxec.c763 Namval_t *np = dtmatch(shp->inpool,name);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmime.c240 ent = (Ent_t*)dtmatch(mp->cap, s);
392 if ((ent = (Ent_t*)dtmatch(mp->cap, type)) ||
417 if (ent = (Ent_t*)dtmatch(mp->cap, s))
425 if (ent = (Ent_t*)dtmatch(mp->cap, s))
434 return (Ent_t*)dtmatch(mp->cap, buf);
H A Dtranslate.c257 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp = (Message_t*)dtmatch(cp->messages, msg)))
H A Dfastfind.c1022 if (x = (Type_t*)dtmatch(fp->encode.namedict, type))
H A Dmagic.c1195 if (ip = (Info_t*)dtmatch(mp->idtab, s))
1867 ep->offset = (ip = (Info_t*)dtmatch(mp->infotab, p)) ? ip->value : 0;
H A Doptget.c166 #define D(s) (state.msgdict && dtmatch(state.msgdict, (s)))
190 #define D(s) (state.msgdict && dtmatch(state.msgdict, (s)))
839 if (!(p = (Save_t*)dtmatch(dict, buf)))
/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c363 if (!(m = (Map_t*)dtmatch(map, &key)))
421 if (m = (Map_t*)dtmatch(map, &keys[i]))
/osnet-11/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
/osnet-11/usr/src/lib/libast/common/include/
H A Dcdt.h300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/usr/src/lib/libdll/common/
H A Ddllscan.c509 if (dtmatch(scan->dict, b))

Completed in 85 milliseconds