Lines Matching defs:exists
1418 int amt, count, exists, first, mask, mode;
1543 exists = stat(np, &stb) == 0;
1545 if (exists) {
1553 if (recvacl(-1, exists, pflag)
1566 (void) recvacl(-1, exists, pflag);
1579 if (recvacl(dfd, exists, pflag) == ACL_FAIL) {
1581 if (!exists)
1607 * If the output file exists we have to force zflag off
1610 zopen(ofd, zflag && !exists);
1612 if (exists && pflag)
1622 if (recvacl(ofd, exists, pflag) == ACL_FAIL) {
1624 if (!exists)
1992 recvacl(int f, int exists, int preserve)
2036 if (preserve || !exists) {