Home
last modified time | relevance | path

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

/reactos/base/services/telnetd/
H A Dsyslog.c46 static char local_hostname[ MAX_COMPUTERNAME_LENGTH + 1 ]; variable
189 n = sizeof(local_hostname); in openlog()
190 if( !GetComputerName( local_hostname, &n ) ) in openlog()
221 if( datagramm_size - strlen(local_hostname) - (ident? strlen(ident) : 0) < 64 ) in openlog()
297 local_hostname, syslog_ident? syslog_ident : "", str_pid ); in vsyslog()