Searched refs:cout (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_change.c | 262 ldap_get_change_out_t *cout; in chg_get_statusChange() local 330 if ((cout = calloc(1, len)) == NULL) { in chg_get_statusChange() 333 cout->type = NS_STATUS_CHANGE_TYPE_CONFIG; in chg_get_statusChange() 334 cout->cookie = cookie; in chg_get_statusChange() 335 info->str = (char *)cout; in chg_get_statusChange() 408 ldap_get_change_out_t *cout = (ldap_get_change_out_t *)str; in chg_notify_statusChange() local 410 cout->cookie = chg_config_cookie_get(); in chg_notify_statusChange() 422 if (cout->type == NS_STATUS_CHANGE_TYPE_CONFIG) in chg_notify_statusChange() 427 sizeof (int) + cout->data_size; in chg_notify_statusChange() 449 ldap_get_change_out_t *cout; in chg_test_config_change() local [all …]
|
H A D | cachemgr_getldap.c | 2678 ldap_config_out_t *cout; in getldap_admincred() local 2703 cout = (ldap_config_out_t *)config_info->str; in getldap_admincred() 2704 if (cout) in getldap_admincred() 2705 cout->cookie = chg_config_cookie_get(); in getldap_admincred() 2714 ldap_config_out_t *cout; in getldap_lookup() local 2730 cout = (ldap_config_out_t *)config_info->str; in getldap_lookup() 2731 if (cout) in getldap_lookup() 2732 cout->cookie = chg_config_cookie_get(); in getldap_lookup() 2746 ldap_get_change_out_t *cout; in test_server_change() local 2770 cout = (ldap_get_change_out_t *)tmp_buf; in test_server_change() [all …]
|
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | AudioTypeChannel.cc | 82 char *cout; in Convert() local 137 cout = (char *)outbuf->GetAddress(); in Convert() 149 *cout++ = (char)smix; in Convert() 177 cout = (char *)outbuf->GetAddress(); in Convert() 183 *cout++ = cin[k]; in Convert()
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | conn.c | 747 char cin, cout; in wrchr() local 755 cout = buf[i]; in wrchr() 758 CDEBUG(5, "%s", cout < 040 ? "^" : ""); in wrchr() 759 CDEBUG(5, "%c", cout < 040 ? cout | 0100 : cout); in wrchr() 764 if (((*Write)(fn, &cout, 1)) != 1) in wrchr() 780 } while (cout != (cin & 0177)); in wrchr()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 512 char *cout; in rule_an_to_ln() local 535 cout = selstring; in rule_an_to_ln() 561 strncpy(cout, in rule_an_to_ln() 564 cout += datap->length; in rule_an_to_ln() 565 *cout = '\0'; in rule_an_to_ln() 576 *cout = *current; in rule_an_to_ln() 577 cout++; in rule_an_to_ln() 578 *cout = '\0'; in rule_an_to_ln()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | conn.c | 1001 char cin, cout; local 1009 cout = buf[i]&0177; 1011 CDEBUG(5, "%s", cout < 040 ? "^" : ""); 1012 CDEBUG(5, "%c", cout < 040 ? cout | 0100 : cout); 1015 if (((*Write)(fn, &par_tab[cout], 1)) != 1) 1028 } while (cout != cin);
|
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ecl-priv.h | 75 #define MP_ADD_CARRY(a1, a2, s, cin, cout) \ argument 79 cout = CARRYOUT(w); } 94 #define MP_ADD_CARRY(a1, a2, s, cin, cout) \ argument 100 cout = tmp + (sum < (cin)); }
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_confmgr.c | 480 ldap_config_out_t *cout; in __ns_ldap_LoadDoorInfo() local 546 if ((cout = calloc(1, len)) == NULL) { in __ns_ldap_LoadDoorInfo() 560 cout->data_size = configinfo->len; in __ns_ldap_LoadDoorInfo() 561 (void) memcpy(cout->config_str, configinfo->str, in __ns_ldap_LoadDoorInfo() 564 configinfo->str = (char *)cout; in __ns_ldap_LoadDoorInfo()
|