summaryrefslogtreecommitdiff
path: root/src/lib/libc/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct examplederaadt2000-04-241-5/+6
* Add ERRORS section (the strdup(3) function may fail and set errno to any of theaaron2000-04-211-1/+8
* Check return value of strdup(3) for NULL in example code (duh).aaron2000-04-211-2/+5
* Flesh out libc string function man pages.aaron2000-04-2131-183/+141
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-2/+2
* Use Dq/Sq and friends.aaron2000-02-291-16/+29
* Grammar; deraadt@aaron2000-01-031-2/+2
* Clean up memchr slightly to better match coming memrchrespie1999-11-141-4/+4
* Install man-page links for strtok_r.art1999-11-091-1/+2
* Document strtok_r.art1999-11-091-8/+19
* Implement strtok_r.art1999-11-091-5/+15
* index/rindex as deprecated synonyms to strchr/strrchr.espie1999-09-2111-193/+39
* Using .Li inside a .Bd -literal block messes up the fonts thereafter;pjanzen1999-09-041-4/+4
* better wordingaaron1999-07-041-3/+3
* whoops, fix a bug in my example :)aaron1999-07-031-2/+2
* add an exampleaaron1999-07-031-3/+38
* repairsaaron1999-06-2911-33/+41
* new mdoc bm(3) man pageaaron1999-06-291-53/+54
* When finding the end of dst, never traverse more than siz bytes. Thismillert1999-06-171-5/+5
* some NAME section cleanupaaron1999-06-066-14/+14
* Grammatical, spelling, and format fixespjanzen1999-06-063-6/+6
* some repairs, add example to strdup(3) pageaaron1999-06-047-31/+44
* add examplesaaron1999-06-042-23/+40
* add an example, similar to the one in strspn.3aaron1999-06-041-1/+15
* add an example; pattonme@ns.ra.pae.osd.milaaron1999-06-041-1/+15
* "SEE ALSO" -> SEE ALSO, missed these files beforeaaron1999-05-281-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-238-16/+16
* o Mention strlcpy and strlcatmillert1999-05-171-3/+10
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-162-10/+10
* Break up into two loops, one for the copy, another to finish traversalmillert1999-05-011-13/+17
* m68k assembler version of strlcpy(3)millert1999-04-251-3/+3
* simplified version that doesn't call strlen and that is simpler to convert to...millert1999-04-241-7/+8
* add examplesmillert1999-03-061-1/+40
* typomillert1999-03-061-3/+3
* better examples section wrt strncpy()millert1999-03-051-3/+35
* .Xr strlcat, strlcpyespie1998-11-282-4/+7
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-7/+7
* Fix `typo', proves that strlcpy/strlcat is a very good idea.espie1998-11-111-2/+9
* add missing const to match prototype in string.hwvdputte1998-11-061-3/+3
* More man page fixes. Spelling, grammar, some typos. Lots of double-wordaaron1998-09-061-2/+2
* commaspjanzen1998-08-191-4/+4
* strlxx() return size_t not char *millert1998-07-061-3/+3
* add strlcpy/strlcat, safe and sensible string copy/appendmillert1998-07-014-3/+278
* use Bx macro for BSD versionsmickey1998-06-155-10/+15
* s/NULL/NUL/deraadt1998-05-041-2/+2
* use Xr more oftenderaadt1998-04-281-2/+3
* move proto to unistd.hderaadt1998-02-102-4/+4
* strftime is no longer in this directorytholo1998-02-071-3/+3
* use tzcode strftime(3) as it is kept up to date.millert1998-01-192-528/+0
* correct descriptionderaadt1997-12-302-5/+5