Searched refs:strcmp (Results 251 - 275 of 1050) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DString.cpp107 && (fLength == 0 || !strcmp(fString, string.fString)));
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddriver.cpp112 if (!strcmp(name, gDeviceNames[index]))
/haiku/src/preferences/time/
H A DTime.cpp103 if (strcmp(argv[1], "--update") != 0)
/haiku/src/bin/
H A Dpidof.cpp85 if (strcmp(teamName, processName) == 0) {
H A Ddiff_zip.cpp158 if (strcmp(entry->d_name, ".") == 0
159 || strcmp(entry->d_name, "..") == 0) {
223 if (strcmp(entry->d_name, ".") == 0
224 || strcmp(entry->d_name, "..") == 0) {
301 if (strcmp(argv[argi], "--") == 0)
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp78 if (!strcmp(name, "name"))
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp82 if (!strcmp(name, "name"))
/haiku/headers/private/shared/
H A Dusb-utils.h31 (foundItem->ProtocolDesc && strcmp("", foundItem->ProtocolDesc)) ? ", " : "",
/haiku/src/apps/terminal/
H A DColors.h52 return strcmp(item->name, scheme_name);
H A DPrefHandler.cpp266 return strcmp(lhs->name, rhs->name);
361 return strcmp(value, PREF_TRUE) == 0;
369 if (value != NULL && strcmp(value, PREF_BLOCK_CURSOR) != 0) {
370 if (strcmp(value, PREF_UNDERLINE_CURSOR) == 0)
372 if (strcmp(value, PREF_IBEAM_CURSOR) == 0)
482 || strcmp(family, prefFamily) != 0)
491 && strcmp(style, prefStyle) == 0)
H A DAppearPrefView.cpp207 if (currentFamily == NULL || strcmp(currentFamily, family) != 0
208 || currentStyle == NULL || strcmp(currentStyle, style) != 0
209 || currentSize == NULL || strcmp(currentSize, size) != 0) {
373 if (strcmp(defaultFamily, family) == 0
374 && strcmp(defaultStyle, style) == 0)
444 if (strcmp((*items), "") == 0)
451 if (strcmp(*items, defaultItemName) == 0)
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp58 if (ret != B_OK || strcmp(type.Type(), "image/svg+xml") != 0) {
/haiku/src/add-ons/kernel/busses/random/virtio/
H A Dvirtio_rng.cpp38 if (strcmp(bus, "virtio"))
/haiku/src/add-ons/kernel/drivers/audio/virtio/
H A Dvirtio_sound.cpp53 if (strcmp(bus, "virtio") != 0)
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp100 if (!strcmp(name,".") || !strcmp(name,".."))
209 bool sizeIndex = !strcmp(attribute,"size");
210 bool nameIndex = !strcmp(attribute,"name");
211 bool modifiedIndex = !strcmp(attribute,"last_modified");
264 if (!strcmp(name,attribute))
421 if (argc < 2 || !strcmp(argv[1],"--help"))
/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp274 if (strcmp(property, kPropertyEntry) == 0) {
324 if (strcmp(property, kPropertySelection) == 0) {
381 if (strcmp(property, kPropertySelection) == 0) {
420 } else if (strcmp(property, kPropertyEntry) == 0) {
480 if (strcmp(property, kPropertySelection) == 0) {
483 } else if (strcmp(property, kPropertyEntry) == 0) {
500 if (strcmp(property, kPropertyPath) == 0) {
508 } else if (strcmp(property, kPropertySelection) == 0) {
556 } else if (strcmp(property, kPropertyEntry) == 0) {
631 if (strcmp(propert
[all...]
H A DWidgetAttributeText.cpp220 if (strcmp(attrName, kAttrPath) == 0)
223 if (strcmp(attrName, kAttrMIMEType) == 0)
226 if (strcmp(attrName, kAttrStatName) == 0)
229 if (strcmp(attrName, kAttrRealName) == 0)
232 if (strcmp(attrName, kAttrStatSize) == 0)
235 if (strcmp(attrName, kAttrStatModified) == 0)
238 if (strcmp(attrName, kAttrStatCreated) == 0)
242 if (strcmp(attrName, kAttrStatOwner) == 0)
245 if (strcmp(attrName, kAttrStatGroup) == 0)
248 if (strcmp(attrNam
[all...]
/haiku/src/servers/notification/
H A DNotificationView.cpp160 if (strcmp(property, "type") == 0)
163 if (strcmp(property, "group") == 0)
166 if (strcmp(property, "title") == 0)
169 if (strcmp(property, "content") == 0)
172 if (strcmp(property, "progress") == 0)
175 if ((strcmp(property, "icon") == 0) && fBitmap) {
205 if (strcmp(property, "group") == 0)
209 if (strcmp(property, "title") == 0)
213 if (strcmp(property, "content") == 0)
217 if (strcmp(propert
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp380 if (strcmp(locale, fCtypeData.PosixLocaleName()) == 0
381 && strcmp(locale, fMessagesData.PosixLocaleName()) == 0
382 && strcmp(locale, fMonetaryData.PosixLocaleName()) == 0
383 && strcmp(locale, fNumericData.PosixLocaleName()) == 0
384 && strcmp(locale, fTimeData.PosixLocaleName()) == 0)
/haiku/src/apps/mail/
H A DPrefs.cpp300 if (strcmp(fReplyPreamble->Text(), *fNewPreamble)) {
318 if (strcmp(old_family, new_family) || strcmp(old_style, new_style)
341 if (strcmp(fSignature, *fNewSignature)) {
386 if (strcmp(fReplyPreamble->Text(), *fNewPreamble))
521 || strcmp(old_family, new_family)
522 || strcmp(old_style, new_style)
523 || strcmp(fReplyPreamble->Text(), *fNewPreamble)
524 || strcmp(fSignature, *fNewSignature)
564 if ((strcmp(def_famil
[all...]
/haiku/src/apps/patchbay/
H A DPatchView.cpp239 if (strcmp(type, "producer") == 0)
241 else if (strcmp(type, "consumer") == 0)
263 if (strcmp(type, "producer") == 0)
265 else if (strcmp(type, "consumer") == 0)
294 if (strcmp(type, "producer") == 0)
296 else if (strcmp(type, "consumer") == 0)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp280 if (argc >= 3 && !strcmp(argv[1], "-b"))
283 if (argc != 2 + (block ? 1 : 0) || !strcmp(argv[1], "--help")) {
317 if (argc < 2 || !strcmp(argv[1], "--help")) {
377 if (argc < 2 || !strcmp(argv[1], "--help")) {
423 if (argc < 2 || argc > 4 || !strcmp(argv[1], "--help")) {
447 if (argc != 2 || !strcmp(argv[1], "--help")) {
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp212 if (0 == strcmp(&arg[2], "webappbaseurl"))
215 if (0 == strcmp(&arg[2], "help"))
218 if (0 == strcmp(&arg[2], "verbosity"))
221 if (0 == strcmp(&arg[2], "nonetworking"))
224 if (0 == strcmp(&arg[2], "prefercache"))
227 if (0 == strcmp(&arg[2], "dropcache"))
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp144 if (!strcmp(handle->settings.parameters[i].name, name))
623 if (!strcmp(handle->name, name))
665 if (!strcmp(handle->name, B_SAFEMODE_DRIVER_SETTINGS)) {
759 if (!strcmp(settings->name, driverName)) {
908 if (!strcmp(boolean, "1")
916 if (!strcmp(boolean, "0")
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c178 if (strcmp(optarg, "debug") == 0) {
207 if (strcmp(optarg, "ebug") == 0) {
220 if (!strcmp(optarg, "report")) {
222 } else if (!strcmp(optarg, "exercise")) {
224 } else if (!strcmp(optarg, "netdata")) {
226 } else if (!strcmp(optarg, "ptydata")) {
228 } else if (!strcmp(optarg, "options")) {
239 if (strcmp(optarg, "debug") == 0) {

Completed in 140 milliseconds

<<11121314151617181920>>