summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/strtofflags.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
| | | | malloc/calloc/realloc* returns.
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
|
* zap remaining rcsid.espie2005-08-081-12/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify function definitions and zap some `register'jfb2004-05-181-7/+4
| | | | ok millert@
* pull in headersderaadt2003-06-251-2/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* from freebsd:mickey2000-07-191-0/+166
strtofflags/fflagstostr to convert file flags to/from binary from/into a string as used in chflags(1). use u_int32_t instead of u_long (as freebsd does). increase libc minor. millert@ ok.