summaryrefslogtreecommitdiffstats
path: root/include/string.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for X/Open.mike2002-04-151-2/+5
| | | | PR: 37078
* o Move some function prototypes from <string.h> to the newly rewrittenmike2002-04-041-22/+24
| | | | | | | <strings.h>, based on POSIX.1-2001's requirements. o Add 'restrict' qualifier (spelled '__restrict') to functions in <string.h>, as per C99 and POSIX.1-2001. o Properly expose new POSIX.1-2001 functions in <string.h>.
* Breath deep and take __P out of the system include files.imp2002-03-231-42/+42
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Fixed namespace pollution in previous commit. The C99 functionbde2001-11-281-1/+1
| | | | | sterror_r() must not be declared in the C90/POSIX.1-1990 section. Put it in the nonstandard section for now.
* Add strerror_r function per Posix prototype.wes2001-11-271-0/+1
| | | | | Reviewed by: Mike Barcroft <mike@FreeBSD.org> MFC after: 2 weeks
* Fixed some style bugs:bde2001-10-101-3/+3
| | | | | | - rev.1.6: corrupt tab before strlcpy. - rev.1.7: "From: " in vendor id. - rev.1.8: unsorted prototype for strccasestr.
* Implement strcasestr() which many others (f.e. Linux) already haveache2001-10-101-0/+1
|
* Add a new libc function, strnstr(3), which allows one to limit themike2001-10-091-1/+3
| | | | | | | | number of characters that are searched. This is especially useful with file operations and non-NUL terminated strings. Silence from: -audit, -hackers MFC after: 5 days
* Add prototypes for strl* functionsimp1999-08-161-0/+2
| | | | | Forgotten by: imp Reported by: bde
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherpeter1999-05-181-0/+1
| | | | systems. NetBSD, Linux, SVR4 etc all have it.
* Add a prototype for strtok_r().jdp1999-01-201-0/+1
|
* string.h defines nonstandard routines when _POSIX_SOURCE isimp1996-12-171-1/+1
| | | | | | | defined. It has been fixed to not do that. Submitted by: Jake Hamby <jehamby@lightside.com> Closes PR: 1954
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+93
OpenPOWER on IntegriCloud