/freebsd/usr.bin/mkuzip/ |
H A D | mkuz_insize.c | 43 int ffd; in mkuz_get_insize() local 57 ffd = open(statfsbuf.f_mntfromname, O_RDONLY); in mkuz_get_insize() 58 if (ffd < 0) { in mkuz_get_insize() 62 if (ioctl(ffd, DIOCGMEDIASIZE, &ms) < 0) { in mkuz_get_insize() 64 close(ffd); in mkuz_get_insize() 67 close(ffd); in mkuz_get_insize()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | openat.h | 40 int cfd, ffd, error; in openat() local 61 ffd = open(path, flags, mode); in openat() 63 ffd = open(path, flags); in openat() 70 return (ffd); in openat()
|
/freebsd/sbin/gbde/ |
H A D | gbde.c |
|
/freebsd/bin/pax/ |
H A D | tables.c | 71 static int ffd = -1; /* tmp file for file time table name storage */ variable 339 if ((ffd = mkstemp(tempfile)) < 0) { in ftime_start() 392 if (lseek(ffd,pt->seek,SEEK_SET) != pt->seek) { in chk_ftime() 397 if (read(ffd, ckname, namelen) != namelen) { in chk_ftime() 442 if ((pt->seek = lseek(ffd, (off_t)0, SEEK_END)) >= 0) { in chk_ftime() 443 if (write(ffd, arcn->name, namelen) == namelen) { in chk_ftime()
|
/freebsd/lib/libutil/ |
H A D | gr_util.c | 164 gr_copy(int ffd, int tfd, const struct group *gr, struct group *old_gr) in gr_copy() argument 223 readlen = read(ffd, end, size - (end - buf)); in gr_copy() 294 readlen = read(ffd, buf, size); in gr_copy()
|
H A D | pw_util.c | 426 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) in pw_copy() argument 485 readlen = read(ffd, end, size - (end - buf)); in pw_copy() 557 readlen = read(ffd, buf, size); in pw_copy()
|
/freebsd/usr.sbin/makefs/ |
H A D | ffs.c | 909 int isfile, ffd; in ffs_write_file() 925 ffd = -1; in ffs_write_file() 956 if ((ffd = open((char *)buf, O_RDONLY)) == -1) { in ffs_write_file() 968 else if ((nread = read(ffd, fbuf, chunk)) == -1) in ffs_write_file() 1012 if (ffd != -1) 1013 close(ffd); 906 int isfile, ffd; ffs_write_file() local
|
H A D | ffs.c | 909 int isfile, ffd; in ffs_write_file() local 925 ffd = -1; in ffs_write_file() 956 if ((ffd = open((char *)buf, O_RDONLY)) == -1) { in ffs_write_file() 968 else if ((nread = read(ffd, fbuf, chunk)) == -1) in ffs_write_file() 1012 if (ffd != -1) in ffs_write_file() 1013 close(ffd); in ffs_write_file()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 1303 int cfd = -1, sfd = -1, ffd, err; in execute_test_ktls_sendfile() local 1375 ffd = fileno(ffdp); in execute_test_ktls_sendfile() 1380 ffd, in execute_test_ktls_sendfile()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 12022 0ffd GK107 [NVS 510] 15874 1028 1ffd Express Flash NVMe 3.84T (RI) U.2 (CD5) 34709 2ffd Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers 36322 6ffd Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
|
H A D | usb_vendors | 166 2ffd at89c5130/c5131 DFU bootloader 15974 0ffd EarlySense
|