Searched refs:dev_fd_mountpoint (Results 1 – 1 of 1) sorted by relevance
252 char *dev_fd_mountpoint = NULL; in main() local422 dev_fd_mountpoint = xrealloc(NULL, 20); in main()423 snprintf(dev_fd_mountpoint, 20, "/dev/fd/%u", fuse_fd); in main()424 mountpoint = dev_fd_mountpoint; in main()442 free(dev_fd_mountpoint); in main()