Searched refs:fpt (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c99-condexpr-1.c | 46 typedef void (*fpt)(void); in foo() typedef 47 fpt fp; in foo() 68 ASSERT_COND_TYPE (fp, 0, fpt); in foo() 69 ASSERT_COND_TYPE (fp, (void *)0, fpt); in foo()
|
H A D | builtin-choose-expr.c | 55 typedef void (*fpt)(void); in main() typedef 56 fpt triple; in main()
|
/openbsd/regress/sys/arch/sparc64/emul-ldqstq/badfreg/ |
H A D | main.c | 185 struct fptest *fpt; in main() local 196 fpt = thetests + i; in main() 197 if (strcmp(fpt->reg, argv[1]) == 0 && in main() 198 strcmp(fpt->ldst, argv[2]) == 0 && in main() 199 strcmp(fpt->dir, argv[3]) == 0) in main() 212 (*fpt->func)(&fpq); in main()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | main.c | 62 static struct filepath_tree fpt = RB_INITIALIZER(&fpt); variable 597 if (filepath_valid(&fpt, file, talid)) { in entity_process() 701 if (filepath_add(&fpt, file, talid, mtime, ok) == 0) in entity_process() 1472 repo_cleanup(&fpt, cachefd); in main()
|