summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/strncpy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansification and knf and protosderaadt2003-08-111-6/+4
|
* three four kill ...mickey2003-06-021-6/+1
|
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-3/+3
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* add functions.mickey1996-10-161-0/+48
remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h