Searched defs:in_fd (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libabi/
H A Dopimport.cpp197 int in_fd; local
203 in_fd = open(inputs[0].c_str(), O_RDONLY);
204 assert(in_fd > 0);
205 rc = fstat(in_fd, &statb);
207 in = mmap(0, statb.st_size, PROT_READ, MAP_PRIVATE, in_fd, 0);
/external/openssh/
H A Dclientloop.c1989 const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env)
2006 if (ioctl(in_fd, TIOCGWINSZ, &ws) < 0)
1988 client_session2_setup(int id, int want_tty, int want_subsystem, const char *term, struct termios *tiop, int in_fd, Buffer *cmd, char **env) argument

Completed in 53 milliseconds