Home
last modified time | relevance | path

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

/busybox-1.35.0/loginutils/
Dadd-remove-shell.c60 orig_fn = xmalloc_follow_symlinks(SHELLS_FILE); in add_remove_shell_main()
/busybox-1.35.0/coreutils/
Ddos2unix.c73 resolved_fn = xmalloc_follow_symlinks(fn); in convert()
/busybox-1.35.0/libbb/
Dxreadlink.c52 char* FAST_FUNC xmalloc_follow_symlinks(const char *path) in xmalloc_follow_symlinks() function
Dupdate_passwd.c113 filename = xmalloc_follow_symlinks(filename); in update_passwd()
/busybox-1.35.0/sysklogd/
Dsyslogd.c973 dev_log_name = xmalloc_follow_symlinks(_PATH_LOG); in create_socket()
/busybox-1.35.0/include/
Dlibbb.h587 char *xmalloc_follow_symlinks(const char *path) FAST_FUNC RETURNS_MALLOC;