Searched refs:mi_version (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/usr.bin/mail/ |
| H A D | mime_decode.c | 78 (void)fprintf(fp, "** Version: %s\n", XX(mip->mi_version)); 237 mip->mi_version = cparam(NULL, hfield(MIME_HDR_VERSION, mp), 0); in get_content() 275 if (mip->mi_version == NULL && mip->mi_type != NULL) in get_content() 276 mip->mi_version = MIME_VERSION; in get_content() 618 this_mip->mi_version && in expand_mip() 619 equal(this_mip->mi_version, MIME_VERSION)) { in expand_mip() 660 if (mip->mi_version == NULL || in mime_decode_open() 661 !equal(mip->mi_version, MIME_VERSION)) in mime_decode_open()
|
| H A D | mime_detach.h | 59 const char *mi_version; member
|
| /netbsd-src/sys/sys/ |
| H A D | module.h | 78 u_int mi_version; member 161 .mi_version = __NetBSD_Version__, \
|
| /netbsd-src/sys/kern/ |
| H A D | kern_module.c | 81 .mi_version = __NetBSD_Version__, 1235 if (!module_compatible(mi->mi_version, __NetBSD_Version__)) { in module_do_load() 1237 mi->mi_name, mi->mi_version, __NetBSD_Version__); in module_do_load()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | init.c | 155 mi->mi_version = LDAP_VERSION3; in asyncmeta_back_db_init()
|
| H A D | back-asyncmeta.h | 370 #define mi_version mi_mc.mc_version macro
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | init.c | 141 mi->mi_version = LDAP_VERSION3; in meta_back_db_init()
|
| H A D | back-meta.h | 423 #define mi_version mi_mc.mc_version macro
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/mi/ |
| H A D | ChangeLog-1999-2003 | 331 * mi-out.c (mi_version): New function. 332 * mi-out.h (mi_version): Declare. 523 (mi_open, mi_close): Reverse logic of mi_version test. 607 * mi-out.c (mi_open): For lists, when mi_version > 0, use ``[''. 623 (mi_command_loop): Add parameter mi_version, pass to mi_out_new. 626 * mi-out.c (mi_out_new): Add parameter mi_version. 627 (struct ui_out_data): Add field mi_version.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/ |
| H A D | ChangeLog-1999-2003 | 331 * mi-out.c (mi_version): New function. 332 * mi-out.h (mi_version): Declare. 523 (mi_open, mi_close): Reverse logic of mi_version test. 607 * mi-out.c (mi_open): For lists, when mi_version > 0, use ``[''. 623 (mi_command_loop): Add parameter mi_version, pass to mi_out_new. 626 * mi-out.c (mi_out_new): Add parameter mi_version. 627 (struct ui_out_data): Add field mi_version.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2016 | 215 (mi_version): Replace with ... 224 (mi_version): Update fallouts of struct ui_out to class ui_out
|
| H A D | ChangeLog-2011 | 3426 Initialize mi->uiout depending on the mi_version as extracted from
|
| H A D | ChangeLog-2015 | 2344 (mi_version): Likewise.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2016 | 215 (mi_version): Replace with ... 224 (mi_version): Update fallouts of struct ui_out to class ui_out
|
| H A D | ChangeLog-2011 | 3426 Initialize mi->uiout depending on the mi_version as extracted from
|
| H A D | ChangeLog-2015 | 2344 (mi_version): Likewise.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 60964 Remove mi_version function 60965 The mi_version function is unused, and I think it's better overall if
|