1
0
mirror of git://git.suckless.org/sbase synced 2025-03-19 01:26:54 +00:00
sbase/libutil
2025-03-17 14:32:36 +01:00
..
concat.c concat: Use plain read/write instead of buffered stdio 2017-07-14 07:50:47 +02:00
cp.c Use *at functions with appropriate flags instead of lstat/lchown 2020-03-05 00:45:53 -08:00
crypt.c Don't use buffered IO (fread) when not appropriate 2017-07-03 21:04:14 +02:00
ealloc.c
enmasse.c
eprintf.c Check argv0 in xvprintf() 2015-12-21 14:13:36 +00:00
eregcomp.c
estrtod.c
fnck.c cp: don't abort when src and dest file are the same 2023-04-12 21:09:12 -07:00
fshut.c
getlines.c libutil/getlines: Use reallocarray 2019-12-31 13:39:08 -08:00
human.c
linecmp.c linecmp: Handle NUL bytes properly 2016-07-09 10:09:50 +01:00
md5.c
memmem.c Support NUL-containing lines in sort(1) 2016-03-10 08:48:09 +00:00
mkdirp.c mkdir: Fix created directory permissions 2017-07-03 21:03:11 +02:00
mode.c libutil/mode: Fix sticky bit parsing 2025-03-17 14:32:36 +01:00
parseoffset.c
putword.c
reallocarray.c libutil: Add enreallocarray 2019-04-16 17:41:39 -07:00
recurse.c libutil/recurse: Simplify adding trailing slash 2020-06-20 18:48:14 -07:00
rm.c libutil/recurse: Use a single path buffer, and directory fd 2020-03-05 00:45:53 -08:00
sha1.c
sha224.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
sha256.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
sha384.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
sha512-224.c add sha512-224sum (SHA512/224) and sha512-256sum (SHA512/256) 2016-02-24 10:40:57 +00:00
sha512-256.c add sha512-224sum (SHA512/224) and sha512-256sum (SHA512/256) 2016-02-24 10:40:57 +00:00
sha512.c add sha224sum and sha384sum 2016-02-24 10:15:16 +00:00
strcasestr.c
strlcat.c
strlcpy.c
strnsubst.c libutil: Remove free() from strnsub() 2023-09-22 11:44:58 +02:00
strsep.c
strtonum.c
unescape.c libutil/unescape: NULL terminate unescaped string 2017-03-24 10:40:32 +01:00
writeall.c libutil: Add writeall utility function 2017-07-03 21:04:12 +02:00