summaryrefslogtreecommitdiff
path: root/src/lib/libc/string (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fifo -> FIFOjmc2003-04-021-2/+2
* ANSI function headersmillert2003-03-142-12/+6
* a few more strlcy; ok from beck & hoderaadt2003-03-132-6/+6
* fix a variety of missing or wrong MLINKSderaadt2003-02-201-1/+2
* Add strerror_r and functions versions of getchar_unlocked andmarc2002-11-213-3/+53
* Convert to ANSI function headers and make 'ch' argument int, not char.millert2002-07-242-8/+6
* For strncpy(), dst is not NUL terminated if strlen(src) >= len.millert2002-05-131-6/+5
* Initial cleanup:mpech2002-04-301-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-162-4/+4
* when strerror() has an Unknown error, also set EINVALderaadt2001-12-081-3/+8
* 2nd param is constderaadt2001-11-211-2/+2
* K&R promotion is not the whole story. Make things explicit.espie2001-09-071-2/+2
* make debug libs build againmickey2001-09-051-1/+21
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
* Minor style pedentry from ben@arbor.net plus some of my own and syncmillert2001-07-291-7/+10
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-272-12/+8
* more .%A handling; bk@rt.fmderaadt2001-06-231-2/+3
* Clarify that if strlcat() does not find a NUL within siz byte itmillert2001-06-181-2/+4
* Fix a buf oflow in EXAMPLES code; millert@ okaaron2001-06-141-3/+6
* type of function on seperate linederaadt2001-05-132-6/+8
* Document boundary condition when size < strlen(dst).millert2001-05-071-1/+20
* Back out last change, it is intended behavior and update the blockmillert2001-05-071-5/+5
* strlcat() should return strlen(dst) + strlen(src) when size parametermillert2001-05-071-3/+3
* Sync function comment with man page; fanf@covalent.netmillert2001-01-131-3/+3
* Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'millert2001-01-121-3/+3
* comment fix; strlcat returns strlen(initial dst) + strlen(src).itojun2000-11-241-3/+4
* "of", not "on" (from Henric Jungheim)angelos2000-11-161-2/+2
* The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.aaron2000-11-061-3/+3
* Document that the string returned by strerror(3) contains a maximum ofaaron2000-10-231-2/+6
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-2/+3
* More of the same.aaron2000-08-091-2/+3
* Remove trailing blank lines.aaron2000-08-091-2/+1
* knf; ouch, that hurtsmickey2000-07-021-6/+7
* new version of ffs from drahn@mickey2000-07-021-38/+28
* State explicitly that strlc{py,at} only work on real C strings.millert2000-06-011-3/+22
* 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