Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c87 #if !defined FICLONE && defined __linux__
88 # define FICLONE _IOW (0x94, 9, int) macro
489 #ifdef FICLONE in clone_file()
490 return ioctl (dest_fd, FICLONE, src_fd); in clone_file()