Home
last modified time | relevance | path

Searched refs:fromstring (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/bnu/
H A Dconn.c475 mergeProto(tostring, fromstring) in mergeProto() argument
476 char *tostring, *fromstring; in mergeProto()
482 if ( *tostring == *fromstring )
489 length = nextProto(fromstring + 1) - fromstring;
490 (void) strncpy(tostring, fromstring, length);
494 fromstring++;
495 if ( (*tostring != '(') && (*fromstring == '(') ) {
497 length = nextProto(fromstring) - fromstring;
498 (void) strncpy(tostring, fromstring, length);
/titanic_44/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c85 const char *fromstring = 0; in process_as_req() local
105 fromstring = inet_ntop(ADDRTYPE2FAMILY (from->address->addrtype), in process_as_req()
108 if (!fromstring) in process_as_req()
109 fromstring = "<unknown>"; in process_as_req()
462 fromstring, authtime, in process_as_req()
488 fromstring, status, in process_as_req()
H A Ddo_tgs_req.c87 const char *fromstring = 0; in process_tgs_req() local
115 fromstring = inet_ntop(ADDRTYPE2FAMILY(from->address->addrtype), in process_tgs_req()
118 if (!fromstring) in process_tgs_req()
119 fromstring = "<unknown>"; in process_tgs_req()
592 fromstring, authtime, in process_tgs_req()
715 fromstring, status, authtime, in process_tgs_req()
737 fromstring, response, status); in process_tgs_req()