Home
last modified time | relevance | path

Searched refs:localName (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libbsm/
H A Dauditxml.pm541 my $localName = shift;
546 xmlHandlers::registerStartCallback($localName, \&completed);
547 $startFunction{$localName} = $startFunction;
550 xmlHandlers::registerEndCallback($localName, \&completed);
551 $endFunction{$localName} = $endFunction;
/titanic_41/usr/src/cmd/lms/
H A DProtocol.cpp1568 char localName[FQDN_MAX_SIZE] = "\0"; local
1569 int res = gethostname(localName, sizeof(localName));
1572 if ((res == -1) || (strcmp(fqdn, localName) != 0)) {