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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_parse.c328 dbids2objs(__nis_hash_table_mt *dbids, __nis_hash_table_mt *objs) { argument
335 o = __nis_find_item_mt(t->objPath, objs, -1, 0);
347 if (!__nis_release_item(o, objs, -1)) {
355 if (!__nis_insert_item_mt(t, objs, 0)) {
H A Dnis_parse_ldap_yp_util.c438 char *objs, *dom; local
472 objs = (char *)strtok_r(objName, " ", &lasts);
479 objs = NULL;
487 objs = NULL;
580 objs = (char *)strtok_r(objName, " ",
591 objs = NULL;
603 if (objs && strncasecmp(objs, t->objName,
605 t2 = find_table_mapping(objs, strlen(objs),
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c95 char *objs, *ptr, *next; local
101 if ((objs = strdup(str)) == NULL)
111 for (ptr = strtok_r(objs, MSG_ORIG(MSG_STR_DELIMIT), &next);
190 free(objs);

Completed in 57 milliseconds