/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 120 if(!(o = (Tree_t*)dtmatch(dt,key)) ) 153 return (o = (Tree_t*)dtmatch(dt,key)) ? (Void_t*)(&o->key) : NIL(Void_t*);
|
H A D | hsearch.c | 129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | mime.c | 240 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 D | translate.c | 249 …if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages && (mp… in match()
|
H A D | magic.c | 1160 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 D | fastfind.c | 1022 if (x = (Type_t*)dtmatch(fp->encode.namedict, type)) in findwrite()
|
H A D | optget.c | 162 #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 D | env.c | 122 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 D | nvdisc.c | 1027 np = dtmatch(root,(void*)name); in nv_search()
|
H A D | path.c | 636 if(shp->fpathdict && (rp = dtmatch(shp->fpathdict,(void*)pname))) in funload()
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regcoll.c | 214 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 D | fmtfs.c | 75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev)) in fmtfs()
|
H A D | fmtgid.c | 76 else if (ip = (Id_t*)dtmatch(dict, &gid)) in fmtgid()
|
H A D | fmtuid.c | 76 else if (ip = (Id_t*)dtmatch(dict, &uid)) in fmtuid()
|
H A D | struid.c | 80 else if (ip = (Id_t*)dtmatch(dict, name)) in struid()
|
H A D | strgid.c | 86 else if (ip = (Id_t*)dtmatch(dict, name)) in strgid()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | chgrp.c | 344 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 D | cdt.h | 300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 300 #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 D | cdt.h | 300 #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 D | cdt.h | 300 #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 D | cdt.h | 300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) macro
|
/titanic_44/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 489 if (dtmatch(scan->dict, b)) in dllsread()
|