Searched refs:temp_p (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dcpmv.c50 char *temp_p, temp[MAXFULLNAME]; local
62 if ((temp_p = strrchr(temp, '/')) == NULL)
63 temp_p = temp;
65 temp_p++;
66 (void) strcpy(temp_p, ".TM.XXXXXX");
67 temp_p = temp;
68 DEBUG(4, "temp name is %s\n", temp_p);
70 if ((fd2 = mkstemp(temp_p)) == -1) {
73 temp_p = f2;
74 if ((fd2 = open(temp_p, O_CREA
[all...]
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c695 krb5_principal p, temp_p=NULL; local
790 if ((retval=krb5_copy_principal(util_context, p, &temp_p))) {
797 free(temp_p->realm.data);
798 temp_p->realm.length = strlen(util_context->default_realm);
799 temp_p->realm.data = strdup(util_context->default_realm);
800 if (temp_p->realm.data == NULL) {
808 if ((retval = kdb_ldap_create_principal(util_context, temp_p, TGT_KEY, &rblock))) {
814 krb5_free_principal(util_context, temp_p);
824 if ((retval=krb5_copy_principal(util_context, p, &temp_p))) {
831 free(temp_p
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c88 static int get_lom_temp(int index, tempr_t *temp_p);
414 get_lom_temp(int index, tempr_t *temp_p) argument
428 *temp_p = lom_temp.temp[index];

Completed in 50 milliseconds