Searched refs:_CP_mode (Results 1 – 2 of 2) sorted by relevance
341 if (TT.pflags & _CP_mode) fchmod(fdout, try->st.st_mode); in cp_node()375 TT.pflags = _CP_mode|_CP_ownership|_CP_timestamps; in cp_main()400 if (TT.pflags & _CP_mode) umask(0); in cp_main()
2 #define _CP_mode (1<<0) macro