HomeSort by: relevance | last modified time | path
    Searched defs:yp_match (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/yp/
yp_match.c 1 /* $NetBSD: yp_match.c,v 1.20 2024/01/03 18:41:53 christos Exp $ */
31 __RCSID("$NetBSD: yp_match.c,v 1.20 2024/01/03 18:41:53 christos Exp $");
49 __weak_alias(yp_match,_yp_match)
165 yp_match(const char *indomain, const char *inmap, const char *inkey, function in typeref:typename:int
215 clnt_perror(ysd->dom_client, "yp_match: clnt_call");
  /src/distrib/utils/libhack/
yplib.c 48 #define yp_match _yp_match macro
88 __weak_alias(yp_match,_yp_match);
173 yp_match(indomain, inmap, inkey, inkeylen, outval, outvallen) function
  /src/lib/libc/include/
namespace.h 923 #define yp_match _yp_match macro

Completed in 15 milliseconds