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

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfreopen.c15 FILE* f2; local
28 f2 = fopen(filename, mode);
29 if (!f2)
31 if (f2->fd == f->fd)
32 f2->fd = -1; /* avoid closing in fclose */
33 else if (dup3(f2->fd, f->fd, fl & O_CLOEXEC) < 0)
36 f->flags = (f->flags & F_PERM) | f2->flags;
37 f->read = f2->read;
38 f->write = f2->write;
39 f->seek = f2
[all...]
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dtest.c475 newerf (const char *f1, const char *f2) argument
480 stat (f2, &b2) == 0 &&
485 olderf (const char *f1, const char *f2) argument
490 stat (f2, &b2) == 0 &&
495 equalf (const char *f1, const char *f2) argument
500 stat (f2, &b2) == 0 &&
/fuchsia/zircon/third_party/ulib/musl/sanitizers/
H A Dasan-stubs.c38 ASAN_SET_SHADOW_XX(f2)
/fuchsia/zircon/system/utest/fidl-compiler/
H A Djson_generator_tests.cpp73 bool f2;
105 "name": "f2",
141 2: bool f2;
178 "name": "f2",
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dbtest.c285 static int f2 (int) __attribute__ ((noinline));
293 return f2 (__LINE__) + 1;
297 f2 (int f1line) function
333 check ("test1", 1, all, f2line, "f2", &data.failed);

Completed in 95 milliseconds