OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttyent
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ttyent.h
29
* @(#)
ttyent
.h 8.1 (Berkeley) 6/2/93
44
struct
ttyent
{
struct
58
extern struct
ttyent
*getttyent (void) __THROW;
59
extern struct
ttyent
*getttynam (__const char *__tty) __THROW;
65
#endif /*
ttyent
.h */
/external/netcat/
stupidh
48
stream stropts pstat sysmacros termio termios sgtty tty
ttyent
lstat select \
/external/dropbear/
loginrec.c
689
register struct
ttyent
*ty;
694
while ((struct
ttyent
*)0 != (ty = getttyent())) {
701
if((struct
ttyent
*)0 == ty) {
[
all
...]
Completed in 8669 milliseconds