mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-26 00:37:43 +03:00
os400: use like() for int type.
This commit is contained in:
committed by
Daniel Veillard
parent
26202cf90f
commit
155faa5221
@@ -29,19 +29,19 @@
|
||||
|
||||
d xmlStrndup pr * extproc('xmlStrndup') xmlChar *
|
||||
d cur * value options(*string) const xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlCharStrndup pr * extproc('xmlCharStrndup') xmlChar *
|
||||
d cur * value options(*string) const char *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlCharStrdup pr * extproc('xmlCharStrdup') xmlChar *
|
||||
d cur * value options(*string) const char *
|
||||
|
||||
d xmlStrsub pr * extproc('xmlStrsub') const xmlChar *
|
||||
d str * value options(*string) const xmlChar *
|
||||
d start 10i 0 value
|
||||
d len 10i 0 value
|
||||
d start value like(xmlCint)
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlStrchr pr * extproc('xmlStrchr') const xmlChar *
|
||||
d str * value options(*string) const xmlChar *
|
||||
@@ -55,34 +55,41 @@
|
||||
d str * value options(*string) const xmlChar *
|
||||
d val * value options(*string) const xmlChar *
|
||||
|
||||
d xmlStrcmp pr 10i 0 extproc('xmlStrcmp')
|
||||
d xmlStrcmp pr extproc('xmlStrcmp')
|
||||
d like(xmlCint)
|
||||
d str1 * value options(*string) const xmlChar *
|
||||
d str2 * value options(*string) const xmlChar *
|
||||
|
||||
d xmlStrncmp pr 10i 0 extproc('xmlStrncmp')
|
||||
d xmlStrncmp pr extproc('xmlStrncmp')
|
||||
d like(xmlCint)
|
||||
d str1 * value options(*string) const xmlChar *
|
||||
d str2 * value options(*string) const xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlStrcasecmp pr 10i 0 extproc('xmlStrcasecmp')
|
||||
d xmlStrcasecmp pr extproc('xmlStrcasecmp')
|
||||
d like(xmlCint)
|
||||
d str1 * value options(*string) const xmlChar *
|
||||
d str2 * value options(*string) const xmlChar *
|
||||
|
||||
d xmlStrncasecmp pr 10i 0 extproc('xmlStrncasecmp')
|
||||
d xmlStrncasecmp pr extproc('xmlStrncasecmp')
|
||||
d like(xmlCint)
|
||||
d str1 * value options(*string) const xmlChar *
|
||||
d str2 * value options(*string) const xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlStrEqual pr 10i 0 extproc('xmlStrEqual')
|
||||
d xmlStrEqual pr extproc('xmlStrEqual')
|
||||
d like(xmlCint)
|
||||
d str1 * value options(*string) const xmlChar *
|
||||
d str2 * value options(*string) const xmlChar *
|
||||
|
||||
d xmlStrQEqual pr 10i 0 extproc('xmlStrQEqual')
|
||||
d xmlStrQEqual pr extproc('xmlStrQEqual')
|
||||
d like(xmlCint)
|
||||
d pref * value options(*string) const xmlChar *
|
||||
d name * value options(*string) const xmlChar *
|
||||
d stre * value options(*string) const xmlChar *
|
||||
|
||||
d xmlStrlen pr 10i 0 extproc('xmlStrlen')
|
||||
d xmlStrlen pr extproc('xmlStrlen')
|
||||
d like(xmlCint)
|
||||
d str * value options(*string) const xmlChar *
|
||||
|
||||
d xmlStrcat pr * extproc('xmlStrcat') xmlChar *
|
||||
@@ -92,21 +99,22 @@
|
||||
d xmlStrncat pr * extproc('xmlStrncat') xmlChar *
|
||||
d cur * value options(*string) xmlChar *
|
||||
d add * value options(*string) const xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlStrncatNew pr * extproc('xmlStrncatNew') xmlChar *
|
||||
d str1 * value options(*string) const xmlChar *
|
||||
d str2 * value options(*string) const xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
* xmlStrPrintf() is a vararg function.
|
||||
* The following prototype supports up to 8 pointer arguments.
|
||||
* Other argument signature can be achieved by defining alternate
|
||||
* prototypes redirected to the same function.
|
||||
|
||||
d xmlStrPrintf pr 10i 0 extproc('xmlStrPrintf')
|
||||
d xmlStrPrintf pr extproc('xmlStrPrintf')
|
||||
d like(xmlCint)
|
||||
d buf * value options(*string) xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
d msg * value options(*string) const xmlChar *
|
||||
d arg1 * value options(*string: *nopass)
|
||||
d arg2 * value options(*string: *nopass)
|
||||
@@ -117,47 +125,55 @@
|
||||
d arg7 * value options(*string: *nopass)
|
||||
d arg8 * value options(*string: *nopass)
|
||||
|
||||
d xmlStrVPrintf pr 10i 0 extproc('xmlStrVPrintf')
|
||||
d xmlStrVPrintf pr extproc('xmlStrVPrintf')
|
||||
d like(xmlCint)
|
||||
d buf * value options(*string) xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
d msg * value options(*string) const xmlChar *
|
||||
d ap likeds(xmlVaList)
|
||||
|
||||
d xmlGetUTF8Char pr 10i 0 extproc('xmlGetUTF8Char')
|
||||
d xmlGetUTF8Char pr extproc('xmlGetUTF8Char')
|
||||
d like(xmlCint)
|
||||
d utf * value options(*string) const uns. char *
|
||||
d len 10i 0
|
||||
d len like(xmlCint)
|
||||
|
||||
d xmlCheckUTF8 pr 10i 0 extproc('xmlCheckUTF8')
|
||||
d xmlCheckUTF8 pr extproc('xmlCheckUTF8')
|
||||
d like(xmlCint)
|
||||
d utf * value options(*string) const uns. char *
|
||||
|
||||
d xmlUTF8Strsize pr 10i 0 extproc('xmlUTF8Strsize')
|
||||
d xmlUTF8Strsize pr extproc('xmlUTF8Strsize')
|
||||
d like(xmlCint)
|
||||
d utf * value options(*string) const xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlUTF8Strndup pr * extproc('xmlUTF8Strndup') xmlChar *
|
||||
d utf * value options(*string) const xmlChar *
|
||||
d len 10i 0 value
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlUTF8Strpos pr * extproc('xmlUTF8Strpos') const xmlChar *
|
||||
d utf * value options(*string) const xmlChar *
|
||||
d pos 10i 0 value
|
||||
d pos value like(xmlCint)
|
||||
|
||||
d xmlUTF8Strloc pr 10i 0 extproc('xmlUTF8Strloc')
|
||||
d xmlUTF8Strloc pr extproc('xmlUTF8Strloc')
|
||||
d like(xmlCint)
|
||||
d utf * value options(*string) const xmlChar *
|
||||
d utfchar * value options(*string) const xmlChar *
|
||||
|
||||
d xmlUTF8Strsub pr * extproc('xmlUTF8Strsub') xmlChar *
|
||||
d utf * value options(*string) const xmlChar *
|
||||
d start 10i 0 value
|
||||
d len 10i 0 value
|
||||
d start value like(xmlCint)
|
||||
d len value like(xmlCint)
|
||||
|
||||
d xmlUTF8Strlen pr 10i 0 extproc('xmlUTF8Strlen')
|
||||
d xmlUTF8Strlen pr extproc('xmlUTF8Strlen')
|
||||
d like(xmlCint)
|
||||
d utf * value options(*string) const xmlChar *
|
||||
|
||||
d xmlUTF8Size pr 10i 0 extproc('xmlUTF8Size')
|
||||
d xmlUTF8Size pr extproc('xmlUTF8Size')
|
||||
d like(xmlCint)
|
||||
d utf * value options(*string) const xmlChar *
|
||||
|
||||
d xmlUTF8Charcmp pr 10i 0 extproc('xmlUTF8Charcmp')
|
||||
d xmlUTF8Charcmp pr extproc('xmlUTF8Charcmp')
|
||||
d like(xmlCint)
|
||||
d utf1 * value options(*string) const xmlChar *
|
||||
d utf2 * value options(*string) const xmlChar *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user