Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Drealpath.c41 char *resolved_path = xmalloc_realpath_coreutils(*argv); in realpath_main()
Dreadlink.c89 buf = xmalloc_realpath_coreutils(fname); in readlink_main()
/busybox-1.35.0/libbb/
Dxreadlink.c126 char* FAST_FUNC xmalloc_realpath_coreutils(char *path) in xmalloc_realpath_coreutils() function
166 buf = xmalloc_realpath_coreutils(target); in xmalloc_realpath_coreutils()
/busybox-1.35.0/include/
Dlibbb.h581 char *xmalloc_realpath_coreutils(char *path) FAST_FUNC RETURNS_MALLOC;