Searched refs:f2 (Results 1 - 6 of 6) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdio/
H A Dfreopen.c17 FILE *f2; local
30 f2 = fopen(filename, mode);
31 if (!f2) goto fail;
32 if (f2->fd == f->fd) f2->fd = -1; /* avoid closing in fclose */
33 else if (__dup3(f2->fd, f->fd, fl&O_CLOEXEC)<0) goto fail2;
35 f->flags = (f->flags & F_PERM) | f2->flags;
36 f->read = f2->read;
37 f->write = f2->write;
38 f->seek = f2
[all...]
/seL4-test-master/tools/riscv-pk/machine/
H A Dfp_asm.S25 get_f32(f2)
61 put_f32(f2)
97 get_f64(f2)
133 put_f64(f2)
/seL4-test-master/kernel/src/arch/x86/32/
H A Dtraps.S341 INT_HANDLER_WITHOUT_ERR_CODE(f2)
/seL4-test-master/kernel/src/arch/x86/64/
H A Dtraps.S433 INT_HANDLER_WITHOUT_ERR_CODE(f2,0)
/seL4-test-master/tools/nanopb/generator/
H A Dnanopb_generator.py994 for f2 in f.fields:
995 yield f2
/seL4-test-master/tools/riscv-pk/scripts/
H A Dconfig.guess1009 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in

Completed in 276 milliseconds