Query: upscli_splitname
OS: freebsd
Section: 3
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UPSCLI_SPLITNAME(3) NUT Manual UPSCLI_SPLITNAME(3)NAMEupscli_splitname - split a UPS definition into its componentsSYNOPSIS#include <upsclient.h> int upscli_splitname(const char *buf, char **upsname, char **hostname, int *port)DESCRIPTIONThe upscli_splitname() function takes a pointer to the raw UPS definition buf and returns pointers to dynamically allocated memory in upsname and hostname. It also copies the port number into port.FORMATTINGA UPS definition is specified according to this format: <upsname>[@<hostname>[:<port>]] When the UPS name is not given, this function will print an error to stderr and return -1 without changing anything. Definitions without an explicit port value receive the default value of 3493. The default hostname is "localhost".MEMORY USAGEYou must free(3) the pointers to upsname and hostname when you are done with them to avoid memory leaks.RETURN VALUEThe upscli_splitname() function returns 0 on success, or -1 if an error occurs.SEE ALSOupscli_fd(3), upscli_get(3), upscli_readline(3), upscli_sendline(3), upscli_splitaddr(3), upscli_ssl(3), upscli_strerror(3), upscli_upserror(3) Network UPS Tools 05/22/2012 UPSCLI_SPLITNAME(3)
Related Man Pages |
---|
upscli_readline(3) - debian |
upscli_splitname(3) - opensolaris |
upscli_sendline(3) - opensolaris |
upscli_splitaddr(3) - opensolaris |
upscli_splitname(3) - posix |
Similar Topics in the Unix Linux Community |
---|
Not able to lock the port |