Home
last modified time | relevance | path

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

/illumos-gate/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);
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c422 goto notsame; in main()
437 goto notsame; in main()
452 goto notsame; in main()
455 notsame: in main()
1588 goto notsame; in compare()
1600 goto notsame; in compare()
1605 goto notsame; in compare()
1620 notsame: in compare()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c481 static int notsame(void);
4082 if (notsame()) { in xsfile()
4128 notsame(void) in notsame() function