/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | Make-lang.in | 88 F77_OBJS = f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o \ 89 f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o \ 90 f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o \ 91 f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o \ 92 f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o 327 -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/NEWS f/intdoc.texi 373 f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \ 383 f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \ 434 f/stamp-str f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h \ 441 f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h f/stv.h f/stw.h [all …]
|
H A D | top.h | 210 #define ffe_set_case_intrin(f) (ffe_case_intrin_ = (f)) argument 211 #define ffe_set_case_match(f) (ffe_case_match_ = (f)) argument 221 #define ffe_set_is_90(f) (ffe_is_90_ = (f)) argument 228 #define ffe_set_is_f2c(f) (ffe_is_f2c_ = (f)) argument 233 #define ffe_set_is_globals(f) (ffe_is_globals_ = (f)) argument 236 #define ffe_set_is_onetrip(f) (ffe_is_onetrip_ = (f)) argument 238 #define ffe_set_is_saveall(f) (ffe_is_saveall_ = (f)) argument 240 #define ffe_set_is_silent(f) (ffe_is_silent_ = (f)) argument 250 #define ffe_set_is_version(f) (ffe_is_version_ = (f)) argument 251 #define ffe_set_is_vxt(f) (ffe_is_vxt_ = (f)) argument [all …]
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | fsm.c | 110 f->timerctx.ctx = f; in fsm_init() 157 (*f->callbacks->starting)(f); in fsm_lowerdown() 175 (*f->callbacks->down)(f); in fsm_lowerdown() 195 (*f->callbacks->starting)(f); in fsm_open() 255 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_close() 283 (*f->callbacks->finished)(f); in fsm_timeout() 286 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_timeout() 300 (*f->callbacks->finished)(f); in fsm_timeout() 682 (*f->callbacks->down)(f); in fsm_protreject() 686 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_protreject() [all …]
|
/openbsd/usr.sbin/pppd/ |
H A D | fsm.c | 115 PROTO_NAME(f), f->state)); in fsm_lowerup() 154 (*f->callbacks->down)(f); in fsm_lowerdown() 160 PROTO_NAME(f), f->state)); in fsm_lowerdown() 235 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_close() 263 (*f->callbacks->finished)(f); in fsm_timeout() 266 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_timeout() 281 (*f->callbacks->finished)(f); in fsm_timeout() 295 PROTO_NAME(f), f->state)); in fsm_timeout() 337 f->protocol, f->state)); in fsm_input() 692 fsm_sdata(f, TERMREQ, f->reqid = ++f->id, in fsm_protreject() [all …]
|
/openbsd/usr.bin/sndiod/ |
H A D | sock.c | 310 f->wmax = f->rmax = 0; in sock_new() 542 data = f->ctldesc + (f->wsize - f->wtodo); in sock_wdata() 850 f->rsize = f->rtodo = size; in sock_execmsg() 856 if (f->rtodo > f->rmax) { in sock_execmsg() 859 f->fd, size, f->rmax); in sock_execmsg() 864 f->rmax -= f->rtodo; in sock_execmsg() 1200 f->lastvol = f->slot->vol; in sock_buildmsg() 1237 f->walign = f->slot->round * f->slot->sub.bpf; in sock_buildmsg() 1398 f->wmsg = f->rmsg; in sock_read() 1434 f->wsize = f->wtodo = ntohl(f->wmsg.u.data.size); in sock_write() [all …]
|
H A D | file.c | 227 return f; in file_new() 261 f->ops->revents(f->arg, pfd) : 0; in file_process() 263 f->ops->hup(f->arg); in file_process() 267 f->ops->in(f->arg); in file_process() 271 f->ops->out(f->arg); in file_process() 295 for (f = file_list; f != NULL; f = f->next) { in filelist_fmt() 344 for (f = file_list; f != NULL; f = f->next) { in file_poll() 345 f->nfds = f->ops->pollfd(f->arg, pfds + nfds); in file_poll() 358 for (f = file_list; f != NULL; f = f->next) { in file_poll() 420 for (f = file_list; f != NULL; f = f->next) { in file_poll() [all …]
|
/openbsd/gnu/lib/libreadline/ |
H A D | MANIFEST | 8 COPYING f 9 README f 10 MANIFEST f 11 INSTALL f 12 CHANGELOG f 13 CHANGES f 14 USAGE f 17 configure f 38 tcap.h f 41 bind.c f [all …]
|
/openbsd/usr.bin/aucat/ |
H A D | afile.c | 244 f->curpos = f->startpos; in afile_writehdr() 410 le32_set(&hdr.fmt.byterate, f->rate * f->par.bps * f->nch); in afile_wav_writehdr() 565 f->endpos = f->startpos + f->par.bps * f->nch * nfr; in afile_aiff_readhdr() 588 bpf = f->nch * f->par.bps; in afile_aiff_writehdr() 661 f->par.bps = f->par.bits / 8; in afile_au_readhdr() 760 if (f->endpos < f->curpos) in afile_write() 761 f->endpos = f->curpos; in afile_write() 769 if (f->endpos >= 0 && pos > f->endpos && !f->par.sig) { in afile_seek() 859 f->curpos = f->startpos; in afile_open() 866 f->fd = open(f->path, in afile_open() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_flags_test.cpp | 21 Flags f; in TEST() local 22 InitializeFlags(&f, 0); in TEST() 27 Flags f; in TEST() local 132 Flags f; in TEST() local 136 VerifyOptions1(&f); in TEST() 140 VerifyOptions2(&f); in TEST() 144 Flags f; in TEST() local 147 VerifyOptions1(&f); in TEST() 150 VerifyOptions2(&f); in TEST() 154 Flags f; in TEST() local [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | wtr-func-def-1.c | 24 void f_int2 (f) in f_int2() argument 25 int f; in f_int2() 37 void f3d (f) int f; { return; } in f_int3() 47 void f4d (f) int f; { return; } in f_int4() 54 int f; in f_int5() 59 void f5d (f) int f; { return; } 65 int f; in f_int6() 70 void f6d (f) int f; { return; } 93 int f; in f_int_p3() 100 int f; in f_int_p4() [all …]
|
/openbsd/regress/lib/libc/orientation/ |
H A D | orientation_test.c | 63 FILE *f; in setup() local 70 return (f); in setup() 91 fclose(f); \ 116 FILE *f; in main() local 148 TEST_UNCHANGED(fgetpos(f, &pos); fsetpos(f, &pos)); in main() 173 TEST_UNCHANGED(flockfile(f);funlockfile(f)); in main() 174 TEST_UNCHANGED(ftrylockfile(f);funlockfile(f)); in main() 180 TEST_NARROW(c = fgetc(f); ungetc(c, f)); in main() 226 TEST_WIDE(wc = fgetwc(f); ungetwc(wc, f)); in main() 249 fclose(f); in main() [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | fakesdio.h | 74 #define fclose(f) PerlIO_close(f) argument 75 #define fflush(f) PerlIO_flush(f) argument 78 #define fgetc(f) PerlIO_getc(f) argument 79 #define fputc(c,f) PerlIO_putc(f,c) argument 80 #define fputs(s,f) PerlIO_puts(f,s) argument 81 #define getc(f) PerlIO_getc(f) argument 83 #define putc(c,f) PerlIO_putc(f,c) argument 95 #define ftell(f) PerlIO_tell(f) argument 98 #define feof(f) PerlIO_eof(f) argument 99 #define ferror(f) PerlIO_error(f) argument [all …]
|
H A D | perlio.c | 241 if (f) { in PerlIO_fdupopen() 405 # define VERIFY_HEAD(f) PerlIO_verify_head(aTHX_ f) argument 473 f->head = f; in PerlIO_allocate() 1204 if (!f) in PerlIOScalar_read() 1400 if (!f) { in PerlIOScalar_open() 1406 return f; in PerlIOScalar_open() 1773 f = PerlIONext(f); in PerlIO_binmode() 1813 f = PerlIONext(f); in Perl_PerlIO_close() 2027 Perl_PerlIO_or_fail(f, Tell, -1, (aTHX_ f)); in Perl_PerlIO_tell() 2096 Perl_PerlIO_or_fail(f, Fill, -1, (aTHX_ f)); in Perl_PerlIO_fill() [all …]
|
H A D | perliol.h | 22 IV (*Popped) (pTHX_ PerlIO *f); 28 IV (*Binmode)(pTHX_ PerlIO *f); 30 IV (*Fileno) (pTHX_ PerlIO *f); 38 IV (*Close) (pTHX_ PerlIO *f); 40 IV (*Flush) (pTHX_ PerlIO *f); 41 IV (*Fill) (pTHX_ PerlIO *f); 42 IV (*Eof) (pTHX_ PerlIO *f); 103 #define PerlIOBase(f) (*(f)) argument 104 #define PerlIOSelf(f,type) ((type *)PerlIOBase(f)) argument 105 #define PerlIONext(f) (&(PerlIOBase(f)->next)) argument [all …]
|
/openbsd/usr.bin/grep/ |
H A D | file.c | 52 FILE *f; member 98 file_t *f; in grep_fdopen() local 113 f = grep_malloc(sizeof *f); in grep_fdopen() 128 return f; in grep_fdopen() 132 if ((f->f = fdopen(fd, "r")) != NULL) in grep_fdopen() 135 free(f); in grep_fdopen() 153 return f; in grep_open() 164 return bin_file(f->f); in grep_bin_file() 185 if (ferror(f->f)) in grep_fgetln() 210 fclose(f->f); in grep_close() [all …]
|
/openbsd/regress/usr.bin/ssh/ |
H A D | sshcfgparse.sh | 57 test "$f" = "$user" || fail "user from config, expected '$user' got '$f'" 59 test "$f" = "foo" || fail "user first match -oUser, expected 'foo' got '$f' " 61 test "$f" = "bar" || fail "user first match -l, expected 'bar' got '$f'" 63 test "$f" = "baz" || fail "user first match user@host, expected 'baz' got '$f'" 69 expect_result_absent "$f" "ssh-dss" 90 expect_result_absent "$f" "ssh-dss" 99 expect_result_present "$f" "no" 101 expect_result_present "$f" "no" 103 expect_result_present "$f" "yes" 114 expect_result_present "$f" "cs1" [all …]
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_sw_fence_work.c | 11 if (f->ops->release) in fence_complete() 12 f->ops->release(f); in fence_complete() 18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local 20 f->ops->work(f); in fence_work() 22 fence_complete(f); in fence_work() 29 struct dma_fence_work *f = container_of(fence, typeof(*f), chain); in fence_notify() local 62 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in get_timeline_name() local 69 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in fence_release() local 86 f->ops = ops; in dma_fence_work_init() 88 dma_fence_init(&f->dma, &fence_ops, &f->lock, 0, 0); in dma_fence_work_init() [all …]
|
/openbsd/usr.sbin/wsfontload/ |
H A D | wsfontload.c | 88 memset(&f, 0, sizeof f); in main() 89 f.firstchar = f.numchars = -1; in main() 147 f.index = i; in main() 156 f.index, f.name, in main() 158 f.fontwidth, f.fontheight, in main() 174 if (!*f.name) in main() 193 f.index = -1; in main() 199 f.stride = (f.fontwidth + 7) / 8; in main() 215 f.stride / f.fontheight; in main() 219 len = f.fontheight * f.numchars * f.stride; in main() [all …]
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | files.c | 107 f->used = 0; in FDECL2() 131 f->child = e_malloc (sizeof (*f->child)); in FDECL2() 132 f = f->child; in FDECL2() 157 f->adds = realloc (f->adds, sizeof (*f->adds)*f->add_count); in FDECL2() 158 f->adds[f->add_count-1].path = strdup (path); in FDECL2() 159 f->adds[f->add_count-1].name = strdup (name); in FDECL2() 193 FILE *f; in FDECL1() local 199 f = stdin; in FDECL1() 224 if (f != stdin) fclose (f); in FDECL1() 252 f = tmp; in FDECL3() [all …]
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-opc-f.c | 25 #define f IA64_TYPE_F, 1 macro 131 {"fmix.r", f, OpXbX6 (0, 0, 0x3a), {F1, F2, F3}, EMPTY}, 132 {"fmix.l", f, OpXbX6 (0, 0, 0x3b), {F1, F2, F3}, EMPTY}, 133 {"fsxt.r", f, OpXbX6 (0, 0, 0x3c), {F1, F2, F3}, EMPTY}, 135 {"fpack", f, OpXbX6 (0, 0, 0x28), {F1, F2, F3}, EMPTY}, 136 {"fswap", f, OpXbX6 (0, 0, 0x34), {F1, F2, F3}, EMPTY}, 139 {"fand", f, OpXbX6 (0, 0, 0x2c), {F1, F2, F3}, EMPTY}, 141 {"for", f, OpXbX6 (0, 0, 0x2e), {F1, F2, F3}, EMPTY}, 142 {"fxor", f, OpXbX6 (0, 0, 0x2f), {F1, F2, F3}, EMPTY}, 165 {"fcvt.xf", f, OpXbX6 (0, 0, 0x1c), {F1, F2}, EMPTY}, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-opc-f.c | 25 #define f IA64_TYPE_F, 1 macro 131 {"fmix.r", f, OpXbX6 (0, 0, 0x3a), {F1, F2, F3}, EMPTY}, 132 {"fmix.l", f, OpXbX6 (0, 0, 0x3b), {F1, F2, F3}, EMPTY}, 133 {"fsxt.r", f, OpXbX6 (0, 0, 0x3c), {F1, F2, F3}, EMPTY}, 135 {"fpack", f, OpXbX6 (0, 0, 0x28), {F1, F2, F3}, EMPTY}, 136 {"fswap", f, OpXbX6 (0, 0, 0x34), {F1, F2, F3}, EMPTY}, 139 {"fand", f, OpXbX6 (0, 0, 0x2c), {F1, F2, F3}, EMPTY}, 141 {"for", f, OpXbX6 (0, 0, 0x2e), {F1, F2, F3}, EMPTY}, 142 {"fxor", f, OpXbX6 (0, 0, 0x2f), {F1, F2, F3}, EMPTY}, 165 {"fcvt.xf", f, OpXbX6 (0, 0, 0x1c), {F1, F2}, EMPTY}, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | sh64-media.cpu | 285 (+ (f-op 17) (f-25 0) trb (f-ext 1) (f-right 63) rd (f-rsvd 0)) 307 (+ (f-op 27) (f-left 63) (f-ext 5) (f-right 63) (f-dest 63) (f-rsvd 0)) 319 (+ (f-op 0) rm (f-ext 15) (f-right 63) rd (f-rsvd 0)) 464 (+ (f-op 7) (f-left 63) (f-ext 2) (f-right 63) frf (f-rsvd 0)) 736 (+ (f-op 17) (f-25 0) trb (f-ext 5) (f-right 63) rd (f-rsvd 0)) 1394 (+ (f-op 27) (f-left 63) (f-ext 0) (f-right 63) (f-dest 63) (f-rsvd 0)) 1479 (+ (f-op 27) (f-left 63) (f-ext 3) (f-right 63) (f-dest 63) (f-rsvd 0)) 1563 (+ (f-op 27) (f-left 63) (f-ext 7) (f-right 63) (f-dest 63) (f-rsvd 0)) 1707 (+ (f-op 27) (f-left 63) (f-ext 2) (f-right 63) (f-dest 63) (f-rsvd 0)) 1713 (+ (f-op 27) (f-left 63) (f-ext 6) (f-right 63) (f-dest 63) (f-rsvd 0)) [all …]
|
/openbsd/gnu/usr.bin/perl/lib/Tie/Handle/ |
H A D | stdhandle.t | 14 $f = 'tst'; 44 $b = <$f>; 46 ok(!eof($f), "!eof"); 53 $b = <$f>; 55 ok(!eof($f), "eof"); 61 $b = <$f>; 63 ok(!eof($f), "eof"); 67 $b = <$f>; 72 $b = <$f>; 77 binmode $f, ':raw'; [all …]
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-via/ |
H A D | via.xs | 91 if (*PerlIONext(f)) { in PerlIOVia_method() 225 if (!f) { in PerlIOVia_open() 234 if (f) { in PerlIOVia_open() 281 PerlIONext(f), *PerlIONext(f)); in PerlIOVia_open() 292 f = NULL; in PerlIOVia_open() 296 return f; in PerlIOVia_open() 300 PerlIONext(f), *PerlIONext(f)); in PerlIOVia_open() 312 return f; in PerlIOVia_open() 370 PerlIO_pop(aTHX_ f); in PerlIOVia_binmode() 642 if ((f = PerlIOBase_dup(aTHX_ f, o, param, flags))) { in PerlIOVia_dup() [all …]
|
/openbsd/usr.bin/rsync/ |
H A D | uploader.c | 75 LOG1("%s%s", f->path, (f->path[sz - 1] == '/') ? "" : "/"); in log_dir() 87 LOG1("%s -> %s", f->path, f->link); in log_symlink() 226 LOG3("%s: updating symlink: %s", f->path, f->link); in pre_symlink() 239 LOG3("%s: creating symlink: %s", f->path, f->link); in pre_symlink() 253 p->rootfd, f, newlink ? temp : f->path); in pre_symlink() 283 assert(S_ISBLK(f->st.mode) || S_ISCHR(f->st.mode)); in pre_dev() 334 f->st.mode & (S_IFCHR|S_IFBLK), f->st.rdev) == NULL) { in pre_dev() 342 p->rootfd, f, newdev ? temp : f->path); in pre_dev() 419 p->rootfd, f, newfifo ? temp : f->path); in pre_fifo() 496 p->rootfd, f, newsock ? temp : f->path); in pre_sock() [all …]
|