Searched refs:same_file (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dhashcmd.c177 ./. and so on.) same_file () tests general Unix file
187 same = same_file (".", path, (struct stat *)NULL, (struct stat *)NULL);
H A Dgeneral.h297 extern int same_file __P((char *, char *, struct stat *, struct stat *));
H A Dfindcmd.c461 dot_found_in_search = same_file (".", xpath, dotinfop, (struct stat *)NULL);
H A Dtest.c313 case EF: return (same_file (s, t, &st1, &st2));
H A Dgeneral.c398 same_file (path1, path2, stp1, stp2) function
H A Dredir.c573 same_file (filename, filename, &finfo, &finfo2))
H A Dvariables.c798 same_file (temp_string, ".", (struct stat *)NULL, (struct stat *)NULL))
801 same_file (home_string, ".", (struct stat *)NULL, (struct stat *)NULL))
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h363 #ifndef same_file
364 # define same_file(s, t) \
362 # define same_file macro
H A Ddir.c287 if (0 < same_file (&p->file[i].stat, &cmp->file[i].stat))
H A Dcmp.c303 if (0 < same_file (&stat_buf[0], &stat_buf[1])
316 && 0 < same_file (&outstat, &nullstat))
H A Ddiff.c1213 && 0 < same_file (&cmp.file[0].stat, &cmp.file[1].stat)
/haiku-fatelf/src/bin/gzip/
H A Dgzip.c287 local int same_file OF((struct stat *stat1, struct stat *stat2));
1413 local int same_file(stat1, stat2) function
1447 res = stat(name, &tstat) == 0 && same_file(statb, &tstat);
1556 if (same_file(&istat, &ostat)) {
/haiku-fatelf/src/bin/rcs/
H A Dconf.h211 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro
H A Drcsclean.c151 if (same_file(RCSstat, workstat, 0)) {
H A Dco.c364 if (workstatstat == 0 && same_file(RCSstat, workstat, 0)) {
H A Dconf.heg211 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev)
H A Drcsfnms.c831 same_file(PWDstat, dotstat, 1)
H A Drcsedit.c290 same_file(sb, tb, 0)
1649 if (! same_file(st, tostat, 0)) {
H A Dci.c493 if (same_file(RCSstat, workstat, 0)) {

Completed in 144 milliseconds