/external/openssh/openbsd-compat/ |
port-solaris.c | 51 int stat_fd; local 55 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { 60 if (ct_status_read(stat_fd, CTD_COMMON, &stathdl) != 0) { 73 close(stat_fd); 146 int r, ctl_fd = -1, stat_fd = -1; local 194 if (stat_fd != -1) 195 close(stat_fd);
|
/external/vboot_reference/host/lib/ |
file_keys.c | 23 struct stat stat_fd; local 31 if (-1 == fstat(fd, &stat_fd)) { 35 *len = stat_fd.st_size;
|
/external/ltp/tools/top-LTP/proc/ |
sysinfo.c | 34 static int stat_fd = -1; variable 136 FILE_TO_BUF(STAT_FILE, stat_fd); 269 FILE_TO_BUF(STAT_FILE, stat_fd);
|
/external/libusb/libusb/os/ |
sunos_usb.c | 875 usb_do_io(int fd, int stat_fd, char *data, size_t size, int flag, int *status) 881 fd, stat_fd, size, flag? "WRITE":"READ"); 905 error = sunos_usb_get_status(stat_fd); [all...] |