E_asprintf
E_asprintf(&tmp, "/proc/self/fd/%d", fd);
E_asprintf(&other, "%s", dfdpath);
E_asprintf(&other, "%s", path);
E_asprintf(&other, "%s/%s", dfdpath, path);
E_asprintf(&procselfexe, "/proc/%d/exe", getpid());
E_asprintf(&hardcoded_fdpath, "self/fd/%d", hardcoded_fd);