Sun Java System Web Server 7.0 NSAPI Developer'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 can reallocate or free this string. Use this function to determine the name of the system you are on.

Syntax

char *util_hostname(void);

Returns

A string containing that name, if a fully-qualified domain name is found; otherwise, returns NULL.

Parameters

none