Home
last modified time | relevance | path

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

/freebsd/bin/cp/
H A Dcp.c79 enum op { FILE_TO_FILE, FILE_TO_DIR, DIR_TO_DNE }; enumerator
233 type = DIR_TO_DNE; in main()
259 exit (copy(argv, type, fts_options, (type == DIR_TO_DNE ? NULL : in main()
337 if (type != DIR_TO_DNE) { in copy()