Searched refs:localName (Results 1 – 2 of 2) sorted by relevance
541 my $localName = shift;546 xmlHandlers::registerStartCallback($localName, \&completed);547 $startFunction{$localName} = $startFunction;550 xmlHandlers::registerEndCallback($localName, \&completed);551 $endFunction{$localName} = $endFunction;
1568 char localName[FQDN_MAX_SIZE] = "\0"; local1569 int res = gethostname(localName, sizeof(localName));1572 if ((res == -1) || (strcmp(fqdn, localName) != 0)) {