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

  /src/lib/libc/rpc/
getnetconfig.c 1 /* $NetBSD: getnetconfig.c,v 1.25 2017/06/30 10:03:34 christos Exp $ */
37 static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI";
39 __RCSID("$NetBSD: getnetconfig.c,v 1.25 2017/06/30 10:03:34 christos Exp $");
60 __weak_alias(getnetconfig,_getnetconfig)
196 * getnetconfig() to parse the file. Each call to getnetconfig() using the
198 * setnetconfig() must be called before the first call to getnetconfig().
238 * When first called, getnetconfig() returns a pointer to the first entry in
240 * call, getnetconfig() returns a pointer to the next entry in the database.
241 * getnetconfig() can thus be used to search the entire netconfig file
246 getnetconfig(void *handlep) function in typeref:struct:netconfig *
    [all...]
  /src/lib/libc/include/
namespace.h 394 #define getnetconfig _getnetconfig macro

Completed in 13 milliseconds