HomeSort by: relevance | last modified time | path
    Searched refs:setttyent (Results 1 - 8 of 8) sorted by relevancy

  /src/include/
ttyent.h 76 int setttyent(void);
  /src/lib/libc/gen/
getttyent.c 59 __weak_alias(setttyent,_setttyent)
75 setttyent();
96 if (!tf && !setttyent())
255 setttyent(void) function in typeref:typename:int
ttyslot.c 64 setttyent();
Makefile.inc 154 getttyent.3 setttyent.3 getttyent.3 setttyentpath.3
  /src/sbin/ttyflags/
ttyflags.c 102 if (setttyent() == 0)
103 err(1, "setttyent");
  /src/usr.sbin/ac/
ac.c 206 setttyent();
  /src/lib/libc/include/
namespace.h 652 #define setttyent _setttyent macro
  /src/sbin/init/
init.c 1765 return setttyent();

Completed in 30 milliseconds