| /src/external/gpl2/xcvs/dist/diff/ |
| system.h | 270 #ifndef same_file macro 271 #define same_file(s,t) ((s)->st_ino==(t)->st_ino && (s)->st_dev==(t)->st_dev)
|
| diff.c | 1076 && 0 < same_file (&inf[0].stat, &inf[1].stat))
|
| /src/external/gpl2/diffutils/dist/src/ |
| system.h | 365 #ifndef same_file 366 # define same_file(s, t) \ 364 # define same_file macro
|
| dir.c | 289 if (0 < same_file (&p->file[i].stat, &cmp->file[i].stat))
|
| cmp.c | 305 if (0 < same_file (&stat_buf[0], &stat_buf[1]) 318 && 0 < same_file (&outstat, &nullstat))
|
| diff.c | 1217 || (0 < same_file (&cmp.file[0].stat, &cmp.file[1].stat)
|
| /src/external/gpl2/mkhybrid/dist/ |
| multi.c | 233 int same_file; local 240 same_file = 1; 265 same_file = 0; 275 same_file = 0; 282 same_file = 0; 312 return same_file;
|
| /src/external/gpl2/rcs/dist/src/ |
| rcsclean.c | 153 if (same_file(RCSstat, workstat, 0)) {
|
| conf.heg | 211 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev)
|
| co.c | 363 if (workstatstat == 0 && same_file(RCSstat, workstat, 0)) {
|
| rcsfnms.c | 840 same_file(PWDstat, dotstat, 1)
|
| rcsedit.c | 289 same_file(sb, tb, 0) 1662 if (! same_file(st, tostat, 0)) {
|
| conf.sh | 1917 : configuring same_file 1919 echo "#define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev)" 2007 exitmain(!same_file(s, ss, 0));
|
| ci.c | 492 if (same_file(RCSstat, workstat, 0)) {
|
| /src/external/gpl2/rcs/include/ |
| conf.h | 216 #define same_file(s,t,d) ((s).st_ino==(t).st_ino && (s).st_dev==(t).st_dev) macro
|