util-linux/lib
Gustavo Zacarias 7f0d4d56a2 lib/crc32: prefix public functions
Make the publicly-visible crc32 library functions prefixed by ul_, such
as crc32() -> ul_crc32().
This is because it clashes with the crc32() function from zlib.
For newer versions of glib (2.50+) zlib and libblkid are required
dependencies and otherwise results in build failure when building
statically.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
2016-10-19 12:11:59 +02:00
..
blkdev.c blkdev: guard against missing DIOCGDINFO on FreeBSD 11 2016-08-11 14:58:50 +02:00
canonicalize.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
color-names.c lib/color: add more ESC seq. 2016-02-17 12:51:15 +01:00
colors.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
cpuset.c misc: safer (and uniform) handling of return value 2016-03-07 15:11:06 +01:00
crc32.c lib/crc32: prefix public functions 2016-10-19 12:11:59 +02:00
env.c build-sys: test for secure_getenv() too. 2013-02-06 12:03:22 +01:00
exec_shell.c exec_shell: prevent basename from modifying env 2016-02-11 13:40:28 +01:00
fileutils.c lib: provide fallback if mkostemp(3) missing 2016-02-29 13:05:18 +01:00
idcache.c lib: define LOGIN_NAME_MAX fallback 2016-02-18 16:54:14 +01:00
ismounted.c Add sizelimit to internal API 2016-08-03 11:53:28 +02:00
langinfo.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
linux_version.c lib/linux_version: avoid major and minor shadowing 2016-03-09 11:49:42 +01:00
loopdev.c lib/loopdev: Set errno in is_loopdev on error 2016-08-31 09:49:01 +02:00
Makemodule.am build-sys: add --disable-plymouth-support 2016-05-26 15:08:53 +02:00
mangle.c lib/mangle: remove unused variable 2012-08-13 21:57:34 +02:00
match.c lib/match: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:29:22 +02:00
mbsalign.c lib/mbsalign: free buffer after error [coverity scan] 2016-10-04 16:14:48 +02:00
md5.c md5: fix strict aliasing warnings 2012-10-10 11:23:24 +02:00
monotonic.c include: fix sys/sysinfo.h 2016-02-18 16:54:38 +01:00
pager.c lib/pager: fix test 2016-08-26 17:47:01 +02:00
path.c lib/path: ifdef path_set_prefix() like in path.h 2016-02-11 13:40:25 +01:00
plymouth-ctrl.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
procutils.c lib: move fopen_at() to fileutils.h, remove at.h 2016-03-07 15:36:00 +01:00
randutils.c lib/randutils: remove unnecessary function 2016-10-04 16:18:16 +02:00
setproctitle.c misc: never cast void* from malloc(3) and friends 2016-03-07 23:29:27 +01:00
strutils.c libmount: ignore redundant slashes 2016-08-08 17:23:54 +02:00
strv.c lib/strv: add strv_extendv() 2015-10-01 14:43:05 +02:00
swapprober.c textual: "ambivalent" applies to intentions, "ambiguous" to results 2014-10-01 09:37:03 +02:00
sysfs.c misc: simplify if clauses [oclint] 2016-07-21 21:14:33 +01:00
terminal-colors.d.5 lib/color: add more ESC seq. 2016-02-17 12:51:15 +01:00
timer.c include: fix sys/sysinfo.h 2016-02-18 16:54:38 +01:00
timeutils.c misc: simplify if clauses [oclint] 2016-07-21 21:14:33 +01:00
ttyutils.c tests: fix ttyutils test 2016-07-15 10:11:35 +02:00