Version: 8.3.0
Utils_Identity.cxx File Reference
#include <iostream>
#include "utilities.h"
#include "Utils_Identity.hxx"
#include <string.h>
#include <pwd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <netdb.h>
Include dependency graph for Utils_Identity.cxx:

Functions

const charduplicate (const char *const str)
 This function can be changed by strdup() if strdup() is ANSI. More...
 
struct utsname get_uname (void)
 
const charget_adip (void)
 
const char *const get_pwname (void)
 
std::ostream & operator<< (std::ostream &os, const Identity &monid)
 

Function Documentation

const char* duplicate ( const char *const  str)

This function can be changed by strdup() if strdup() is ANSI.

It is strongly (and only) used in the Registry environment (RegistryService, RegistryConnexion, Identity, ...)

const char* get_adip ( void  )

References ASSERT, and duplicate().

const char* const get_pwname ( void  )
struct utsname get_uname ( void  )
read

References ASSERT.

std::ostream& operator<< ( std::ostream &  os,
const Identity monid 
)