Searched defs:tell (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm78 =item $io->tell
123 sub tell { subroutine
124 @_ == 1 or croak 'usage: $io->tell()';
125 tell($_[0]);
H A DDir.pm74 sub tell { subroutine
75 @_ == 1 or croak 'usage: $dh->tell()';
198 =item tell ()
/osnet-11/usr/src/lib/libc/port/gen/
H A Dtell.c41 #pragma weak _tell = tell
61 tell(int f) function
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c2098 int offset,tell; local
2104 tell = staktell();
2106 if(tell ==staktell())
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3003 # define tell(s) if (opterr) \ macro
3037 tell(": illegal option -- ");
3047 tell(": option requires an argument -- ");
3058 ** USERSHELLOK -- tell if a user's shell is ok for unrestricted use
3407 ** TRANSIENTERROR -- tell if an error code indicates a transient failure
3638 ** CHOWNSAFE -- tell if chown is "safe" (executable only by root)

Completed in 49 milliseconds