Home
last modified time | relevance | path

Searched refs:notsame (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautomount.c386 int j, i, notsame; local
432 notsame = 1;
443 notsame = 1;
446 notsame = 0;
448 notsame = 1;
451 notsame = 0;
455 if (notsame)
464 return (notsame);
/titanic_41/usr/src/cmd/diff/
H A Ddiff.c416 goto notsame; in main()
431 goto notsame; in main()
446 goto notsame; in main()
449 notsame: in main()
1577 goto notsame; in compare()
1589 goto notsame; in compare()
1594 goto notsame; in compare()
1609 notsame: in compare()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c487 static int notsame(void);
4024 if (notsame()) { in xsfile()
4070 notsame(void) in notsame() function