Searched refs:cmd_submitf (Results 1 – 2 of 2) sorted by relevance
/dports/net-mgmt/nagios4/nagios-4.4.6/cgi/ |
H A D | cmd.c | 2020 result = cmd_submitf(cmd, NULL); in commit_command() 2039 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2071 result = cmd_submitf(cmd, "%lu", comment_id); in commit_command() 2098 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2101 result |= cmd_submitf(cmd, "%s", host_name); in commit_command() 2115 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2120 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2123 result |= cmd_submitf(cmd, "%s", host_name); in commit_command() 2162 result = cmd_submitf(cmd, "%lu", downtime_id); in commit_command() 2184 result = cmd_submitf(cmd, "%s", hostgroup_name); in commit_command() [all …]
|
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/ |
H A D | cmd.c | 1997 result = cmd_submitf(cmd, NULL); in commit_command() 2015 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2046 result = cmd_submitf(cmd, "%lu", comment_id); in commit_command() 2073 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2076 result |= cmd_submitf(cmd, "%s", host_name); in commit_command() 2090 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2095 result = cmd_submitf(cmd, "%s", host_name); in commit_command() 2098 result |= cmd_submitf(cmd, "%s", host_name); in commit_command() 2137 result = cmd_submitf(cmd, "%lu", downtime_id); in commit_command() 2159 result = cmd_submitf(cmd, "%s", hostgroup_name); in commit_command() [all …]
|