Searched refs:xmalloc_realpath_coreutils (Results 1 – 4 of 4) sorted by relevance
41 char *resolved_path = xmalloc_realpath_coreutils(*argv); in realpath_main()
89 buf = xmalloc_realpath_coreutils(fname); in readlink_main()
126 char* FAST_FUNC xmalloc_realpath_coreutils(char *path) in xmalloc_realpath_coreutils() function166 buf = xmalloc_realpath_coreutils(target); in xmalloc_realpath_coreutils()
581 char *xmalloc_realpath_coreutils(char *path) FAST_FUNC RETURNS_MALLOC;