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

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c441 __nis_table_mapping_t *t_new = NULL, *tg; local
469 tg = NULL;
482 tg = find_table_mapping(t->dbId, dom - t->dbId,
501 tg = find_table_mapping(t->dbId, dom - t->dbId,
503 if (tg == NULL || tg->objName == NULL) {
515 tobj = s_strndup(tg->objName,
516 strlen(tg->objName));
593 if (tg != NULL) {
594 if (merge_table_mapping(tg,
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1169 char *tg = NULL; local
1193 tg = _scf_read_single_astring_from_pg(p->pw_pg,
1195 if (tg == NULL || /* scf_error() was set */
1196 (strcmp(tg, SCF_TM_TARGET_INSTANCE) != 0 &&
1197 strcmp(tg, SCF_TM_TARGET_THIS) != 0 &&
1202 if (tg != NULL) {
1203 free(tg);
1204 tg = NULL;
1231 tg = _scf_read_single_astring_from_pg(p->pw_pg,
1233 if (tg
[all...]

Completed in 27 milliseconds