/src/usr.sbin/wsfontload/ |
wsfontload.c | 142 int c, res, wsfd, ffd, verbose = 0, listfonts = 0; local in function:main 226 ffd = open(argv[0], O_RDONLY, 0); 227 if (ffd < 0) 232 ffd = 0; 237 if ((ffd != 0) && (fstat(ffd, &st) == 0)) { 243 read(ffd, b, 4); 246 read(ffd, b, 64); 252 read(ffd, &foo, 4); 254 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 in function:config 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 in typeref:typename:int 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/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 | 870 int isfile, ffd; local in function:ffs_write_file 886 ffd = -1; 917 if ((ffd = open((char *)buf, O_RDONLY, 0444)) == -1) { 930 else if ((nread = read(ffd, fbuf, chunk)) == -1) 976 if (ffd != -1) 977 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
|