Searched refs:typenames (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/usr.bin/indent/
H A Dlexi.c100 } typenames; variable in typeref:struct:__anon10
279 const char **arr = typenames.items;
281 unsigned hi = typenames.len;
311 if (typenames.len >= typenames.cap) {
312 typenames.cap = 16 + 2 * typenames.cap;
313 typenames.items = nonnull(realloc(typenames.items,
314 sizeof(typenames
[all...]
/netbsd-current/include/arpa/
H A Dftp.h57 const char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; variable
/netbsd-current/tests/lib/libc/locale/
H A Dt_wctype.c47 static const char *typenames[] = { variable
161 wct = wctype(typenames[i]);
180 idx, typenames[idx], c, c, wc, (long int)wct, inout);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen.c175 } typenames[TYPENAMES]; variable in typeref:struct:ttnam
310 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type) {
311 return (&typenames[i]);
326 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type &&
327 strcmp(typebuf, typenames[i].typebuf) != 0)
331 typenames[i].typebuf, typebuf);
334 if (typenames[i].typebuf[0] == 0 && ttn == NULL) {
335 ttn = &typenames[
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgen.c159 } typenames[TYPENAMES]; variable in typeref:struct:ttnam
346 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type) {
347 return (&typenames[i]);
362 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type &&
363 strcmp(typebuf, typenames[i].typebuf) != 0)
367 typenames[i].typebuf, typebuf);
370 if (typenames[i].typebuf[0] == 0 && ttn == NULL) {
371 ttn = &typenames[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c342 vec<tree, va_gc> *typenames)
393 /* Don't bother with typenames for a partial instantiation. */
394 if (vec_safe_is_empty (typenames) || uses_template_parms (args))
397 /* Don't try to print typenames when we're processing a clone. */
407 FOR_EACH_VEC_SAFE_ELT (typenames, i, t)
1501 vec<tree, va_gc> *typenames; member in struct:find_typenames_t
1527 vec_safe_push (d->typenames, mv);
1537 ft.typenames = NULL;
1541 return ft.typenames;
1557 vec<tree, va_gc> *typenames local
341 dump_template_bindings(cxx_pretty_printer *pp, tree parms, tree args, vec<tree, va_gc> *typenames) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc376 vec<tree, va_gc> *typenames)
464 /* Don't bother with typenames for a partial instantiation. */
465 if (vec_safe_is_empty (typenames) || uses_template_parms (args))
468 /* Don't try to print typenames when we're processing a clone. */
478 FOR_EACH_VEC_SAFE_ELT (typenames, i, t)
1597 vec<tree, va_gc> *typenames; member in struct:find_typenames_t
1623 vec_safe_push (d->typenames, mv);
1633 ft.typenames = NULL;
1637 return ft.typenames;
1653 vec<tree, va_gc> *typenames local
375 dump_template_bindings(cxx_pretty_printer *pp, tree parms, tree args, vec<tree, va_gc> *typenames) argument
[all...]
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c588 const char *typenames[] = { local
615 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]);
/netbsd-current/libexec/ftpd/
H A Dftpd.c2600 cprintf(stdout, " TYPE: %s", typenames[type]);

Completed in 279 milliseconds