Searched refs:tell (Results 1 - 21 of 21) 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/libbc/libc/gen/common/
H A Dseekdir.c37 seekdir(dirp, tell)
39 register long tell;
45 if (curloc == tell)
48 (void) lseek(dirp->dd_fd, tell, 0);
50 dirp->dd_off = tell;
/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/uts/sun4/conf/
H A Dgenalign.s39 ! this little hack generates a .note section where we tell
/illumos-gate/usr/src/cmd/lp/model/
H A DMakefile36 lp.tell \
65 lp.tell := LDLIBS += $(LIBMSG) $(LIBLP)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
/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/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/tools/scripts/
H A Dxref.mk123 # fed to the $(FIND) in xref.files, we tell $(FLGFLP) to generate relative
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile42 gtty.o lockf.o pause.o stty.o tell.o ulimit.o \
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py453 # We also ignore files with suffixes that tell us that the files
1110 if fp.tell() != 0:
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com599 tell.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com590 tell.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile566 tell.o \
/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)
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1034 /* tell.c */
1035 long tell(int f);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com633 tell.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile464 tell.3c \
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4849 % Flag to tell @lisp, etc., not to narrow margin.

Completed in 426 milliseconds