Home
last modified time | relevance | path

Searched refs:compat_level (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dcompat_level.c219 const char *compat_level_to_string(long compat_level,
231 if (compat_level < 0) {
232 msg_fn("%s: bad compatibility level: %ld", myname, compat_level);
241 major = DECODE_MAJOR(compat_level);
243 msg_fn("%s: bad compatibility major level: %ld", myname, compat_level);
252 minor = DECODE_MINOR(compat_level);
258 patch = DECODE_PATCH(compat_level);
402 long compat_level; in test_convert() local
409 if ((compat_level = compat_level_from_string(vstring_str(buf), in test_convert()
412 msg_info("%s -> 0x%lx", vstring_str(buf), compat_level); in test_convert()
[all …]
H A Dmail_params.c415 long compat_level; variable
660 if (compat_level < compat_level_from_string(COMPAT_LEVEL_3_6, msg_panic)) { in check_legacy_defaults()
677 if (compat_level < compat_level_from_string(COMPAT_LEVEL_2, msg_panic)) { in check_legacy_defaults()
692 if (compat_level < compat_level_from_string(COMPAT_LEVEL_1, msg_panic)) { in check_legacy_defaults()
885 compat_level = compat_level_from_string(var_compatibility_level, msg_fatal); in mail_params_init()
H A DMakefile.in39 test_main.c compat_level.c config_known_tcp_ports.c \
78 test_main.o compat_level.o config_known_tcp_ports.o \
115 test_main.h compat_level.h config_known_tcp_ports.h \
133 compat_level config_known_tcp_ports hfrom_format
392 compat_level: compat_level.c $(LIB) $(LIBS)
750 compat_level_expand_test: update compat_level compat_level_expand.in \
752 -$(SHLIB_ENV) $(VALGRIND) ./compat_level -x <compat_level_expand.in >compat_level_expand.tmp 2>&1
756 compat_level_convert_test: update compat_level compat_level_convert.in \
758 -$(SHLIB_ENV) $(VALGRIND) ./compat_level -c <compat_level_convert.in >compat_level_convert.tmp 2>&1
978 compat_level.o: ../../include/check_arg.h
[all …]
H A Dmail_params.h80 extern long compat_level;
/netbsd-src/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c592 if (compat_level < compat_level_from_string(LAST_COMPAT_LEVEL, msg_panic)) { in main()
H A DMakefile.in68 postfix.o: ../../include/compat_level.h
/netbsd-src/external/ibm-public/postfix/lib/global/
H A DMakefile25 compat_level.c \
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.h301 unsigned int compat_level);
H A Damdgpu_dcn20_hubp.c529 unsigned int compat_level) in hubp2_program_surface_config() argument
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Dmaster_ent.c496 chroot = get_bool_ent(&bufp, "chroot", compat_level in get_master_ent()
H A DMakefile.in222 master_ent.o: ../../include/compat_level.h
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.h699 unsigned int compat_level);
H A Damdgpu_dcn10_hubp.c536 unsigned int compat_level) in hubp1_program_surface_config() argument
H A Damdgpu_dcn10_hw_sequencer.c2243 unsigned int compat_level = 0; in dcn10_update_dchubp_dpp() local
2352 compat_level); in dcn10_update_dchubp_dpp()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in1022 postconf.o: ../../include/compat_level.h
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY25333 less than 3.9 which is undesirable. Files: global/compat_level.[hc]
25533 level comparison operators. File: global/compat_level.c.
25651 Bohman. Files: util/sane_strtol.[hc], global/compat_level.c,
25985 global/compat_level.c, global/db_common.c,
26469 global/compat_level.c.