Searched refs:strcasecmp (Results 1 - 25 of 143) sorted by path

123456

/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp74 && strcasecmp(appInfo.signature, kDeskbarSignature) != 0) {
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp71 && strcasecmp(signature, SCREEN_BLANKER_SIG) == 0)
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp196 if (text.album != NULL && !strcasecmp(text.album, "My CD")) {
226 && !strcasecmp(text.artists[i], text.artist)) {
/haiku/src/add-ons/kernel/file_systems/shared/
H A Dmime_ext_table.c147 if (!strcasecmp(filename + namelen - ext_len, p->extension))
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp395 if (strcasecmp(requests->parameters[index].values[0], "auto")) {
402 if (!strcasecmp(requests->parameters[index].name, IPCP_IP_ADDRESS_KEY))
404 else if (!strcasecmp(requests->parameters[index].name, IPCP_NETMASK_KEY))
406 else if (!strcasecmp(requests->parameters[index].name, IPCP_PRIMARY_DNS_KEY)) {
410 } else if (!strcasecmp(requests->parameters[index].name,
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp75 if (!strcasecmp(string, echo)) {
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPAuthenticationHandler.cpp43 if (current->Type() && !strcasecmp(current->Type(), kAuthenticatorTypeString)
136 && !strcasecmp(authenticator->Type(), kAuthenticatorTypeString)
197 && !strcasecmp(fLocalAuthenticator->Type(), kAuthenticatorTypeString)
H A Dsettings_tools.cpp274 if (!strcasecmp(parameter->name, sSkipInterfaceParameters[index]))
320 if (!strcasecmp(sideString, "local"))
322 if (!strcasecmp(sideString, "peer"))
324 if (!strcasecmp(sideString, "none")
325 || !strcasecmp(sideString, "no"))
327 if (!strcasecmp(sideString, "both"))
342 || !strcasecmp(string, "true")
343 || !strcasecmp(string, "yes")
344 || !strcasecmp(string, "on")
345 || !strcasecmp(strin
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp463 && strlen(info.info.name) > 0 && !strcasecmp(info.info.name, name)) {
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp510 if(strcasecmp(info.info.name, fCurrentItem->Label()))
H A DInterfaceUtils.cpp39 if(item && strcasecmp(name, item->Label()) <= 0)
54 if(item && strcasecmp(name, item->Text()) <= 0)
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp78 return strcasecmp(r1->name, r2->name);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp95 return strcasecmp(a.ToString(), b.ToString());
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp131 if (strcasecmp(aInfo.signature, kTrackerSignature) == 0)
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp545 if (strcasecmp(value, "true") == 0)
547 else if (strcasecmp(value, "on") == 0)
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1339 if (!strcasecmp(type, B_FILE_MIME_TYPE)) {
/haiku/src/apps/switcher/
H A DWindowsView.cpp133 return strcasecmp(a->name, b->name);
/haiku/src/bin/addattr/
H A DaddAttr.cpp104 if (!strcasecmp(value, "true") || !strcasecmp(value, "t")
105 || !strcasecmp(value, "on") || !strcasecmp(value, "enabled")
108 else if (!strcasecmp(value, "false") || !strcasecmp(value, "f")
109 || !strcasecmp(value, "off") || !strcasecmp(value, "disabled")
/haiku/src/bin/
H A Dlogger.cpp70 if (!strcasecmp(string, mappings[i].name))
H A Dtranslate.cpp267 if (info.GetType(mimeType) != B_OK || !strcasecmp(mimeType, B_FILE_MIME_TYPE)) {
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c181 } else if (strcasecmp(optarg, "none") == 0) {
183 } else if (strcasecmp(optarg, "other") == 0) {
185 } else if (strcasecmp(optarg, "user") == 0) {
187 } else if (strcasecmp(optarg, "valid") == 0) {
189 } else if (strcasecmp(optarg, "off") == 0) {
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp211 if (!strcasecmp(argv[i], "+HSync"))
213 else if (!strcasecmp(argv[i], "+VSync"))
215 else if (!strcasecmp(argv[i], "Interlace"))
217 else if (!strcasecmp(argv[i], "-VSync")
218 || !strcasecmp(argv[i], "-HSync")) {
/haiku/src/build/libshared/
H A DNaturalCompare.cpp118 return strcasecmp(&stringA[indexA], &stringB[indexB]);
128 int result = strcasecmp(a.buffer, b.buffer);
/haiku/src/kits/app/
H A DApplication.cpp377 || (strcasecmp(signature, B_REGISTRAR_SIGNATURE) != 0
378 && strcasecmp(signature, kLaunchDaemonSignature) != 0);
405 && strcasecmp(appFileSignature, signature) != 0) {
1068 || strcasecmp(mimeType, B_APP_MIME_TYPE))
H A DMessenger.cpp350 && strcasecmp(signature, info.signature) != 0) {

Completed in 128 milliseconds

123456