| /src/usr.sbin/wsfontload/ |
| wsfontload.c | 143 int c, res, wsfd, ffd, verbose = 0, listfonts = 0; local 227 ffd = open(argv[0], O_RDONLY, 0); 228 if (ffd < 0) 233 ffd = 0; 238 if ((ffd != 0) && (fstat(ffd, &st) == 0)) { 244 read(ffd, b, 4); 247 read(ffd, b, 64); 253 read(ffd, &foo, 4); 255 read(ffd, &foo, 4) [all...] |
| /src/lib/libutil/compat/ |
| compat_passwd.c | 76 pw_copy(int ffd, int tfd, struct passwd50 *pw50, struct passwd50 *opw50) 82 __pw_copy50(ffd, tfd, &pw, opw50 ? &opw : NULL); 86 pw_copyx(int ffd, int tfd, struct passwd50 *pw50, struct passwd50 *opw50, 93 return __pw_copyx50(ffd, tfd, &pw, opw50 ? &opw : NULL, errbuf,
|
| /src/usr.sbin/vnconfig/ |
| vnconfig.c | 351 int ffd; local 353 ffd = open(file, readonly ? O_RDONLY : O_RDWR); 354 if (ffd < 0) { 358 (void) close(ffd);
|
| /src/bin/pax/ |
| tables.c | 89 static int ffd = -1; /* tmp file for file time table name storage */ variable 355 if ((ffd = mkstemp(tempfile)) == -1) { 408 if (lseek(ffd,pt->seek,SEEK_SET) != pt->seek) { 413 if (xread(ffd, ckname, namelen) != namelen) { 458 if ((pt->seek = lseek(ffd, (off_t)0, SEEK_END)) >= 0) { 459 if (xwrite(ffd, arcn->name, namelen) == namelen) {
|
| /src/external/bsd/am-utils/dist/conf/mount/ |
| mount_linux.c | 1078 int fd, ffd, mode, err = -1; local 1087 if ((ffd = open(file, mode)) < 0) { 1090 ffd = open(file, mode); 1092 if (ffd < 0) { 1106 if (ioctl(fd, LOOP_SET_FD, ffd) < 0) { 1122 close(ffd);
|
| /src/lib/libutil/ |
| passwd.c | 340 pw_copy(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw) 345 rv = pw_copyx(ffd, tfd, pw, old_pw, errbuf, sizeof(errbuf)); 363 pw_copyx(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw, 388 if (!(from = fdopen(ffd, "r"))) {
|
| /src/usr.sbin/makefs/ |
| ffs.c | 882 int isfile, ffd; local 898 ffd = -1; 929 if ((ffd = open((char *)buf, O_RDONLY, 0444)) == -1) { 942 else if ((nread = read(ffd, fbuf, chunk)) == -1) 988 if (ffd != -1) 989 close(ffd);
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.sa | 1105 dc.l $00003ffd,$0000812f,$d288332d,$ad320000 1106 dc.l $00003ffd,$000088a8,$d1b1218e,$4d640000 1107 dc.l $00003ffd,$00009012,$ab3f23e4,$aee80000 1108 dc.l $00003ffd,$0000976c,$c3d411e7,$f1b90000 1109 dc.l $00003ffd,$00009eb6,$89493889,$a2270000 1110 dc.l $00003ffd,$0000a5ef,$72c34487,$361b0000 1111 dc.l $00003ffd,$0000ad17,$00baf07a,$72270000 1112 dc.l $00003ffd,$0000b42c,$bcfafd37,$efb70000 1113 dc.l $00003ffd,$0000bb30,$3a940ba8,$0f890000 1114 dc.l $00003ffd,$0000c221,$15c6fcae,$bbaf000 [all...] |
| fpsp.sa | 874 dc.l $0a28ecc0,$66660000,$00003ffd,$0000812f 875 dc.l $d288332d,$ad320000,$00003ffd,$000088a8 876 dc.l $d1b1218e,$4d640000,$00003ffd,$00009012 877 dc.l $ab3f23e4,$aee80000,$00003ffd,$0000976c 878 dc.l $c3d411e7,$f1b90000,$00003ffd,$00009eb6 879 dc.l $89493889,$a2270000,$00003ffd,$0000a5ef 880 dc.l $72c34487,$361b0000,$00003ffd,$0000ad17 881 dc.l $00baf07a,$72270000,$00003ffd,$0000b42c 882 dc.l $bcfafd37,$efb70000,$00003ffd,$0000bb30 883 dc.l $3a940ba8,$0f890000,$00003ffd,$0000c22 [all...] |
| pfpsp.sa | 1629 dc.l $9a84fbcf,$f7980000,$00003ffd,$00009a20 1703 dc.l $3012670e,$04403ffd,$4440e28a,$e29351c8
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| sslapitest.c | 1318 int cfd = -1, sfd = -1, ffd, err; local 1399 ffd = fileno(ffdp); 1404 ffd,
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| sslapitest.c | 1303 int cfd = -1, sfd = -1, ffd, err; local 1375 ffd = fileno(ffdp); 1380 ffd,
|