HomeSort by: relevance | last modified time | path
    Searched defs:checkit (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
vasprintf.c 91 checkit (const char *format, ...) function
113 checkit ("%d", 0x12345678);
114 checkit ("%200d", 5);
115 checkit ("%.300d", 6);
116 checkit ("%100.150d", 7);
117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
vsnprintf.c 95 checkit (char *s, size_t n, const char *format, ...) function
113 status = checkit (buf, 10, "%s:%d", "foobar", 9);
117 status = checkit (buf, 9, "%s:%d", "foobar", 9);
121 status = checkit (buf, 8, "%s:%d", "foobar", 9);
125 status = checkit (buf, 7, "%s:%d", "foobar", 9);
129 status = checkit (buf, 6, "%s:%d", "foobar", 9);
133 status = checkit (buf, 2, "%s:%d", "foobar", 9);
137 status = checkit (buf, 1, "%s:%d", "foobar", 9);
141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
_doprnt.c 218 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
221 checkit (const char* format, ...) function
236 RESULT(checkit ("<%d>\n", 0x12345678));
239 RESULT(checkit ("<%200d>\n", 5));
242 RESULT(checkit ("<%.300d>\n", 6));
245 RESULT(checkit ("<%100.150d>\n", 7));
248 RESULT(checkit ("<%s>\n",
255 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n",
260 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
263 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI))
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
vasprintf.c 91 checkit (const char *format, ...) function
113 checkit ("%d", 0x12345678);
114 checkit ("%200d", 5);
115 checkit ("%.300d", 6);
116 checkit ("%100.150d", 7);
117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
vsnprintf.c 95 checkit (char *s, size_t n, const char *format, ...) function
113 status = checkit (buf, 10, "%s:%d", "foobar", 9);
117 status = checkit (buf, 9, "%s:%d", "foobar", 9);
121 status = checkit (buf, 8, "%s:%d", "foobar", 9);
125 status = checkit (buf, 7, "%s:%d", "foobar", 9);
129 status = checkit (buf, 6, "%s:%d", "foobar", 9);
133 status = checkit (buf, 2, "%s:%d", "foobar", 9);
137 status = checkit (buf, 1, "%s:%d", "foobar", 9);
141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
_doprnt.c 218 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
221 checkit (const char* format, ...) function
236 RESULT(checkit ("<%d>\n", 0x12345678));
239 RESULT(checkit ("<%200d>\n", 5));
242 RESULT(checkit ("<%.300d>\n", 6));
245 RESULT(checkit ("<%100.150d>\n", 7));
248 RESULT(checkit ("<%s>\n",
255 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n",
260 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
263 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI))
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
vasprintf.c 91 checkit (const char *format, ...) function
113 checkit ("%d", 0x12345678);
114 checkit ("%200d", 5);
115 checkit ("%.300d", 6);
116 checkit ("%100.150d", 7);
117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
vsnprintf.c 95 checkit (char *s, size_t n, const char *format, ...) function
113 status = checkit (buf, 10, "%s:%d", "foobar", 9);
117 status = checkit (buf, 9, "%s:%d", "foobar", 9);
121 status = checkit (buf, 8, "%s:%d", "foobar", 9);
125 status = checkit (buf, 7, "%s:%d", "foobar", 9);
129 status = checkit (buf, 6, "%s:%d", "foobar", 9);
133 status = checkit (buf, 2, "%s:%d", "foobar", 9);
137 status = checkit (buf, 1, "%s:%d", "foobar", 9);
141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
_doprnt.c 218 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
221 checkit (const char* format, ...) function
236 RESULT(checkit ("<%d>\n", 0x12345678));
239 RESULT(checkit ("<%200d>\n", 5));
242 RESULT(checkit ("<%.300d>\n", 6));
245 RESULT(checkit ("<%100.150d>\n", 7));
248 RESULT(checkit ("<%s>\n",
255 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n",
260 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
263 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI))
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
vasprintf.c 91 checkit (const char *format, ...) function
113 checkit ("%d", 0x12345678);
114 checkit ("%200d", 5);
115 checkit ("%.300d", 6);
116 checkit ("%100.150d", 7);
117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
vsnprintf.c 95 checkit (char *s, size_t n, const char *format, ...) function
113 status = checkit (buf, 10, "%s:%d", "foobar", 9);
117 status = checkit (buf, 9, "%s:%d", "foobar", 9);
121 status = checkit (buf, 8, "%s:%d", "foobar", 9);
125 status = checkit (buf, 7, "%s:%d", "foobar", 9);
129 status = checkit (buf, 6, "%s:%d", "foobar", 9);
133 status = checkit (buf, 2, "%s:%d", "foobar", 9);
137 status = checkit (buf, 1, "%s:%d", "foobar", 9);
141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
_doprnt.c 219 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 ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI))
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
vasprintf.c 91 checkit (const char *format, ...) function
113 checkit ("%d", 0x12345678);
114 checkit ("%200d", 5);
115 checkit ("%.300d", 6);
116 checkit ("%100.150d", 7);
117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
vsnprintf.c 95 checkit (char *s, size_t n, const char *format, ...) function
113 status = checkit (buf, 10, "%s:%d", "foobar", 9);
117 status = checkit (buf, 9, "%s:%d", "foobar", 9);
121 status = checkit (buf, 8, "%s:%d", "foobar", 9);
125 status = checkit (buf, 7, "%s:%d", "foobar", 9);
129 status = checkit (buf, 6, "%s:%d", "foobar", 9);
133 status = checkit (buf, 2, "%s:%d", "foobar", 9);
137 status = checkit (buf, 1, "%s:%d", "foobar", 9);
141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
_doprnt.c 218 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
221 checkit (const char* format, ...) function
236 RESULT(checkit ("<%d>\n", 0x12345678));
239 RESULT(checkit ("<%200d>\n", 5));
242 RESULT(checkit ("<%.300d>\n", 6));
245 RESULT(checkit ("<%100.150d>\n", 7));
248 RESULT(checkit ("<%s>\n",
255 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n",
260 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
263 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI))
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
vasprintf.c 91 checkit (const char *format, ...) function
113 checkit ("%d", 0x12345678);
114 checkit ("%200d", 5);
115 checkit ("%.300d", 6);
116 checkit ("%100.150d", 7);
117 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
119 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
vsnprintf.c 95 checkit (char *s, size_t n, const char *format, ...) function
113 status = checkit (buf, 10, "%s:%d", "foobar", 9);
117 status = checkit (buf, 9, "%s:%d", "foobar", 9);
121 status = checkit (buf, 8, "%s:%d", "foobar", 9);
125 status = checkit (buf, 7, "%s:%d", "foobar", 9);
129 status = checkit (buf, 6, "%s:%d", "foobar", 9);
133 status = checkit (buf, 2, "%s:%d", "foobar", 9);
137 status = checkit (buf, 1, "%s:%d", "foobar", 9);
141 status = checkit (buf, 0, "%s:%d", "foobar", 9);
_doprnt.c 218 static int checkit (const char * format, ...) ATTRIBUTE_PRINTF_1;
221 checkit (const char* format, ...) function
236 RESULT(checkit ("<%d>\n", 0x12345678));
239 RESULT(checkit ("<%200d>\n", 5));
242 RESULT(checkit ("<%.300d>\n", 6));
245 RESULT(checkit ("<%100.150d>\n", 7));
248 RESULT(checkit ("<%s>\n",
255 RESULT(checkit ("<%f><%0+#f>%s%d%s>\n",
260 RESULT(checkit ("<%4f><%.4f><%%><%4.4f>\n", M_PI, M_PI, M_PI));
263 RESULT(checkit ("<%*f><%.*f><%%><%*.*f>\n", 3, M_PI, 3, M_PI, 3, 3, M_PI))
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
vasprintf.c 146 checkit (const char* format, ...) function
163 checkit ("%d", 0x12345678);
164 checkit ("%200d", 5);
165 checkit ("%.300d", 6);
166 checkit ("%100.150d", 7);
167 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
169 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
170 checkit ("%e", DBL_MIN);
171 checkit ("%e", DBL_MAX);
172 checkit ("%.400f", DBL_MIN)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
vasprintf.c 146 checkit (const char* format, ...) function
163 checkit ("%d", 0x12345678);
164 checkit ("%200d", 5);
165 checkit ("%.300d", 6);
166 checkit ("%100.150d", 7);
167 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
169 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
170 checkit ("%e", DBL_MIN);
171 checkit ("%e", DBL_MAX);
172 checkit ("%.400f", DBL_MIN)
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
vasprintf.c 146 checkit (const char* format, ...) function
163 checkit ("%d", 0x12345678);
164 checkit ("%200d", 5);
165 checkit ("%.300d", 6);
166 checkit ("%100.150d", 7);
167 checkit ("%s", "jjjjjjjjjiiiiiiiiiiiiiiioooooooooooooooooppppppppppppaa\n\
169 checkit ("%f%s%d%s", 1.0, "foo", 77, "asdjffffffffffffffiiiiiiiiiiixxxxx");
170 checkit ("%e", DBL_MIN);
171 checkit ("%e", DBL_MAX);
172 checkit ("%.400f", DBL_MIN)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c 2096 boolean_t checkit; local
2130 checkit = B_FALSE;
2135 checkit = B_TRUE;
2141 checkit = zfs_groupmember(zfsvfs, who, cr);
2144 checkit = B_TRUE;
2156 checkit = B_TRUE;
2164 if (checkit) {

Completed in 37 milliseconds