*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmStringCompare | Section: 3 | Source: Digital UNIX | File: XmStringCompare.3X.gz
XmStringCompare(3X) XmStringCompare(3X) NAME XmStringCompare - A compound string function that compares two strings SYNOPSIS #include <Xm/Xm.h> Boolean XmStringCompare (s1, s2) XmString s1; XmString s2; DESCRIPTION XmStringCompare returns a Boolean value indicating the results of a se- mantically equivalent comparison of two compound strings. Semantically equivalent means that the strings have the same text com- ponents, font list element tags, directions, and separators. In gen- eral, if two compound strings are created with the same (char *) string using XmStringCreateLocalized in the same language environment, the compound strings compare as equal. If two compound strings are created with the same (char *) string and the same font list element tag other than XmFONTLIST_DEFAULT_TAG using XmStringCreate, the strings compare as equal. Specifies a compound string to be compared with s2 Specifies a compound string to be compared with s1 RETURN VALUE Returns True if two compound strings are equivalent. SEE ALSO XmStringCreate(3X), XmStringCreateLocalized(3X) XmStringCompare(3X)

Navigation Options