Searched refs:RENAME_SWAP (Results 1 – 3 of 3) sorted by relevance
36 #define RENAME_SWAP 0x00000002 macro
139 renamex_np(dir1, dir2, RENAME_SWAP);
10295 …if (uap->flags & ~(RENAME_SECLUDE | RENAME_EXCL | RENAME_SWAP | RENAME_NOFOLLOW_ANY | RENAME_RESOL… in renameatx_np()10299 if ((uap->flags & (RENAME_EXCL | RENAME_SWAP)) == (RENAME_EXCL | RENAME_SWAP)) { in renameatx_np()