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

/freebsd-10.0-release/contrib/gcclibs/libiberty/
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");
/freebsd-10.0-release/contrib/binutils/libiberty/
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");
/freebsd-10.0-release/sbin/fsck/
H A Dpreen.c86 int (*checkit)(const char *, const char *, const char *, const char *, pid_t *))
131 sumstatus = (*checkit)(fs->fs_vfstype,
157 if ((ret = startdisk(nextdisk, checkit)) != 0)
210 if ((ret = startdisk(d, checkit)) != 0)
319 startdisk(struct diskentry *d, int (*checkit)(const char *, const char *,
325 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c2120 boolean_t checkit; local
2153 checkit = B_FALSE;
2158 checkit = B_TRUE;
2164 checkit = zfs_groupmember(zfsvfs, who, cr);
2167 checkit = B_TRUE;
2179 checkit = B_TRUE;
2187 if (checkit) {
/freebsd-10.0-release/sys/arm/arm/
H A Dpmap-v6.c2720 #ifdef checkit

Completed in 174 milliseconds