summaryrefslogtreecommitdiff
path: root/lib/string.c
Commit message (Collapse)AuthorAgeFilesLines
* string: Implement strcasestr for Windows.Darrell Ball2017-08-071-2/+20
| | | | | | | | | | strcasestr is not defined for Windows, so implement a version that could be used on Windows. This is needed for an upcoming patch. Signed-off-by: Darrell Ball <dlu998@gmail.com> Co-authored-by: Ben Pfaff <blp@ovn.org> Signed-off-by: Ben Pfaff <blp@ovn.org>
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
| | | | | | | | Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* string: Implement strnlen() if it is missing.Ben Pfaff2011-02-221-0/+28