| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| 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() 264 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)); in main() [all …]
|
| H A D | vsnprintf.c | 95 checkit (char *s, size_t n, const char *format, ...) in checkit() function 113 status = checkit (buf, 10, "%s:%d", "foobar", 9); in main() 117 status = checkit (buf, 9, "%s:%d", "foobar", 9); in main() 121 status = checkit (buf, 8, "%s:%d", "foobar", 9); in main() 125 status = checkit (buf, 7, "%s:%d", "foobar", 9); in main() 129 status = checkit (buf, 6, "%s:%d", "foobar", 9); in main() 133 status = checkit (buf, 2, "%s:%d", "foobar", 9); in main() 137 status = checkit (buf, 1, "%s:%d", "foobar", 9); in main() 141 status = checkit (buf, 0, "%s:%d", "foobar", 9); in main()
|
| H A D | vasprintf.c | 91 checkit (const char *format, ...) in checkit() function 113 checkit ("%d", 0x12345678); in main() 114 checkit ("%200d", 5); in main() 115 checkit ("%.300d", 6); in main() 116 checkit ("%100.150d", 7); in main() 117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main()
|
| H A D | ChangeLog | 1944 * _doprint.c (checkit): Use stdarg, not VA_* macros. 1949 * vasprintf.c (checkit): Use stdarg, not VA_* macros. 1950 * vsnprintf.c (checkit): Use stdarg, not VA_* macros. 4354 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise. 4358 * vsnprintf.c (vsnprintf, checkit, main): Likewise. 4500 (_doprnt, checkit, main): Use ISO C prototype. 6289 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1. 7013 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | _doprnt.c | 218 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1; 221 checkit (const char* format, ...) in checkit() function 236 RESULT(checkit ("<%d>\n", 0x12345678)); in main() 239 RESULT(checkit ("<%200d>\n", 5)); in main() 242 RESULT(checkit ("<%.300d>\n", 6)); in main() 245 RESULT(checkit ("<%100.150d>\n", 7)); in main() 248 RESULT(checkit ("<%s>\n", in main() 255 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n", in main() 260 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI)); in main() 263 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)); in main() [all …]
|
| H A D | vsnprintf.c | 95 checkit (char *s, size_t n, const char *format, ...) in checkit() function 113 status = checkit (buf, 10, "%s:%d", "foobar", 9); in main() 117 status = checkit (buf, 9, "%s:%d", "foobar", 9); in main() 121 status = checkit (buf, 8, "%s:%d", "foobar", 9); in main() 125 status = checkit (buf, 7, "%s:%d", "foobar", 9); in main() 129 status = checkit (buf, 6, "%s:%d", "foobar", 9); in main() 133 status = checkit (buf, 2, "%s:%d", "foobar", 9); in main() 137 status = checkit (buf, 1, "%s:%d", "foobar", 9); in main() 141 status = checkit (buf, 0, "%s:%d", "foobar", 9); in main()
|
| H A D | vasprintf.c | 91 checkit (const char *format, ...) in checkit() function 113 checkit ("%d", 0x12345678); in main() 114 checkit ("%200d", 5); in main() 115 checkit ("%.300d", 6); in main() 116 checkit ("%100.150d", 7); in main() 117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main()
|
| H A D | ChangeLog | 2435 * _doprint.c (checkit): Use stdarg, not VA_* macros. 2440 * vasprintf.c (checkit): Use stdarg, not VA_* macros. 2441 * vsnprintf.c (checkit): Use stdarg, not VA_* macros. 4845 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise. 4849 * vsnprintf.c (vsnprintf, checkit, main): Likewise. 4991 (_doprnt, checkit, main): Use ISO C prototype. 6780 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1. 7504 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| 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() 264 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)); in main() [all …]
|
| H A D | vsnprintf.c | 95 checkit (char *s, size_t n, const char *format, ...) in checkit() function 113 status = checkit (buf, 10, "%s:%d", "foobar", 9); in main() 117 status = checkit (buf, 9, "%s:%d", "foobar", 9); in main() 121 status = checkit (buf, 8, "%s:%d", "foobar", 9); in main() 125 status = checkit (buf, 7, "%s:%d", "foobar", 9); in main() 129 status = checkit (buf, 6, "%s:%d", "foobar", 9); in main() 133 status = checkit (buf, 2, "%s:%d", "foobar", 9); in main() 137 status = checkit (buf, 1, "%s:%d", "foobar", 9); in main() 141 status = checkit (buf, 0, "%s:%d", "foobar", 9); in main()
|
| H A D | vasprintf.c | 91 checkit (const char *format, ...) in checkit() function 113 checkit ("%d", 0x12345678); in main() 114 checkit ("%200d", 5); in main() 115 checkit ("%.300d", 6); in main() 116 checkit ("%100.150d", 7); in main() 117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| 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() 264 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI)); in main() [all …]
|
| H A D | vsnprintf.c | 95 checkit (char *s, size_t n, const char *format, ...) in checkit() function 113 status = checkit (buf, 10, "%s:%d", "foobar", 9); in main() 117 status = checkit (buf, 9, "%s:%d", "foobar", 9); in main() 121 status = checkit (buf, 8, "%s:%d", "foobar", 9); in main() 125 status = checkit (buf, 7, "%s:%d", "foobar", 9); in main() 129 status = checkit (buf, 6, "%s:%d", "foobar", 9); in main() 133 status = checkit (buf, 2, "%s:%d", "foobar", 9); in main() 137 status = checkit (buf, 1, "%s:%d", "foobar", 9); in main() 141 status = checkit (buf, 0, "%s:%d", "foobar", 9); in main()
|
| H A D | vasprintf.c | 91 checkit (const char *format, ...) in checkit() function 113 checkit ("%d", 0x12345678); in main() 114 checkit ("%200d", 5); in main() 115 checkit ("%.300d", 6); in main() 116 checkit ("%100.150d", 7); in main() 117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main()
|
| H A D | ChangeLog | 2025 * _doprint.c (checkit): Use stdarg, not VA_* macros. 2030 * vasprintf.c (checkit): Use stdarg, not VA_* macros. 2031 * vsnprintf.c (checkit): Use stdarg, not VA_* macros. 4435 * vasprintf.c (int_vasprintf, vasprintf, checkit, main): Likewise. 4439 * vsnprintf.c (vsnprintf, checkit, main): Likewise. 4581 (_doprnt, checkit, main): Use ISO C prototype. 6370 (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1. 7094 (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | vasprintf.c | 146 checkit (const char* format, ...) in checkit() function 163 checkit ("%d", 0x12345678); in main() 164 checkit ("%200d", 5); in main() 165 checkit ("%.300d", 6); in main() 166 checkit ("%100.150d", 7); in main() 167 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 169 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main() 170 checkit ("%e", DBL_MIN); in main() 171 checkit ("%e", DBL_MAX); in main() 172 checkit ("%.400f", DBL_MIN); in main() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | vasprintf.c | 146 checkit (const char* format, ...) in checkit() function 163 checkit ("%d", 0x12345678); in main() 164 checkit ("%200d", 5); in main() 165 checkit ("%.300d", 6); in main() 166 checkit ("%100.150d", 7); in main() 167 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 169 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main() 170 checkit ("%e", DBL_MIN); in main() 171 checkit ("%e", DBL_MAX); in main() 172 checkit ("%.400f", DBL_MIN); in main() [all …]
|
| H A D | ChangeLog.0 | 233 (int_vasprintf, asprintf, checkit): Use ANSI C function declarations. 444 (checkit): Likewise.
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | vasprintf.c | 146 checkit (const char* format, ...) in checkit() function 163 checkit ("%d", 0x12345678); in main() 164 checkit ("%200d", 5); in main() 165 checkit ("%.300d", 6); in main() 166 checkit ("%100.150d", 7); in main() 167 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\ in main() 169 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx"); in main() 170 checkit ("%e", DBL_MIN); in main() 171 checkit ("%e", DBL_MAX); in main() 172 checkit ("%.400f", DBL_MIN); in main() [all …]
|
| /netbsd-src/sbin/fsck/ |
| H A D | preen.c | 95 int (*checkit)(const char *, const char *, const char *, void *, pid_t *)) in checkfstab() 137 sumstatus = (*checkit)(fs->fs_vfstype, in checkfstab() 171 if ((ret = startdisk(nextdisk, checkit)) != 0) { in checkfstab() 229 if ((ret = startdisk(d, checkit)) != 0) in checkfstab() 247 if ((ret = startdisk(nextdisk, checkit)) != 0) in checkfstab() 359 int (*checkit)(const char *, const char *, const char *, void *, pid_t *)) in startdisk() 364 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt, in startdisk()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_acl.c | 2096 boolean_t checkit; in zfs_zaccess_aces_check() local 2130 checkit = B_FALSE; in zfs_zaccess_aces_check() 2135 checkit = B_TRUE; in zfs_zaccess_aces_check() 2141 checkit = zfs_groupmember(zfsvfs, who, cr); in zfs_zaccess_aces_check() 2144 checkit = B_TRUE; in zfs_zaccess_aces_check() 2156 checkit = B_TRUE; in zfs_zaccess_aces_check() 2164 if (checkit) { in zfs_zaccess_aces_check()
|
| /netbsd-src/external/gpl2/texinfo/dist/po/ |
| H A D | de.po | 238 # checkit 1638 # checkit 1987 # checkit 2000 # checkit 2141 # checkit 2243 # checkit 2733 # checkit 2777 # checkit 3259 # checkit
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1998 | 2287 * doprint.c (checkit): Switch on ANSI_PROTOTYPES, not __STDC__,
|
| H A D | ChangeLog-2001 | 12797 * doprint.c (checkit): Likewise.
|