Lines Matching refs:strcmp

290 		*result = (dbus_int64_t) strcmp (hal_device_property_get_string (d, key), right_side);  in match_compare_property()
341 if (strcmp (attr[0], "key") != 0) in handle_match()
364 if (strcmp (attr[2], "string") == 0) { in handle_match()
377 if (strcmp (hal_device_property_get_string (d, prop_to_check), in handle_match()
383 } else if (strcmp (attr[2], "int") == 0) { in handle_match()
402 } else if (strcmp (attr[2], "uint64") == 0) { in handle_match()
421 } else if (strcmp (attr[2], "bool") == 0) { in handle_match()
426 if (strcmp (attr[3], "false") == 0) in handle_match()
428 else if (strcmp (attr[3], "true") == 0) in handle_match()
445 } else if (strcmp (attr[2], "exists") == 0) { in handle_match()
448 if (strcmp (attr[3], "false") == 0) in handle_match()
462 } else if (strcmp (attr[2], "empty") == 0) { in handle_match()
468 if (strcmp (attr[3], "false") == 0) in handle_match()
500 } else if (strcmp (attr[2], "is_ascii") == 0) { in handle_match()
506 if (strcmp (attr[3], "false") == 0) in handle_match()
531 } else if (strcmp (attr[2], "is_absolute_path") == 0) { in handle_match()
536 if (strcmp (attr[3], "false") == 0) in handle_match()
563 } else if (strcmp (attr[2], "contains") == 0) { in handle_match()
587 if (strcmp (str, needle) == 0) { in handle_match()
597 } else if (strcmp (attr[2], "contains_ncase") == 0) { in handle_match()
635 } else if (strcmp (attr[2], "compare_lt") == 0) { in handle_match()
642 } else if (strcmp (attr[2], "compare_le") == 0) { in handle_match()
648 } else if (strcmp (attr[2], "compare_gt") == 0) { in handle_match()
654 } else if (strcmp (attr[2], "compare_ge") == 0) { in handle_match()
686 if (strcmp (attr[0], "key") != 0) in handle_merge()
690 if (strcmp (attr[2], "type") != 0) in handle_merge()
693 if (strcmp (attr[3], "string") == 0) { in handle_merge()
697 } else if (strcmp (attr[3], "bool") == 0) { in handle_merge()
701 } else if (strcmp (attr[3], "int") == 0) { in handle_merge()
705 } else if (strcmp (attr[3], "uint64") == 0) { in handle_merge()
709 } else if (strcmp (attr[3], "double") == 0) { in handle_merge()
713 } else if (strcmp (attr[3], "strlist") == 0) { in handle_merge()
717 } else if (strcmp (attr[3], "copy_property") == 0) { in handle_merge()
745 if (strcmp (attr[0], "key") != 0) in handle_append_prepend()
749 if (strcmp (attr[2], "type") != 0) in handle_append_prepend()
752 if (strcmp (attr[3], "string") == 0) { in handle_append_prepend()
756 } else if (strcmp (attr[3], "strlist") == 0) { in handle_append_prepend()
760 } else if (strcmp (attr[3], "copy_property") == 0) { in handle_append_prepend()
789 if (strcmp (attr[0], "udi") != 0) in handle_spawn()
817 if (strcmp (attr[0], "key") != 0) in handle_remove()
822 if (strcmp (attr[2], "type") != 0) in handle_remove()
825 if (strcmp (attr[3], "strlist") == 0) { in handle_remove()
859 if (strcmp (attr[0], "key") != 0) in handle_clear()
863 if (strcmp (attr[3], "strlist") != 0) in handle_clear()
914 if (strcmp (el, "match") == 0) { in start()
935 } else if (strcmp (el, "merge") == 0) { in start()
952 } else if (strcmp (el, "append") == 0) { in start()
969 } else if (strcmp (el, "prepend") == 0) { in start()
986 } else if (strcmp (el, "remove") == 0) { in start()
1003 } else if (strcmp (el, "clear") == 0) { in start()
1020 } else if (strcmp (el, "device") == 0) { in start()
1030 } else if (strcmp (el, "deviceinfo") == 0) { in start()
1040 } else if (strcmp (el, "spawn") == 0) { in start()
1148 (strcmp (pc->cdata_buf, in end()
1534 && strcmp (filename, ".") != 0 in scan_fdi_files()
1535 && strcmp (filename, "..") != 0) { in scan_fdi_files()