Lines Matching defs:same
34 * samedata .... (static) do two files have the same contents
35 * samestuff ... (static) do two files have the same ownership/protection
37 * samelink .... (static) do two symlinks have the same contents
407 * if the changes were all orthogonal (none of the same
564 * determine whether or not two files contain the same data
584 /* cheap test: directories have same contents */
597 /* symlinks are the same if their contents are the same */
617 * determine whether or not two files have same owner/protection
638 /* if the are all the same, it is easy to tell the truth */
669 bool_t same = TRUE;
689 same = FALSE;
696 same = FALSE;
704 fprintf(stderr, "ANAL: SAME=%d %s\n", same, fp->f_fullname);
708 return (same);
770 /* if they aren't the same length, they disagree */
800 * we need the name of another file on the same side.