Searched defs:objs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_parse.c327 dbids2objs(__nis_hash_table_mt *dbids, __nis_hash_table_mt *objs) { argument
334 o = __nis_find_item_mt(t->objPath, objs, -1, 0);
346 if (!__nis_release_item(o, objs, -1)) {
354 if (!__nis_insert_item_mt(t, objs, 0)) {
H A Dnis_parse_ldap_yp_util.c444 char *objs, *dom; local
479 objs = (char *)strtok_r(objName, " ", &lasts);
486 objs = NULL;
494 objs = NULL;
587 objs = (char *)strtok_r(objName, " ",
598 objs = NULL;
610 if (objs && strncasecmp(objs, t->objName,
612 t2 = find_table_mapping(objs, strlen(objs),
[all...]

Completed in 34 milliseconds