Searched refs:xmalloc_readlink (Results 1 – 9 of 9) sorted by relevance
20 char* FAST_FUNC xmalloc_readlink(const char *path) in xmalloc_readlink() function64 linkpath = xmalloc_readlink(buf); in xmalloc_follow_symlinks()96 char *buf = xmalloc_readlink(path); in xmalloc_readlink_or_warn()143 target = xmalloc_readlink(path); in xmalloc_realpath_coreutils()
514 sp->exe = xmalloc_readlink(filename); in procps_scan()
873 busybox = xmalloc_readlink(bb_busybox_exec_path); in busybox_main()
52 s = xmalloc_readlink(buf); in pwdx_main()
68 if ((fdlink = xmalloc_readlink(name)) != NULL) { in lsof_main()
205 exelink = xmalloc_readlink(buf); in pid_is_exec()
282 linkname = xmalloc_readlink(fileName); in add_to_prg_cache_if_socket()
582 char *xmalloc_readlink(const char *path) FAST_FUNC RETURNS_MALLOC;
3644 absolute_filename = xmalloc_readlink(filename); in add_ksymoops_symbols()