Home
last modified time | relevance | path

Searched refs:stringtable (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.c66 stringtable table; in store()
86 stringtable table; in lookup()
H A Dtable.h46 typedef tablelist stringtable[TABLESIZE]; typedef
H A Dgetgroup.c57 extern stringtable ngtable; /* stored info from /etc/netgroup */
H A Drevnetgroup.c82 stringtable ngtable;
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h59 typedef struct stringtable { struct
63 } stringtable; argument
119 stringtable strt; /* hash table for strings */
H A Dlstring.c66 stringtable *tb = &G(L)->strt; in luaS_resize()
119 stringtable *tb = &G(L)->strt; in newshrstr()