Searched refs:strcasecmp (Results 1 – 15 of 15) sorted by relevance
/xen/tools/flask/utils/ |
A D | set-bool.c | 30 if (!strcasecmp(str, "enabled") || !strcasecmp(str, "on") || !strcasecmp(str, "y")) in str2bool() 32 if (!strcasecmp(str, "disabled") || !strcasecmp(str, "off") || !strcasecmp(str, "n")) in str2bool()
|
A D | setenforce.c | 49 if( strcasecmp(args[1], "enforcing") == 0 ){ in main() 51 } else if( strcasecmp(args[1], "permissive") == 0 ){ in main()
|
/xen/tools/tests/mem-sharing/ |
A D | memshrtool.c | 59 if( !strcasecmp(cmd, "info") ) in main() 75 else if( !strcasecmp(cmd, "enable") ) in main() 85 else if( !strcasecmp(cmd, "disable") ) in main() 95 else if( !strcasecmp(cmd, "nominate") ) in main() 109 else if( !strcasecmp(cmd, "share") ) in main() 129 else if( !strcasecmp(cmd, "unshare") ) in main() 145 else if( !strcasecmp(cmd, "add-to-physmap") ) in main() 163 else if( !strcasecmp(cmd, "debug-gfn") ) in main() 175 else if( !strcasecmp(cmd, "audit") ) in main() 185 else if( !strcasecmp(cmd, "range") ) in main()
|
/xen/tools/xl/ |
A D | xl_flask.c | 62 else if (!strcasecmp(p, "permissive")) in main_setenforce() 64 else if (!strcasecmp(p, "enforcing")) in main_setenforce()
|
A D | xl_parse.c | 991 if (strcasecmp(key, "card") == 0) { in parse_vsnd_create_item() 993 } else if (strcasecmp(key, "pcm") == 0) { in parse_vsnd_create_item() 996 } else if (strcasecmp(key, "stream") == 0) { in parse_vsnd_create_item() 1029 if (strcasecmp(key, "card") == 0) { in parse_vsnd_item() 1032 } else if (strcasecmp(key, "pcm") == 0) { in parse_vsnd_item() 1035 } else if (strcasecmp(key, "stream") == 0) { in parse_vsnd_item()
|
/xen/xen/include/xen/ |
A D | string.h | 43 int strcasecmp(const char *, const char *); 44 #define strcasecmp(s1, s2) __builtin_strcasecmp(s1, s2) macro
|
A D | device_tree.h | 217 #define dt_node_cmp(s1, s2) strcasecmp((s1), (s2)) 218 #define dt_compat_cmp(s1, s2) strcasecmp((s1), (s2))
|
/xen/xen/common/ |
A D | string.c | 45 int (strcasecmp)(const char *s1, const char *s2)
|
/xen/tools/misc/ |
A D | xenpm.c | 86 if ( strcasecmp(arg, "all") ) in parse_cpuid() 1069 if ( !strcasecmp(argv[0], "disable") ) in set_sched_smt_func() 1071 else if ( !strcasecmp(argv[0], "enable") ) in set_sched_smt_func()
|
/xen/xen/tools/kconfig/ |
A D | gconf.c | 965 if (!strcasecmp(event->string, "n")) in on_treeview2_key_press_event() 967 else if (!strcasecmp(event->string, "m")) in on_treeview2_key_press_event() 969 else if (!strcasecmp(event->string, "y")) in on_treeview2_key_press_event()
|
A D | mconf.c | 1021 if (!strcasecmp(mode, "single_menu")) in main()
|
A D | nconf.c | 1489 if (!strcasecmp(mode, "single_menu")) in main()
|
/xen/xen/tools/ |
A D | symbols.c | 114 if (strcasecmp(type, "FILE") == 0 || in read_symbol()
|
/xen/tools/xenstat/xentop/ |
A D | xentop.c | 437 return strcasecmp(xenstat_domain_name(domain1), xenstat_domain_name(domain2)); in compare_name()
|
/xen/tools/libxl/ |
A D | libxl_utils.c | 1023 if (!strcasecmp(t->s, s)) { in libxl__enum_from_string()
|
Completed in 26 milliseconds