Home
last modified time | relevance | path

Searched refs:LIB_NAME (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dstdbuf.c34 #define LIB_NAME "libstdbuf.so" /* FIXME: don't hardcode */ macro
232 libstdbuf = xstrdup (LIB_NAME); in set_LD_PRELOAD()
235 ret = asprintf (&libstdbuf, "%s/%s", *path, LIB_NAME); in set_LD_PRELOAD()
244 error (EXIT_CANCELED, 0, _("failed to find %s"), quote (LIB_NAME)); in set_LD_PRELOAD()