HP-UX System Administrator's Guide: Configuration Management HP-UX 11i v3 (B3921-90017, September 2010)
Function Synopsis and Syntax
HP-UX functions are described in a definition format rather than a usage format. The
definition format includes typing information that is omitted when the function call is
actually included in a program.
The general definition form is:
type func ( type param [, type param]... );
For example:
int setuname ( const char *name , size_t namelen);
The usage form is:
func ( param [, param]... );
For example:
setuname ( name , namelen );
The function syntax elements are the same as for commands, except for the options.
Publication History
The document publication date and part number indicate its current edition. The
publication date will change when a new edition is released.
To ensure that you receive the new editions, you should subscribe to the appropriate
product support service. See your HP sales representative for details.
First Edition February 2007
HP Part Number 5991-6480
HP-UX 11i Version 3
Print, Instant Information DVD, and HP Technical
Documentation web site http://www.hp.com/go/hpux-core-docs
Second Edition March 2008,
HP Part Number 5992-3386,
HP-UX 11i Version 3 (B.11.31 March 2008 Update)
Print, Instant Information DVD, and HP Technical
Documentation web site ( http://www.hp.com/go/
hpux-core-docs)
Third Edition September 2008, 5992-4607,
HP-UX 11i version 3 (B.11.31 September 2008 Update)
Printed, DVD (Instant Information), and Web (http://
www.hp.com/go/hpux-core-docs)
Fourth Edition September 2009, 5992-6579,
HP-UX 11i version 3 (B.11.31 September 2009 Update)
Publication History 19