Home
last modified time | relevance | path

Searched refs:allow_commands (Results 1 – 20 of 20) sorted by relevance

/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dpipe.c28 { "allow_commands", opt_stringptr, LOFF(allow_commands) },
272 if (ob->allow_commands && ob->use_shell) in pipe_transport_init()
334 if (ob->allow_commands) in set_up_direct_command()
340 if (!(s = expand_string(ob->allow_commands))) in set_up_direct_command()
344 "for %s transport: %s", ob->allow_commands, tname, expand_string_message); in set_up_direct_command()
372 else if (ob->allow_commands) in set_up_direct_command()
H A Dpipe.h12 uschar *allow_commands; member
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dpipe.c28 { "allow_commands", opt_stringptr, LOFF(allow_commands) },
272 if (ob->allow_commands && ob->use_shell) in pipe_transport_init()
334 if (ob->allow_commands) in set_up_direct_command()
340 if (!(s = expand_string(ob->allow_commands))) in set_up_direct_command()
344 "for %s transport: %s", ob->allow_commands, tname, expand_string_message); in set_up_direct_command()
372 else if (ob->allow_commands) in set_up_direct_command()
H A Dpipe.h12 uschar *allow_commands; member
/dports/mail/exim/exim-4.95/src/transports/
H A Dpipe.c28 { "allow_commands", opt_stringptr, LOFF(allow_commands) },
272 if (ob->allow_commands && ob->use_shell) in pipe_transport_init()
334 if (ob->allow_commands) in set_up_direct_command()
340 if (!(s = expand_string(ob->allow_commands))) in set_up_direct_command()
344 "for %s transport: %s", ob->allow_commands, tname, expand_string_message); in set_up_direct_command()
372 else if (ob->allow_commands) in set_up_direct_command()
H A Dpipe.h12 uschar *allow_commands; member
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dpipe.c28 { "allow_commands", opt_stringptr, LOFF(allow_commands) },
272 if (ob->allow_commands && ob->use_shell) in pipe_transport_init()
334 if (ob->allow_commands) in set_up_direct_command()
340 if (!(s = expand_string(ob->allow_commands))) in set_up_direct_command()
344 "for %s transport: %s", ob->allow_commands, tname, expand_string_message); in set_up_direct_command()
372 else if (ob->allow_commands) in set_up_direct_command()
H A Dpipe.h12 uschar *allow_commands; member
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dpipe.c28 { "allow_commands", opt_stringptr, LOFF(allow_commands) },
272 if (ob->allow_commands && ob->use_shell) in pipe_transport_init()
334 if (ob->allow_commands) in set_up_direct_command()
340 if (!(s = expand_string(ob->allow_commands))) in set_up_direct_command()
344 "for %s transport: %s", ob->allow_commands, tname, expand_string_message); in set_up_direct_command()
372 else if (ob->allow_commands) in set_up_direct_command()
H A Dpipe.h12 uschar *allow_commands; member
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dpipe.c28 { "allow_commands", opt_stringptr, LOFF(allow_commands) },
272 if (ob->allow_commands && ob->use_shell) in pipe_transport_init()
334 if (ob->allow_commands) in set_up_direct_command()
340 if (!(s = expand_string(ob->allow_commands))) in set_up_direct_command()
344 "for %s transport: %s", ob->allow_commands, tname, expand_string_message); in set_up_direct_command()
372 else if (ob->allow_commands) in set_up_direct_command()
H A Dpipe.h12 uschar *allow_commands; member
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dpipe.c28 { "allow_commands", opt_stringptr, LOFF(allow_commands) },
272 if (ob->allow_commands && ob->use_shell) in pipe_transport_init()
334 if (ob->allow_commands) in set_up_direct_command()
340 if (!(s = expand_string(ob->allow_commands))) in set_up_direct_command()
344 "for %s transport: %s", ob->allow_commands, tname, expand_string_message); in set_up_direct_command()
372 else if (ob->allow_commands) in set_up_direct_command()
H A Dpipe.h12 uschar *allow_commands; member
/dports/net/libiscsi/libiscsi-1.19.0/test-tool/
H A Dtest_prin_report_caps.c80 CU_ASSERT_TRUE(rcaps->allow_commands <= 5); in test_prin_report_caps_simple()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dexim.vim48 syn keyword eximKeyword allow_commands batch batch_max bsmtp bsmtp_helo check_string command curren…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dexim.vim48 syn keyword eximKeyword allow_commands batch batch_max bsmtp bsmtp_helo check_string command curren…
/dports/net/libiscsi/libiscsi-1.19.0/include/
H A Dscsi-lowlevel.h975 uint8_t allow_commands; member
/dports/shells/fish/fish-3.3.1/src/
H A Dreader.cpp2861 bool allow_commands = (accumulated_chars.empty()); in read_normal_chars() local
2862 auto evt = inputter.read_char(allow_commands ? normal_handler : empty_handler); in read_normal_chars()
/dports/net/libiscsi/libiscsi-1.19.0/lib/
H A Dscsi-lowlevel.c1048 rc->allow_commands = (task_get_uint8(task, 3) & 0x70) >> 4; in scsi_persistentreservein_datain_unmarshall()