osf1 man page for xmstringbytecompare

Query: xmstringbytecompare

OS: osf1

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XmStringByteCompare(3X) 												   XmStringByteCompare(3X)

NAME
XmStringByteCompare - A compound string function that indicates the results of a byte-by-byte comparison
SYNOPSIS
#include <Xm/Xm.h> Boolean XmStringByteCompare (s1, s2) XmString s1; XmString s2;
DESCRIPTION
XmStringByteCompare returns a Boolean indicating the results of a byte-by-byte comparison of two compound strings. In general, if two compound strings are created with the same (char *) string using XmStringCreateLocalized in the same language environ- ment, the compound strings compare as equal. If two compound strings are created with the same (char *) string and the same font list ele- ment tag set other than XmFONTLIST_DEFAULT_TAG using XmStringCreate, the strings compare as equal. In some cases, once a compound string is put into a widget, that string is converted into an internal form to allow faster processing. Part of the conversion process strips out unnecessary or redundant information. If an application then does an XtGetValues to retrieve a compound string from a widget (specifically, Label and all of its subclasses), it is not guaranteed that the compound string returned is byte-for-byte the same as the string given to the widget originally. Specifies a compound string to be compared with s2 Specifies a com- pound string to be compared with s1
RETURN VALUE
Returns True if two compound strings are identical byte-by-byte.
SEE ALSO
XmStringCreate(3X), XmStringCreateLocalized(3X) XmStringByteCompare(3X)
Related Man Pages
xmstringcreate(3) - redhat
xmstringbytecompare(3) - redhat
xmstringtabletoxmstring(3) - redhat
xmstringbytecompare(3) - centos
xmstringcreate(3) - centos
Similar Topics in the Unix Linux Community
Comparing strings
How to compare two strings
delete zero byte file
String comparison problem
Refering to compound variables with a variable name