Searched defs:tmode (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c134 mode_t fmode, tmode; local
153 tmode = tsp->zs_mode & S_IFMT;
154 if (fmode == S_IFDIR || tmode == S_IFDIR || fsp->zs_links == 0 ||
176 if (fmode != tmode && fsp->zs_gen == tsp->zs_gen)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c2613 PerlIOStdio_mode(const char *mode, char *tmode) argument
2615 char *ret = tmode;
2618 *tmode++ = *mode++;
2622 *tmode++ = 'b';
2624 *tmode = '\0';
2640 char tmode[8]; local
2643 mode = PerlIOStdio_mode(mode, tmode)))) {
2700 char tmode[8]; local
2706 stdio = PerlSIO_freopen(path, (mode = PerlIOStdio_mode(mode, tmode)),
2727 mode = PerlIOStdio_mode(mode, tmode);
[all...]

Completed in 25 milliseconds