Lines Matching refs:strcmp
1124 if (free_account && strcmp(free_account, user) == 0) { in hs20_subscription_remediation()
1131 if (type && strcmp(type, "free") != 0) { in hs20_subscription_remediation()
1143 if (type && strcmp(type, "user") == 0) in hs20_subscription_remediation()
1146 else if (type && strcmp(type, "free") == 0) in hs20_subscription_remediation()
1149 else if (type && strcmp(type, "policy") == 0) in hs20_subscription_remediation()
1151 else if (type && strcmp(type, "machine") == 0) in hs20_subscription_remediation()
1153 else if (type && strcmp(type, "reenroll") == 0) in hs20_subscription_remediation()
1306 if (strcmp(name, "moContainer") != 0) in spp_get_mo()
1656 if (type && strcmp(type, "cert") == 0) in hs20_user_input_registration()
2419 if (type && strcmp(type, "cert") == 0) in add_subscription()
2435 free_acc = free_account && strcmp(free_account, user) == 0; in add_subscription()
2712 if (val && strcmp(val, "policy") == 0) in hs20_spp_update_response()
2883 if (strcmp(op_name, "sppPostDevData") == 0) { in hs20_spp_server_process()
2889 } else if (strcmp(op_name, "sppUpdateResponse") == 0) { in hs20_spp_server_process()