Searched refs:PSWDict (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dsystemnames.c42 PSWDict wellKnownPSNames;
H A Dpswdict.h42 typedef struct _t_PSWDictRec *PSWDict; typedef in typeref:struct:_t_PSWDictRec
55 extern PSWDict CreatePSWDict(int /* nEntries */);
58 extern void DestroyPSWDict(PSWDict /* dict */);
61 extern PSWDictValue PSWDictLookup(PSWDict /* dict */, char * /* name */);
65 (PSWDict /* dict */, char * /* name */, PSWDictValue /* value */);
69 extern PSWDictValue PSWDictRemove(PSWDict /* dict */, char * /* name */);
74 extern PSWDict wellKnownPSNames;
H A Dpswdict.c71 PSWDict atoms;
78 PSWDict CreatePSWDict(int nEntries)
80 PSWDict d = (PSWDict)psw_calloc(sizeof(PSWDictRec), 1);
87 void DestroyPSWDict(PSWDict dict)
101 static Entry Probe(PSWDict d, int x, char *name)
110 static Entry PrevProbe(Entry *prev, PSWDict d, int x, char *name)
122 PSWDictValue PSWDictLookup(PSWDict dict, char *name)
132 PSWDictValue PSWDictEnter(PSWDict dict, char *name, PSWDictValue value)
149 PSWDictValue PSWDictRemove(PSWDict dic
[all...]
H A Dpsw.c452 PSWDict wrapDict;
599 PSWDict wrapDict;
1004 PSWDict wrapDict;
1376 PSWDict wrapDict;
H A Dpswsemantics.c63 static PSWDict currentDict = NULL;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsdict.h46 typedef struct _PSWDictRec *PSWDict; typedef in typeref:struct:_PSWDictRec
57 extern PSWDict DPSCreatePSWDict(integer /* nEntries */);
60 extern void DPSDestroyPSWDict(PSWDict /* dict */);
63 extern PSWDictValue DPSWDictLookup(PSWDict /* dict */, char * /* name */);
67 (PSWDict /* dict */, char * /* name */, PSWDictValue /* value */);
72 extern PSWDictValue DPSWDictRemove(PSWDict /* dict */, char * /* name */);
H A Ddpsdict.c65 static PSWDict atoms;
72 PSWDict DPSCreatePSWDict(integer nEntries)
74 PSWDict d = (PSWDict)DPScalloc(sizeof(PSWDictRec), 1);
81 void DPSDestroyPSWDict(PSWDict dict)
110 static Entry Probe(PSWDict d, integer x, char *name)
119 static Entry PrevProbe(Entry *prev, PSWDict d, integer x, char *name)
131 PSWDictValue DPSWDictLookup(PSWDict dict, char *name)
141 PSWDictValue DPSWDictEnter(PSWDict dict, char *name, PSWDictValue value)
158 PSWDictValue DPSWDictRemove(PSWDict dic
[all...]
H A Ddpsint.h63 PSWDict guserNameDict;

Completed in 18 milliseconds