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

  /src/lib/libc/rpc/
getnetpath.c 1 /* $NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $ */
37 static char sccsid[] = "@(#)getnetpath.c 1.11 91/12/19 SMI";
39 __RCSID("$NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $");
57 __weak_alias(getnetpath,_getnetpath)
87 * must be called before the first call to getnetpath(). A "handle" is
89 * subsequently to getnetpath(). (Handles are used to allow for nested calls
132 * When first called, getnetpath() returns a pointer to the netconfig
135 * On each subsequent call, getnetpath returns a pointer to the netconfig
136 * entry that corresponds to the next valid NETPATH component. getnetpath
139 * When NETPATH has been exhausted, getnetpath() returns NULL. It return
151 getnetpath(void *handlep) function in typeref:struct:netconfig *
    [all...]
getnetpath.c 1 /* $NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $ */
37 static char sccsid[] = "@(#)getnetpath.c 1.11 91/12/19 SMI";
39 __RCSID("$NetBSD: getnetpath.c,v 1.18 2022/01/04 22:10:08 andvar Exp $");
57 __weak_alias(getnetpath,_getnetpath)
87 * must be called before the first call to getnetpath(). A "handle" is
89 * subsequently to getnetpath(). (Handles are used to allow for nested calls
132 * When first called, getnetpath() returns a pointer to the netconfig
135 * On each subsequent call, getnetpath returns a pointer to the netconfig
136 * entry that corresponds to the next valid NETPATH component. getnetpath
139 * When NETPATH has been exhausted, getnetpath() returns NULL. It return
151 getnetpath(void *handlep) function in typeref:struct:netconfig *
    [all...]
  /src/lib/libc/include/
namespace.h 398 #define getnetpath _getnetpath macro
namespace.h 398 #define getnetpath _getnetpath macro

Completed in 26 milliseconds