Searched defs:notsame (Results 1 - 2 of 2) 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/tar/
H A Dtar.c480 static int notsame(void);
4081 if (notsame()) {
4112 * notsame() check if extract file extent is invalid
4127 notsame(void) function

Completed in 78 milliseconds