/netbsd-src/usr.sbin/wsfontload/ |
H A D | wsfontload.c | 142 int c, res, wsfd, ffd, verbose = 0, listfonts = 0; in main() local 226 ffd = open(argv[0], O_RDONLY, 0); in main() 227 if (ffd < 0) in main() 232 ffd = 0; in main() 237 if ((ffd != 0) && (fstat(ffd, &st) == 0)) { in main() 243 read(ffd, b, 4); in main() 246 read(ffd, b, 64); in main() 252 read(ffd, &foo, 4); in main() 254 read(ffd, &foo, 4); in main() 256 read(ffd, &foo, 4); in main() [all …]
|
/netbsd-src/lib/libutil/compat/ |
H A D | compat_passwd.c | 76 pw_copy(int ffd, int tfd, struct passwd50 *pw50, struct passwd50 *opw50) in pw_copy() argument 82 __pw_copy50(ffd, tfd, &pw, opw50 ? &opw : NULL); in pw_copy() 86 pw_copyx(int ffd, int tfd, struct passwd50 *pw50, struct passwd50 *opw50, in pw_copyx() argument 93 return __pw_copyx50(ffd, tfd, &pw, opw50 ? &opw : NULL, errbuf, in pw_copyx()
|
/netbsd-src/usr.sbin/vnconfig/ |
H A D | vnconfig.c | 351 int ffd; in config() local 353 ffd = open(file, readonly ? O_RDONLY : O_RDWR); in config() 354 if (ffd < 0) { in config() 358 (void) close(ffd); in config()
|
/netbsd-src/external/bsd/am-utils/dist/conf/mount/ |
H A D | mount_linux.c | 1078 int fd, ffd, mode, err = -1; in setup_loop_device() local 1087 if ((ffd = open(file, mode)) < 0) { in setup_loop_device() 1090 ffd = open(file, mode); in setup_loop_device() 1092 if (ffd < 0) { in setup_loop_device() 1106 if (ioctl(fd, LOOP_SET_FD, ffd) < 0) { in setup_loop_device() 1122 close(ffd); in setup_loop_device()
|
/netbsd-src/bin/pax/ |
H A D | tables.c | 89 static int ffd = -1; /* tmp file for file time table name storage */ variable 355 if ((ffd = mkstemp(tempfile)) == -1) { in ftime_start() 408 if (lseek(ffd,pt->seek,SEEK_SET) != pt->seek) { in chk_ftime() 413 if (xread(ffd, ckname, namelen) != namelen) { in chk_ftime() 458 if ((pt->seek = lseek(ffd, (off_t)0, SEEK_END)) >= 0) { in chk_ftime() 459 if (xwrite(ffd, arcn->name, namelen) == namelen) { in chk_ftime()
|
/netbsd-src/lib/libutil/ |
H A D | passwd.c | 340 pw_copy(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw) in pw_copy() argument 345 rv = pw_copyx(ffd, tfd, pw, old_pw, errbuf, sizeof(errbuf)); in pw_copy() 363 pw_copyx(int ffd, int tfd, struct passwd *pw, struct passwd *old_pw, in pw_copyx() argument 388 if (!(from = fdopen(ffd, "r"))) { in pw_copyx()
|
/netbsd-src/usr.sbin/makefs/ |
H A D | ffs.c | 874 int isfile, ffd; in ffs_write_file() local 890 ffd = -1; in ffs_write_file() 921 if ((ffd = open((char *)buf, O_RDONLY, 0444)) == -1) { in ffs_write_file() 934 else if ((nread = read(ffd, fbuf, chunk)) == -1) in ffs_write_file() 980 if (ffd != -1) in ffs_write_file() 981 close(ffd); in ffs_write_file()
|
/netbsd-src/sys/arch/m68k/060sp/dist/ |
H A D | 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,$bbaf0000 [all …]
|
H A D | 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,$0000c221 [all …]
|
H A D | pfpsp.sa | 1629 dc.l $9a84fbcf,$f7980000,$00003ffd,$00009a20 1703 dc.l $3012670e,$04403ffd,$4440e28a,$e29351c8
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | sint.sa | 172 cmp.w #$3ffd,LOCAL_EX(a0) ;check if (unbiased) exp < 0
|
H A D | bindec.sa | 787 subi.l #$3ffd,d0 ;sub bias less 2 to make fract 879 subi.w #$3ffd,d0 ;subtract off bias
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-opc.tbl | 998 paddw<mmx>, 0x<mmx:pfx>0ffd, None, <mmx:cpu>, Modrm|<mmx:attr>|C|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No…
|