/openbsd/gnu/lib/libiberty/src/ |
H A D | _doprnt.c | 219 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1; 222 checkit (const char* format, ...) in checkit() function 237 RESULT(checkit ("<%d>\n", 0x12345678)); in main() 240 RESULT(checkit ("<%200d>\n", 5)); in main() 243 RESULT(checkit ("<%.300d>\n", 6)); in main() 246 RESULT(checkit ("<%100.150d>\n", 7)); in main() 249 RESULT(checkit ("<%s>\n", in main() 256 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n", in main() 261 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI)); in main() 267 RESULT(checkit ("<%d><%i><%o><%u><%x><%X><%c>\n", in main() [all …]
|
H A D | vsnprintf.c | 92 checkit (char *s, size_t n, const char *format, ...) in checkit() function 112 status = checkit (buf, 10, "%s:%d", "foobar", 9); in main() 116 status = checkit (buf, 9, "%s:%d", "foobar", 9); in main() 120 status = checkit (buf, 8, "%s:%d", "foobar", 9); in main() 124 status = checkit (buf, 7, "%s:%d", "foobar", 9); in main() 128 status = checkit (buf, 6, "%s:%d", "foobar", 9); in main() 132 status = checkit (buf, 2, "%s:%d", "foobar", 9); in main() 136 status = checkit (buf, 1, "%s:%d", "foobar", 9); in main() 140 status = checkit (buf, 0, "%s:%d", "foobar", 9); in main()
|
H A D | vasprintf.c | 164 checkit (const char *format, ...) in checkit() function 186 checkit ("%d", 0x12345678); in main() 187 checkit ("%200d", 5); in main() 188 checkit ("%.300d", 6); in main() 189 checkit ("%100.150d", 7); in main() 190 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 192 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main()
|
H A D | ChangeLog | 609 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise. 613 * vsnprintf.c (vsnprintf, checkit, main): Likewise. 755 (_doprnt, checkit, main): Use ISO C prototype. 2544 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1. 3268 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000402-1.c | 14 void checkit(int); 22 checkit ((int) c); in main() 23 checkit ((int) d); in main() 28 void checkit (int a) in checkit() function
|
/openbsd/sbin/fsck/ |
H A D | preen.c | 76 int (*checkit)(const char *, const char *, const char *, void *, pid_t *)) in checkfstab() 114 sumstatus = (*checkit)(fs->fs_vfstype, in checkfstab() 145 if ((ret = startdisk(nextdisk, checkit)) != 0) in checkfstab() 199 if ((ret = startdisk(d, checkit)) != 0) in checkfstab() 212 if ((ret = startdisk(nextdisk, checkit)) != 0) in checkfstab() 311 int (*checkit)(const char *, const char *, const char *, void *, pid_t *)) in startdisk() 316 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt, in startdisk()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | Configure | 10464 checkit("0.1", buf); 10467 checkit("0.01", buf); 10470 checkit("0.001", buf); 10473 checkit("0.0001", buf); 10482 checkit("1", buf); 10485 checkit("1.1", buf); 10488 checkit("1.01", buf); 10491 checkit("1.001", buf); 10494 checkit("1.0001", buf); 10503 checkit("0", buf); [all …]
|
/openbsd/gnu/usr.bin/texinfo/po/ |
H A D | de.po | 238 # checkit 1638 # checkit 1987 # checkit 2000 # checkit 2141 # checkit 2243 # checkit 2733 # checkit 2777 # checkit 3259 # checkit
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.1 | 9606 * doprint.c (checkit): Switch on ANSI_PROTOTYPES, not __STDC__,
|
H A D | ChangeLog.6 | 12797 * doprint.c (checkit): Likewise.
|