Home
last modified time | relevance | path

Searched refs:xstrcasecmp (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurmdbd_defs.c56 } else if (!xstrcasecmp(msg_type, "Fini")) { in str_2_slurmdbd_msg_type()
62 } else if (!xstrcasecmp(msg_type, "Add TRES")) { in str_2_slurmdbd_msg_type()
80 } else if (!xstrcasecmp(msg_type, "Get TRES")) { in str_2_slurmdbd_msg_type()
104 } else if (!xstrcasecmp(msg_type, "Got TRES")) { in str_2_slurmdbd_msg_type()
118 } else if (!xstrcasecmp(msg_type, "Got Jobs")) { in str_2_slurmdbd_msg_type()
120 } else if (!xstrcasecmp(msg_type, "Got List")) { in str_2_slurmdbd_msg_type()
132 } else if (!xstrcasecmp(msg_type, "ID RC")) { in str_2_slurmdbd_msg_type()
186 } else if (!xstrcasecmp(msg_type, "Add QOS")) { in str_2_slurmdbd_msg_type()
188 } else if (!xstrcasecmp(msg_type, "Get QOS")) { in str_2_slurmdbd_msg_type()
190 } else if (!xstrcasecmp(msg_type, "Got QOS")) { in str_2_slurmdbd_msg_type()
[all …]
H A Dslurm_resource_info.c350 if (xstrcasecmp(tok, "help") == 0) { in slurm_verify_cpu_bind()
359 if ((xstrcasecmp(tok, "q") == 0) || in slurm_verify_cpu_bind()
360 (xstrcasecmp(tok, "quiet") == 0)) { in slurm_verify_cpu_bind()
368 (xstrcasecmp(tok, "none") == 0)) { in slurm_verify_cpu_bind()
498 if ((xstrcasecmp(tok, "no") == 0) || in xlate_cpu_bind_str()
499 (xstrcasecmp(tok, "none") == 0)) { in xlate_cpu_bind_str()
526 (xstrcasecmp(tok, "ldoms") == 0)) { in xlate_cpu_bind_str()
535 (xstrcasecmp(tok, "cores") == 0)) { in xlate_cpu_bind_str()
630 if (xstrcasecmp(tok, "help") == 0) { in slurm_verify_mem_bind()
639 } else if (!xstrcasecmp(tok, "sort")) { in slurm_verify_mem_bind()
[all …]
H A Dparse_value.c66 if (xstrcasecmp(value, "UNLIMITED") == 0 in s_p_handle_long()
67 || xstrcasecmp(value, "INFINITE") == 0) { in s_p_handle_long()
90 if (xstrcasecmp(value, "UNLIMITED") == 0 in s_p_handle_uint16()
192 if (!xstrcasecmp(value, "yes") in s_p_handle_boolean()
193 || !xstrcasecmp(value, "up") in s_p_handle_boolean()
194 || !xstrcasecmp(value, "true") in s_p_handle_boolean()
195 || !xstrcasecmp(value, "1")) { in s_p_handle_boolean()
197 } else if (!xstrcasecmp(value, "no") in s_p_handle_boolean()
198 || !xstrcasecmp(value, "down") in s_p_handle_boolean()
199 || !xstrcasecmp(value, "false") in s_p_handle_boolean()
[all …]
H A Dslurm_protocol_defs.c200 if (!xstrcasecmp(char1, char2)) in slurm_find_char_in_list()
454 if (!xstrcasecmp(tmp_char, in slurm_addto_id_char_list()
2738 if (!xstrcasecmp(name, "quiet")) in log_string2num()
2740 if (!xstrcasecmp(name, "fatal")) in log_string2num()
2742 if (!xstrcasecmp(name, "error")) in log_string2num()
2744 if (!xstrcasecmp(name, "info")) in log_string2num()
2748 if (!xstrcasecmp(name, "debug")) in log_string2num()
5769 if (!xstrcasecmp(value, "yes") in parse_part_enforce_type()
5770 || !xstrcasecmp(value, "up") in parse_part_enforce_type()
5771 || !xstrcasecmp(value, "true") in parse_part_enforce_type()
[all …]
H A Dslurm_selecttype_info.c60 if (!xstrcasecmp(str_parameters, "CR_Socket")) { in parse_select_type_param()
67 } else if (!xstrcasecmp(str_parameters, "CR_Core")) { in parse_select_type_param()
70 } else if (!xstrcasecmp(str_parameters, "CR_Core_Memory")) { in parse_select_type_param()
74 } else if (!xstrcasecmp(str_parameters, "CR_Memory")) { in parse_select_type_param()
77 } else if (!xstrcasecmp(str_parameters, "CR_CPU")) { in parse_select_type_param()
80 } else if (!xstrcasecmp(str_parameters, "CR_CPU_Memory")) { in parse_select_type_param()
88 } else if (!xstrcasecmp(str_parameters, in parse_select_type_param()
94 } else if (!xstrcasecmp(str_parameters, in parse_select_type_param()
97 } else if (!xstrcasecmp(str_parameters, in parse_select_type_param()
100 } else if (!xstrcasecmp(str_parameters, "CR_LLN")) { in parse_select_type_param()
[all …]
H A Dproc_args.c881 if (xstrcasecmp(tok, "help") == 0) { in verify_hint()
944 if (xstrcasecmp(tok, "NONE") == 0) { in parse_mail_type()
949 else if (xstrcasecmp(tok, "ARRAY_TASKS") == 0) in parse_mail_type()
951 else if (xstrcasecmp(tok, "BEGIN") == 0) in parse_mail_type()
953 else if (xstrcasecmp(tok, "END") == 0) in parse_mail_type()
955 else if (xstrcasecmp(tok, "FAIL") == 0) in parse_mail_type()
957 else if (xstrcasecmp(tok, "REQUEUE") == 0) in parse_mail_type()
959 else if (xstrcasecmp(tok, "ALL") == 0) in parse_mail_type()
962 else if (!xstrcasecmp(tok, "STAGE_OUT")) in parse_mail_type()
964 else if (xstrcasecmp(tok, "TIME_LIMIT") == 0) in parse_mail_type()
[all …]
H A Dread_config.c1610 if (xstrcasecmp(tmp, "NO") == 0) in _parse_partitionname()
3427 if (!xstrcasecmp(token, "ANY")) { in _health_node_state()
3466 if (!xstrcasecmp(tok, "hbm")) { in _have_hbm_token()
4845 if (!xstrcasecmp(temp_str, "NONE")) in _validate_and_set_defaults()
4942 } else if (xstrcasecmp(val_ptr, in _validate_and_set_defaults()
4947 } else if (xstrcasecmp(val_ptr, in _validate_and_set_defaults()
4952 } else if (xstrcasecmp(val_ptr, in _validate_and_set_defaults()
5142 if (xstrcasecmp(tok, "Alloc") == 0) in prolog_str2flags()
5472 if (xstrcasecmp(tok, "Accrue") == 0) in debug_str2flags()
5539 xstrcasecmp(tok, "Net") == 0) in debug_str2flags()
[all …]
H A Dstate_control.c69 if (!xstrcasecmp(watts_str, "n/a") || !xstrcasecmp(watts_str, "none")) in state_control_parse_resv_watts()
71 if (!xstrcasecmp(watts_str, "INFINITE")) { in state_control_parse_resv_watts()
105 if (!xstrcasecmp(msg->tres_names[i], type)) { in state_control_configured_tres()
290 if (!xstrcasecmp(type, "license")) { in state_control_parse_resv_tres()
296 } else if (xstrcasecmp(type, "bb") == 0) { in state_control_parse_resv_tres()
302 } else if (xstrcasecmp(type, "cpu") == 0) { in state_control_parse_resv_tres()
331 } else if (xstrcasecmp(type, "node") == 0) { in state_control_parse_resv_tres()
H A Dx11_util.c69 if (!xstrcasecmp(str, "all")) in x11_str2flags()
71 if (!xstrcasecmp(str, "batch")) in x11_str2flags()
73 if (!xstrcasecmp(str, "first")) in x11_str2flags()
75 if (!xstrcasecmp(str, "last")) in x11_str2flags()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/squeue/
H A Dopts.c577 if (!xstrcasecmp(format, "%all")) { in parse_format()
974 if (!xstrcasecmp(token, "cluster")) in parse_long_format()
985 else if (!xstrcasecmp(token, "gres")) in parse_long_format()
1133 if (!xstrcasecmp(token,"account")) in parse_long_format()
1143 else if (!xstrcasecmp(token, "gres")) in parse_long_format()
1240 !xstrcasecmp(token, "shared")) in parse_long_format()
1340 else if (!xstrcasecmp(token, "qos")) in parse_long_format()
1433 else if (!xstrcasecmp(token, "sct")) in parse_long_format()
1647 !xstrcasecmp(token, "tres-alloc")) in parse_long_format()
1695 !xstrcasecmp(token, "hetjobid")) in parse_long_format()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/jobcomp/filetxt/
H A Dfiletxt_jobcomp_process.c101 if (!xstrcasecmp("JobId", jobcomp_info->name)) { in _parse_line()
108 } else if (!xstrcasecmp("EndTime", jobcomp_info->name)) { in _parse_line()
111 } else if (!xstrcasecmp("UserId", jobcomp_info->name)) { in _parse_line()
121 } else if (!xstrcasecmp("GroupId", jobcomp_info->name)) { in _parse_line()
131 } else if (!xstrcasecmp("Name", jobcomp_info->name)) { in _parse_line()
147 } else if (!xstrcasecmp("Gres", jobcomp_info->name)) { in _parse_line()
151 } else if (!xstrcasecmp("QOS", jobcomp_info->name)) { in _parse_line()
153 } else if (!xstrcasecmp("WcKey", jobcomp_info->name)) { in _parse_line()
214 if (!xstrcasecmp("JobId", jobcomp_info->name)) in filetxt_jobcomp_process_get_jobs()
216 else if (!xstrcasecmp("Partition", jobcomp_info->name)) in filetxt_jobcomp_process_get_jobs()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/mpi/pmix/
H A Dpmixp_info.c442 if (!xstrcmp("1",p) || !xstrcasecmp("true", p) || in _env_set()
443 !xstrcasecmp("yes", p)) { in _env_set()
446 !xstrcasecmp("no", p)) { in _env_set()
455 !xstrcasecmp("yes", p)) { in _env_set()
458 !xstrcasecmp("no", p)) { in _env_set()
465 !xstrcasecmp("yes", p)) { in _env_set()
468 !xstrcasecmp("no", p)) { in _env_set()
487 !xstrcasecmp("yes", p)) { in _env_set()
490 !xstrcasecmp("no", p)) { in _env_set()
499 !xstrcasecmp("yes", p)) { in _env_set()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sinfo/
H A Dopts.c418 if (xstrcasecmp (state_str, "all") == 0 ) in _build_state_list()
611 if (!xstrcasecmp(format, "%all")) { in _parse_format()
915 if (!xstrcasecmp(token, "all")) { in _parse_long_format()
939 } else if (!xstrcasecmp(token, "cpus")) { in _parse_long_format()
975 } else if (!xstrcasecmp(token, "disk")) { in _parse_long_format()
999 } else if (!xstrcasecmp(token, "gres")) { in _parse_long_format()
1067 } else if (!xstrcasecmp(token, "port")) { in _parse_long_format()
1097 } else if (!xstrcasecmp(token, "root")) { in _parse_long_format()
1104 !xstrcasecmp(token, "share")) { in _parse_long_format()
1110 } else if (!xstrcasecmp(token, "size")) { in _parse_long_format()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dconfig_info.c277 (xstrcasecmp(p[i].allow_accounts, "ALL") != 0)) in slurm_write_ctl_conf()
281 (xstrcasecmp(p[i].allow_groups, "ALL") != 0)) in slurm_write_ctl_conf()
2064 !xstrcasecmp(key_pair->value, "(null)") || in _write_key_pairs()
2065 !xstrcasecmp(key_pair->value, "N/A") || in _write_key_pairs()
2084 (!xstrcasecmp(key_pair->name, in _write_key_pairs()
2093 (!xstrcasecmp(key_pair->name, in _write_key_pairs()
2100 (!xstrcasecmp(key_pair->name, in _write_key_pairs()
2204 !xstrcasecmp(key_pair->name, "KillWait") || in _write_key_pairs()
2209 !xstrcasecmp(key_pair->name, "Waittime")) { in _write_key_pairs()
2232 if (!xstrcasecmp(key_pair->name, "Epilog") || in _write_key_pairs()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sstat/
H A Doptions.c194 else if (!xstrcasecmp(dot, in _addto_job_list()
257 if (!xstrcasecmp(dot, "batch")) in _addto_job_list()
303 if (!xstrcasecmp(state, "p")) in decode_state_char()
305 else if (!xstrcasecmp(state, "r")) in decode_state_char()
307 else if (!xstrcasecmp(state, "su")) in decode_state_char()
309 else if (!xstrcasecmp(state, "cd")) in decode_state_char()
311 else if (!xstrcasecmp(state, "ca")) in decode_state_char()
313 else if (!xstrcasecmp(state, "f")) in decode_state_char()
315 else if (!xstrcasecmp(state, "to")) in decode_state_char()
317 else if (!xstrcasecmp(state, "nf")) in decode_state_char()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scancel/
H A Dopt.c240 if (xstrcasecmp(val, "true") == 0) in _opt_env()
242 else if (xstrcasecmp(val, "T") == 0) in _opt_env()
246 else if (xstrcasecmp(val, "F") == 0) in _opt_env()
256 if (xstrcasecmp(val, "true") == 0) in _opt_env()
258 else if (xstrcasecmp(val, "T") == 0) in _opt_env()
262 else if (xstrcasecmp(val, "F") == 0) in _opt_env()
272 if (xstrcasecmp(val, "true") == 0) in _opt_env()
274 else if (xstrcasecmp(val, "T") == 0) in _opt_env()
278 else if (xstrcasecmp(val, "F") == 0) in _opt_env()
306 if (xstrcasecmp(val, "true") == 0) in _opt_env()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmrestd/
H A Dhttp_content_type.c150 !xstrcasecmp(a_token, b_token)) in is_mime_matching_type()
171 if (!xstrcasecmp(type, "application/json") || in get_mime_type()
172 !xstrcasecmp(type, "application/jsonrequest")) in get_mime_type()
175 if (!xstrcasecmp(type, "application/x-www-form-urlencoded")) in get_mime_type()
178 if (!xstrcasecmp(type, "application/x-yaml") || in get_mime_type()
179 !xstrcasecmp(type, "text/yaml")) in get_mime_type()
H A Dhttp.c238 if (!xstrcasecmp(buffer->name, "Connection")) { in _on_header_value()
239 if (!xstrcasecmp(buffer->value, "Keep-Alive")) { in _on_header_value()
261 } else if (!xstrcasecmp(buffer->name, "Accept")) { in _on_header_value()
490 if (!xstrcasecmp(str, "get")) in get_http_method()
492 if (!xstrcasecmp(str, "post")) in get_http_method()
494 if (!xstrcasecmp(str, "put")) in get_http_method()
496 if (!xstrcasecmp(str, "delete")) in get_http_method()
498 if (!xstrcasecmp(str, "options")) in get_http_method()
500 if (!xstrcasecmp(str, "head")) in get_http_method()
502 if (!xstrcasecmp(str, "patch")) in get_http_method()
[all …]
H A Dopenapi.c84 if (!xstrcasecmp(str, "integer")) in _get_parameter_type()
86 if (!xstrcasecmp(str, "number")) in _get_parameter_type()
88 if (!xstrcasecmp(str, "string")) in _get_parameter_type()
90 if (!xstrcasecmp(str, "boolean") || !xstrcasecmp(str, "bool")) in _get_parameter_type()
92 if (!xstrcasecmp(str, "object")) in _get_parameter_type()
94 if (!xstrcasecmp(str, "array")) in _get_parameter_type()
243 if (!xstrcasecmp(args->str_path, key)) { in _match_path_string()
289 !xstrcasecmp(entry->name, key)) { in _populate_parameters()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scontrol/
H A Dupdate_powercap.c45 if (!xstrcasecmp(watts_str, "n/a") || !xstrcasecmp(watts_str, "none")) in _parse_watts()
47 if (!xstrcasecmp(watts_str, "INFINITE")) in _parse_watts()
H A Dupdate_part.c114 if ((xstrcasecmp(val,"UNLIMITED") == 0) || in scontrol_parse_part_options()
115 (xstrcasecmp(val,"INFINITE") == 0)) { in scontrol_parse_part_options()
126 if ((xstrcasecmp(val,"UNLIMITED") == 0) || in scontrol_parse_part_options()
127 (xstrcasecmp(val,"INFINITE") == 0)) { in scontrol_parse_part_options()
278 if ((xstrcasecmp(val,"UNLIMITED") == 0) || in scontrol_parse_part_options()
279 (xstrcasecmp(val,"INFINITE") == 0)) { in scontrol_parse_part_options()
500 } else if (xstrcasecmp(part_msg.name, "default") == 0) { in scontrol_create_part()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sview/
H A Ddefaults.c179 if (!xstrcasecmp(new_text, "yes")) in _set_sview_config()
193 if (!xstrcasecmp(new_text, "job")) in _set_sview_config()
195 else if (!xstrcasecmp(new_text, "part")) in _set_sview_config()
197 else if (!xstrcasecmp(new_text, "res")) in _set_sview_config()
199 else if (!xstrcasecmp(new_text, "node")) in _set_sview_config()
237 if (!xstrcasecmp(new_text, "yes")) in _set_sview_config()
244 if (!xstrcasecmp(new_text, "yes")) in _set_sview_config()
251 if (!xstrcasecmp(new_text, "yes")) in _set_sview_config()
258 if (!xstrcasecmp(new_text, "yes")) in _set_sview_config()
265 if (!xstrcasecmp(new_text, "yes")) in _set_sview_config()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/mysql/
H A Das_mysql_tres.c72 } else if ((!xstrcasecmp(object->type, "gres") || in as_mysql_add_tres()
73 !xstrcasecmp(object->type, "bb") || in as_mysql_add_tres()
74 !xstrcasecmp(object->type, "license") || in as_mysql_add_tres()
75 !xstrcasecmp(object->type, "fs") || in as_mysql_add_tres()
76 !xstrcasecmp(object->type, "ic"))) { in as_mysql_add_tres()
/dports/irc/miau/miau-0.6.6/src/
H A Dignore.c58 && xstrcasecmp(ignores.data[i]->hostname, in ignore_add()
80 && (xstrcasecmp(ignores.data[i]->hostname, in ignore_del()
128 && (xstrcasecmp(ignores.data[i]->hostname, in is_ignore()
H A Dserver.c366 && (xstrcasecmp(param2 + 2, "DCC\1") == 0)) { in parse_msg_me_ctcp()
610 if (xstrcasecmp(param1, status.nickname) == 0) { in parse_privmsg()
1068 if (xstrcasecmp(status.nickname, nick) == 0) {
1072 if (xstrcasecmp(status.nickname,
1150 if (xstrcasecmp(status.nickname, nick) == 0) {
1169 if (xstrcasecmp(nick, status.nickname) != 0) {
1219 if (xstrcasecmp(nick, status.nickname) == 0) {
1242 if (xstrcasecmp(status.nickname, nick) == 0) {
1253 && xstrcasecmp(param1,
1445 if (xstrcasecmp(status.nickname,
[all …]

12345678