src: consistently use _(Str) instead of gettext(Str) sandbox/dkson95/asan
authorDongkyun Son <dongkyun.s@samsung.com>
Thu, 11 Nov 2021 04:51:32 +0000 (13:51 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 11 Nov 2021 04:51:32 +0000 (13:51 +0900)
commitf9702a062d9d3c00f027dec0a887d0a5f586d845
tree781f95cd0e80867eb8e15acee8fdaedd54ce4295
parent5ee78298261a2f343e8baeb0812a995aa3d85219
src: consistently use _(Str) instead of gettext(Str)

Make use of the _(Str) macro provided by <config.h>.

The change was made automatically using the following command:
$ git grep -l '\<gettext *(' src |xargs sed -i 's/\<gettext *(/_(/g'

(cherry-picked from commit 3ddd8f9bb62b20c62a74d7ded5c7f36783f9b761)

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
15 files changed:
src/addr2line.c
src/ar.c
src/arlib-argp.c
src/arlib.c
src/elfcmp.c
src/elflint.c
src/findtextrel.c
src/nm.c
src/objdump.c
src/ranlib.c
src/readelf.c
src/size.c
src/strings.c
src/strip.c
src/unstrip.c