diff options
author | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/man/man3/qcstring.3qt | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'doc/man/man3/qcstring.3qt')
-rw-r--r-- | doc/man/man3/qcstring.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/qcstring.3qt b/doc/man/man3/qcstring.3qt index 9e81755c6..2b291cfb9 100644 --- a/doc/man/man3/qcstring.3qt +++ b/doc/man/man3/qcstring.3qt @@ -1054,7 +1054,7 @@ Special case I: Returns 0 if \fIstr1\fR and \fIstr2\fR are both 0. .PP Special case II: Returns a random nonzero value if \fIstr1\fR is 0 or \fIstr2\fR is 0 (but not both). .PP -See also qstrncmp(), qstricmp(), qstrnicmp(), and Note on character comparisons. +See also tqstrncmp(), qstricmp(), qstrnicmp(), and Note on character comparisons. .SH "char * qstrcpy ( char * dst, const char * src )" A safe strcpy() function. .PP @@ -1076,12 +1076,12 @@ Special case I: Returns 0 if \fIstr1\fR and \fIstr2\fR are both 0. .PP Special case II: Returns a random nonzero value if \fIstr1\fR is 0 or \fIstr2\fR is 0 (but not both). .PP -See also qstrcmp(), qstrncmp(), qstrnicmp(), and Note on character comparisons. -.SH "uint qstrlen ( const char * str )" +See also qstrcmp(), tqstrncmp(), qstrnicmp(), and Note on character comparisons. +.SH "uint tqstrlen ( const char * str )" A safe strlen function. .PP Returns the number of characters that precede the terminating '\0'. or 0 if \fIstr\fR is 0. -.SH "int qstrncmp ( const char * str1, const char * str2, uint len )" +.SH "int tqstrncmp ( const char * str1, const char * str2, uint len )" A safe strncmp() function. .PP Compares at most \fIlen\fR bytes of \fIstr1\fR and \fIstr2\fR. @@ -1110,7 +1110,7 @@ Special case I: Returns 0 if \fIstr1\fR and \fIstr2\fR are both 0. .PP Special case II: Returns a random nonzero value if \fIstr1\fR is 0 or \fIstr2\fR is 0 (but not both). .PP -See also qstrcmp(), qstrncmp(), qstricmp(), and Note on character comparisons. +See also qstrcmp(), tqstrncmp(), qstricmp(), and Note on character comparisons. .SH "SEE ALSO" .BR http://doc.trolltech.com/ntqcstring.html |