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

  /src/lib/libc/gen/
getttyent.c 1 /* $NetBSD: getttyent.c,v 1.26 2013/06/30 10:07:43 martin Exp $ */
35 static char sccsid[] = "@(#)getttyent.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: getttyent.c,v 1.26 2013/06/30 10:07:43 martin Exp $");
57 __weak_alias(getttyent,_getttyent)
76 while ((t = getttyent()) != NULL)
84 getttyent(void) function in typeref:struct:ttyent *
  /src/lib/libc/include/
namespace.h 432 #define getttyent _getttyent macro

Completed in 12 milliseconds