Lines Matching defs:exists
78 * Qname - Query if file exists. Return mtime & size if it does.
616 * Check to see if the file exists on the remote machine.
726 * Query. Check to see if file exists. Return one of the following:
728 * Ysize mtime\n - exists and its a regular file (size & mtime of file)
729 * Y\n - exists and its a directory or symbolic link
1060 int opts, exists = 0;
1095 exists = 1;
1105 if (exists && lstat(oldname, &nstb) == 0 &&
1116 if (exists && (unlink(target) < 0)) {
1132 * Check to see if parent directory exists and create one if not.
1261 * N\n -- file exists - DON'T remove.