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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000402-1.c14 void checkit(int);
22 checkit ((int) c);
23 checkit ((int) d);
28 void checkit (int a) function
/openbsd-current/gnu/lib/libiberty/src/
H A Dvsnprintf.c92 checkit (char *s, size_t n, const char *format, ...) function
112 status = checkit (buf, 10, "%s:%d", "foobar", 9);
116 status = checkit (buf, 9, "%s:%d", "foobar", 9);
120 status = checkit (buf, 8, "%s:%d", "foobar", 9);
124 status = checkit (buf, 7, "%s:%d", "foobar", 9);
128 status = checkit (buf, 6, "%s:%d", "foobar", 9);
132 status = checkit (buf, 2, "%s:%d", "foobar", 9);
136 status = checkit (buf, 1, "%s:%d", "foobar", 9);
140 status = checkit (buf, 0, "%s:%d", "foobar", 9);
H A D_doprnt.c219 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
222 checkit (const char* format, ...) function
237 RESULT(checkit ("<%d>\n", 0x12345678));
240 RESULT(checkit ("<%200d>\n", 5));
243 RESULT(checkit ("<%.300d>\n", 6));
246 RESULT(checkit ("<%100.150d>\n", 7));
249 RESULT(checkit ("<%s>\n",
256 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n",
261 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
264 RESULT(checkit ("<
[all...]
H A Dvasprintf.c164 checkit (const char *format, ...) function
186 checkit ("%d", 0x12345678);
187 checkit ("%200d", 5);
188 checkit ("%.300d", 6);
189 checkit ("%100.150d", 7);
190 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
192 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
/openbsd-current/sbin/fsck/
H A Dpreen.c76 int (*checkit)(const char *, const char *, const char *, void *, pid_t *))
114 sumstatus = (*checkit)(fs->fs_vfstype,
145 if ((ret = startdisk(nextdisk, checkit)) != 0)
199 if ((ret = startdisk(d, checkit)) != 0)
212 if ((ret = startdisk(nextdisk, checkit)) != 0)
311 int (*checkit)(const char *, const char *, const char *, void *, pid_t *))
316 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure10429 void checkit(const char *expect, char *got)
10455 checkit("0.1", buf);
10458 checkit("0.01", buf);
10461 checkit("0.001", buf);
10464 checkit("0.0001", buf);
10468 checkit("9e-005", buf); /* for Microsoft ?? */
10470 checkit("9e-05", buf);
10473 checkit("1", buf);
10476 checkit("1.1", buf);
10479 checkit("1.0
[all...]

Completed in 139 milliseconds