Searched refs:strcmp (Results 151 - 175 of 1050) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/
H A Dcow_bug113_test.cpp58 if (strcmp(globalVar, kInitialValue) == 0)
/haiku/src/tests/system/libroot/posix/
H A Dgetsubopt_test.cpp24 if (value == NULL || strcmp(value, "readwrite") != 0)
H A Dtst-mktime.c31 result = strcmp (daybuf, "Wednesday") != 0;
/haiku/src/tools/fs_shell/
H A Dfs_shell_command.cpp57 if (strcmp(argv[1], "--uses-fifos") == 0)
/haiku/src/preferences/filetypes/
H A DExtensionWindow.cpp45 return -strcmp(a, b);
69 if (!strcmp((const char*)mergedList.ItemAt(j), extension)) {
80 if (removeExtension == NULL || strcmp(removeExtension, extension))
179 enabled = strcmp(fExtensionControl->Text(), fExtension.String());
/haiku/src/apps/codycam/
H A DSettings.cpp76 return strcmp(fValue, fDefaultValue) != 0;
139 if (strcmp(enumString, string) == 0)
251 if (strcmp(*argv, "on") == 0)
253 else if (strcmp(*argv, "off") == 0)
/haiku/src/bin/
H A Dunmount.c49 if (!strcmp(++arg, "f"))
H A Drmattr.cpp105 if (!strcmp(arg, "-P"))
107 else if (!strcmp(arg, "-p"))
H A Dlistres.cpp88 if (argc < 2 || !strcmp(argv[1], "--help") || !strcmp(argv[1], "-h")) {
H A Dmodifiers.cpp85 else if (!strcmp(argv[i], "-list"))
89 if (!strcmp(argv[i]+1, modifier_names[j])) {
H A Dresattr.cpp284 if (strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) {
286 } else if (strcmp(arg, "-o") == 0) {
288 } else if (strcmp(arg, "-O") == 0) {
290 } else if (strcmp(arg, "-r") == 0
291 || strcmp(arg, "--reverse") == 0) {
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h30 { return strcmp(Path(), path) == 0; }
/haiku/src/kits/tracker/
H A DSettings.cpp135 if (strcmp(fValues[index], newValue) != 0)
158 if (strcmp(fValues[index], *argv) != 0)
304 if (strcmp(*argv, "on") == 0)
306 else if (strcmp(*argv, "off") == 0)
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp82 if (!strcmp(dirent->d_name, "raw")
187 if (!strcmp(option, "--no-devices"))
189 else if (!strcmp(option, "--no-scsi"))
191 else if (!strcmp(option, "--menu"))
/haiku/src/bin/desklink/
H A Ddesklink.cpp47 if (strcmp(argv[i], "--help") == 0)
50 if (strcmp(argv[i], "--list") == 0) {
68 if (strcmp(argv[i], "--add-volume") == 0) {
76 if (strcmp(argv[i], "--volume-control") == 0) {
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp28 if (bus == NULL || strcmp(bus, BUS_NAME))
36 if (strcmp(module->info.info.name, BUS_FOR_DRIVER_NAME))
/haiku/src/system/libroot/os/
H A DArchitecture.cpp36 if (strcmp(architecture, kPrimaryArchitecture) == 0)
111 if (strcmp(architecture, kSiblingArchitectures[i]) == 0)
/haiku/src/tests/kits/interface/
H A DChannelSliderTest.cpp60 if (strcmp(horizontal->MinLimitLabelFor(i), kLabels[i].min_label.c_str()) != 0)
62 if (strcmp(horizontal->MaxLimitLabelFor(i), kLabels[i].max_label.c_str()) != 0)
/haiku/src/servers/launch/
H A DConditions.cpp135 if (strcmp(name, "and") == 0 && !args.IsEmpty())
137 if (strcmp(name, "or") == 0 && !args.IsEmpty())
139 if (strcmp(name, "not") == 0 && !args.IsEmpty())
142 if (strcmp(name, "safemode") == 0)
144 if (strcmp(name, "read_only") == 0)
146 if (strcmp(name, "file_exists") == 0)
148 if (strcmp(name, "network_available") == 0)
150 if (strcmp(name, "setting") == 0)
/haiku/src/apps/packageinstaller/
H A Dmain.cpp72 if (strcmp("--verbose", argv[i]) == 0 || strcmp("-v", argv[i]) == 0) {
/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp87 if (strcmp(setting->ID(), kPortSetting) == 0)
89 else if (strcmp(setting->ID(), kHostSetting) == 0)
/haiku/src/tests/kits/locale/
H A DcollatorSpeed.cpp91 if (!strcmp(argv[0], "-i"))
93 else if (!strcmp(argv[0], "--help"))
/haiku/src/tests/system/network/
H A Dipv46_server.cpp38 if (!strcmp(argv[1], "tcp")) {
40 } else if (!strcmp(argv[1], "udp")) {
/haiku/src/tests/system/network/ipv6/
H A Dtcp_udp_server.cpp54 if (!strcmp(argv[1], "tcp"))
56 else if (!strcmp(argv[1], "udp"))
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp229 if (!strcmp(arg, "install")) {
231 } else if (!strcmp(arg, "size")) {
244 } else if (!strcmp(arg, "uninstall")) {
246 } else if (!strcmp(arg, "halt")) {
249 } else if (!strcmp(arg, "info")) {
251 } else if (!strcmp(arg, "help")) {

Completed in 402 milliseconds

1234567891011>>