/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | htable.c | 60 const htab_t *tab, in avl_search() 93 const htab_t *tab, in avl_search_next() 276 htab_t *tab, in avl_insert() 387 htab_t *tab, in new_uid() 460 htab_t *tab, in uid_insert() 534 htab_t *tab in enlarge_htab() 620 htab_t *tab = NULL; in htab_create() local 695 htab_t *tab, in htab_add() 836 htab_t *tab, in htab_remove() 961 htab_t *tab, in htab_lookup() [all …]
|
/titanic_50/usr/src/lib/libast/common/hash/ |
H A D | hashdump.c | 53 dumpbucket(register Hash_table_t* tab, int flags) in dumpbucket() 104 dumptable(register Hash_table_t* tab, register int flags) in dumptable() 136 register Hash_table_t* tab; in dumproot() local 164 hashdump(register Hash_table_t* tab, int flags) in hashdump()
|
H A D | hashlast.c | 40 hashlast(Hash_table_t* tab) in hashlast()
|
H A D | hashwalk.c | 37 hashwalk(Hash_table_t* tab, int flags, register int (*walker)(const char*, char*, void*), void* han… in hashwalk()
|
H A D | hashsize.c | 38 hashsize(register Hash_table_t* tab, int size) in hashsize()
|
H A D | hashfree.c | 40 hashfree(register Hash_table_t* tab) in hashfree()
|
H A D | hashalloc.c | 43 register Hash_table_t* tab; in hashalloc() local
|
H A D | hashscan.c | 47 hashscan(register Hash_table_t* tab, register int flags) in hashscan()
|
H A D | hashlook.c | 37 hashlook(register Hash_table_t* tab, const char* name, long flags, const char* value) in hashlook()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uucheck.c | 64 struct tab struct 68 } tab[] = argument
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_dictionary.cc | 148 db_dictionary::create_table_desc(char *tab, table_obj* zdesc, in create_table_desc() 1425 db_dictionary::db_standby(char *tab) in db_standby() 1459 db_dictionary::find_table_desc(char *tab) in find_table_desc() 1474 db_dictionary::find_table_desc(char *tab, bool_t searchDeferred) { in find_table_desc() 1492 db_dictionary::find_table(char *tab, db_table_desc **where) { in find_table() 1498 db_dictionary::find_table(char *tab, db_table_desc **where, in find_table() 1504 db_dictionary::find_table(char *tab, db_table_desc **where, in find_table() 1549 db_dictionary::find_table_noLDAP(char *tab, db_table_desc **where, in find_table_noLDAP() 1621 db_dictionary::log_action(int action, char *tab, table_obj *tobj) in log_action() 1659 db_dictionary::delete_table_aux(char *tab, int mode) in delete_table_aux() [all …]
|
/titanic_50/usr/src/lib/nsswitch/ldap/common/ |
H A D | getnetgrent.c | 70 netgroup_table_t tab; member 78 netgroup_table_t tab; member 105 add_netgroup_name(const char *name, netgroup_table_t *tab) in add_netgroup_name() 151 get_next_netgroup(netgroup_table_t *tab) in get_next_netgroup() 168 free_netgroup_table(netgroup_table_t *tab) in free_netgroup_table() 512 add_netgroup_member_entry(ns_ldap_entry_t *entry, netgroup_table_t *tab) in add_netgroup_member_entry() 532 add_netgroup_member(ns_ldap_result_t *result, netgroup_table_t *tab) in add_netgroup_member() 559 netgroup_table_t tab; in top_down_search() local
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_hash.c | 132 did_hash_t *tab = (did_hash_t *)topo_mod_getspecific(mp); in did_hash_insert() local 160 did_hash_t *tab = (did_hash_t *)topo_mod_getspecific(mp); in did_hash_lookup() local
|
/titanic_50/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doscan.c | 85 char tab[NCHARS]; in _doscan() local 414 string(int stow, int type, int len, char *tab, FILE *iop, va_list *listp) in string() 477 setup(unsigned char *fmt, char *tab) in setup()
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | strlook.c | 40 strlook(const void* tab, size_t siz, register const char* name) in strlook()
|
H A D | strsearch.c | 40 strsearch(const void* tab, size_t num, size_t siz, Strcmp_f comparf, const char* name, void* contex… in strsearch()
|
H A D | stropt.c | 56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), voi… in stropt()
|
H A D | strpsearch.c | 53 strpsearch(const void* tab, size_t num, size_t siz, const char* name, char** next) in strpsearch()
|
/titanic_50/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 165 Idtab *tab = idtab_lookup(version); in lookup_identity() local 194 Idtab *tab = idtab_lookup(version); in process_request_identities() local 373 Idtab *tab = idtab_lookup(version); in process_remove_identity() local 393 Idtab *tab = idtab_lookup(version); in process_remove_all_identities() local 418 Idtab *tab; in reaper() local 445 Idtab *tab = idtab_lookup(version); in process_add_identity() local
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmlex.c | 48 tmlex(register const char* s, char** e, char** tab, int ntab, char** suf, int nsuf) in tmlex()
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | chars.c | 70 struct mchars *tab; in mchars_alloc() local 157 find(const struct mchars *tab, const char *p, size_t sz) in find()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | mac.h | 49 #define tab() prc(TAB) macro
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | tran.c | 136 setsymtab(wchar_t *n, wchar_t *s, awkfloat f, unsigned t, CELL **tab) in setsymtab() 178 lookup(wchar_t *s, CELL **tab, int flag) in lookup()
|
/titanic_50/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | impl.c | 204 kcf_provider_desc_t **tab; in prov_tab() local 287 kcf_policy_desc_t **tab; in policy_tab() local
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppop.c | 66 inithash(register Hash_table_t* tab, register struct ppkeyword* key) in inithash() 1499 Hash_table_t* tab; in ppop() local
|