/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_terminfo_skel.c | 53 const char *ta_name; member 106 for (tap = tdp->td_data; tap->ta_name != NULL; tap++) { in tigetstr() 107 if (strcmp(tap->ta_name, name) == 0) { in tigetstr() 124 for (tap = tdp->td_data; tap->ta_name != NULL; tap++) { in tigetflag() 125 if (strcmp(tap->ta_name, name) == 0) { in tigetflag() 141 for (tap = tdp->td_data; tap->ta_name != NULL; tap++) { in tigetnum() 142 if (strcmp(tap->ta_name, name) == 0) { in tigetnum()
|
/titanic_50/usr/src/cmd/acct/ |
H A D | acctmerg.c | 151 if (tp->ta_name[0] == '\0') in getleast() 157 (strncmp(tp->ta_name, least->ta_name, NSZ) < 0))) in getleast() 177 if (tp->ta_name[0] != '\0' && in sumcurr() 179 (uidsum || EQN(tp->ta_name, tc.ta_name))) { in sumcurr() 223 tp->ta_name[0] = '\0'; in getnext() 230 tp->ta_name, in getnext() 258 tp->ta_name, in prtacct()
|
H A D | acctdisk.c | 56 CPYN(tb.ta_name, ntmp); in main()
|
H A D | acctcon2.c | 58 CPYN(tb.ta_name, cb.ct_name); in main()
|
H A D | acctdef.h | 130 char ta_name[NSZ]; /* login name */ member
|
H A D | acctprc2.c | 132 CPYN(tb.ta_name, (*(struct utab **)node)->ut_name); in print_node()
|
H A D | acctprc.c | 159 CPYN(tb.ta_name, (char *)uidtonam((*(struct utab **)node)->ut_uid)); in print_node()
|
H A D | acctcon.c | 503 CPYN(tb.ta_name, (*(struct ctab **)node)->ct_name); in print_node()
|
/titanic_50/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | list.c | 58 if (plc->ta_name == NULL && plc->ta_serial == NULL) { in show_policy() 60 } else if (strcasecmp(plc->ta_name, "search") == 0) { in show_policy() 66 plc->ta_name ? plc->ta_name : "<null>"); in show_policy()
|
H A D | create.c | 139 plc.ta_name = get_string(optarg_av, &rv); in kc_create() 140 if (plc.ta_name == NULL) { in kc_create() 143 } else if (strcasecmp(plc.ta_name, in kc_create() 147 if (kmf_dn_parser(plc.ta_name, in kc_create()
|
H A D | modify.c | 199 plc.ta_name = get_string(optarg_av, &rv); in kc_modify_policy() 200 if (plc.ta_name == NULL) { in kc_modify_policy() 203 } else if (strcasecmp(plc.ta_name, "search")) { in kc_modify_policy() 206 if (kmf_dn_parser(plc.ta_name, in kc_modify_policy() 613 if (oplc.ta_name) in kc_modify_policy() 614 free(oplc.ta_name); in kc_modify_policy() 615 oplc.ta_name = plc.ta_name; in kc_modify_policy()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 181 const char *ta_name; /* Capability name */ member 1235 for (; ta->ta_name != NULL; ta++) { in termio_dump() 1243 ta->ta_name, str); in termio_dump() 1247 ta->ta_name); in termio_dump() 1252 ta->ta_name, ta->ta_valp->at_val); in termio_dump() 1255 mdb_dprintf(MDB_DBG_CMDBUF, "%s = %s\n", ta->ta_name, in termio_dump() 1279 for (nbytes = 0, ta = &termio_attrs[0]; ta->ta_name != NULL; ta++) { in termio_setup_attrs() 1283 str = tigetstr(ta->ta_name); in termio_setup_attrs() 1288 "string as expected\n", ta->ta_name); in termio_setup_attrs() 1297 "available\n", ta->ta_name); in termio_setup_attrs() [all …]
|
/titanic_50/usr/src/lib/libkmf/libkmf/common/ |
H A D | policy.c | 454 policy->ta_name = (char *)xmlGetProp(node, in parsePolicyElement() 840 FREE_POLICY_STR(policy->ta_name) in kmf_free_policy_record() 1242 policy->ta_name) != 0) { in addPolicyNode() 1292 if (policy->ta_name != NULL && in kmf_verify_policy() 1293 strcasecmp(policy->ta_name, "search") == 0) { in kmf_verify_policy() 1295 } else if (policy->ta_name != NULL && policy->ta_serial != NULL) { in kmf_verify_policy() 1297 } else if (policy->ta_name == NULL && policy->ta_serial == NULL) { in kmf_verify_policy()
|
H A D | certop.c | 2257 char *ta_name; in find_ta_cert() local 2277 ta_name = policy->ta_name; in find_ta_cert() 2298 ta_name, strlen(ta_name)); in find_ta_cert() 2532 if (policy->ta_name != NULL && in kmf_validate_cert() 2533 strcasecmp(policy->ta_name, "search") == 0) { in kmf_validate_cert()
|
/titanic_50/usr/src/lib/libkmf/include/ |
H A D | kmfpolicy.h | 86 char *ta_name; member
|