Lines Matching defs:exists
92 * Qname - Query if file exists. Return mtime & size if it does.
619 * Check to see if the file exists on the remote machine.
701 * Query. Check to see if file exists. Return one of the following:
703 * Ysize mtime\n - exists and its a regular file (size & mtime of file)
704 * Y\n - exists and its a directory or symbolic link
998 int opts, exists = 0;
1025 exists = 1;
1032 if (exists && (unlink(target) < 0)) {
1046 * Check to see if parent directory exists and create one if not.
1172 * N\n -- file exists - DON'T remove.