Home
last modified time | relevance | path

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

/openbsd/src/bin/cp/
Dcp.c77 enum op { FILE_TO_FILE, FILE_TO_DIR, DIR_TO_DNE }; enumerator
229 type = DIR_TO_DNE; in main()
319 if (type != DIR_TO_DNE) { in copy()
/openbsd/src/bin/mv/
Dcp.c91 enum op { FILE_TO_FILE, FILE_TO_DIR, DIR_TO_DNE }; enumerator
171 type = DIR_TO_DNE; in cpmain()
261 if (type != DIR_TO_DNE) { in copy()