This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/10627] New: adding string comparison to tapset


Wrote a function 'strncmp:long(str1:string, str2:string, n:long)' to compare the
first n characters in a string. This is the function 'int strncmp ( const char *
str1, const char * str2, size_t num )' from the C library 'string.h'.

-- 
           Summary: adding string comparison to tapset
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: rgrunber at redhat dot com
                CC: chwang at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10627

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]