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

/illumos-gate/usr/src/lib/libbc/libc/compat/common/
H A Dtell.c31 long tell(f) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtell.c41 #pragma weak _tell = tell
61 tell(int f) function
/illumos-gate/usr/src/cmd/lp/model/
H A DMakefile36 lp.tell \
65 lp.tell := LDLIBS += $(LIBMSG) $(LIBLP)
/illumos-gate/usr/src/head/
H A Dunistd.h206 #pragma redefine_extname tell tell64
214 #define tell tell64 macro
227 #pragma redefine_extname tell64 tell
235 #define tell64 tell
540 extern off_t tell(int);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c406 long tell; local
425 tell = ftell(fout);
429 if (extend && tell == ftell(fout)) {
514 long tell; local
562 tell = ftell(fout);
611 if (extend && tell == ftell(fout)) {
780 long tell; local
802 tell = ftell(fout);
805 if (extend && tell == ftell(fout))
816 long tell; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1937 int offset,tell; local
1943 tell = staktell();
1945 if(tell ==staktell())
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3005 # define tell(s) if (opterr) \ macro
3039 tell(": illegal option -- ");
3049 tell(": option requires an argument -- ");
3060 ** USERSHELLOK -- tell if a user's shell is ok for unrestricted use
3409 ** TRANSIENTERROR -- tell if an error code indicates a transient failure
3640 ** CHOWNSAFE -- tell if chown is "safe" (executable only by root)

Completed in 126 milliseconds