Searches for the value associated with a key.
#include <rpcsvc/ypclnt.h> #include <rpcsvc/yp_prot.h>
yp_match (indomain, inmap, inkey, inkeylen, outval, outvallen) char *indomain; char *inmap; char *inkey; int inkeylen; char **outval; int *outvallen;
The yp_match subroutine searches for the value associated with a key. The input character string entered as the key must match a key in the Network Information Service (NIS) map exactly because pattern matching is not available in NIS.
Upon successful completion, this subroutine returns a value of 0. If unsuccessful, it returns one of the error codes described in the rpcsvc/yp_prot.h file.
This subroutine is part of Base Operating System (BOS) Runtime.
The malloc subroutine.
Network Information Service (NIS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.
List of NIS Programming References and Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.