United States-English |
|
|
HP-UX Reference > Yypupdate(3C)HP-UX 11i Version 3: February 2007 |
|
NAMEypupdate — changes NIS information SYNOPSIScc [ flag... ] file... -lnsl [ library... ] #include <rpcsvc/ypclnt.h> yp_update (domain, map, ypop, key, keylen, data, datalen) char *domain; char *map; unsigned ypop; char *key; int keylen; char *data; int datalen; DESCRIPTIONThe routine yp_update() is used to make changes to the Network Information Service (NIS) database. The syntax is the same as that of yp_match() (see ypclnt(3C)) except for the extra parameter ypop which may take on one of four values.
This routine depends upon secure RPC and will not work unless the network is running secure RPC. MULTITHREAD USAGE
These functions can be called safely in a multithreaded environment. They may be cancellation points in that they call functions that are cancel points. In a multithreaded environment, these functions are not safe to be called by a child process after fork() and before exec(). These functions should not be called by a multithreaded application that support asynchronous cancellation or asynchronous signals. |
Printable version | ||
|