Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dreadlink.c91 buf = xmalloc_readlink_or_warn(fname); in readlink_main()
Dstat.c321 char *linkname = xmalloc_readlink_or_warn(filename);
715 linkname = xmalloc_readlink_or_warn(filename); in do_stat()
Dls.c497 lpath = xmalloc_readlink_or_warn(dn->fullname); in display_single()
/busybox-1.35.0/libbb/
Dxreadlink.c94 char* FAST_FUNC xmalloc_readlink_or_warn(const char *path) in xmalloc_readlink_or_warn() function
Dcopy_file.c390 char *lpath = xmalloc_readlink_or_warn(source); in copy_file()
/busybox-1.35.0/archival/
Dcpio.c376 char *lpath = xmalloc_readlink_or_warn(name); in cpio_o()
Dtar.c335 char *lpath = xmalloc_readlink_or_warn(fileName); in writeTarHeader()
/busybox-1.35.0/include/
Dlibbb.h583 char *xmalloc_readlink_or_warn(const char *path) FAST_FUNC RETURNS_MALLOC;