Sun Java System Web Server 6.1 SP7 NSAPI Programmer's Guide

util_hostname

The util_hostname function retrieves the local host name and returns it as a string. If the function cannot find a fully-qualified domain name, it returns NULL. You may reallocate or free this string. Use this function to determine the name of the system you are on.

Syntax

char *util_hostname(void);

Returns

If a fully-qualified domain name was found, returns a string containing that name else returns NULL.

Parameters

none