Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 63) sorted by relevance

123

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dseekdir.c37 seekdir(dirp, tell) in seekdir() argument
39 register long tell;
45 if (curloc == tell)
48 (void) lseek(dirp->dd_fd, tell, 0);
50 dirp->dd_off = tell;
/titanic_50/usr/src/lib/libc/port/gen/
H A Dtell.c41 #pragma weak _tell = tell
61 tell(int f) in tell() function
/titanic_50/usr/src/cmd/rpcgen/
H A Drpc_main.c406 long tell; in c_output() local
425 tell = ftell(fout); in c_output()
429 if (extend && tell == ftell(fout)) { in c_output()
514 long tell; in h_output() local
562 tell = ftell(fout); in h_output()
611 if (extend && tell == ftell(fout)) { in h_output()
780 long tell; in svc_output() local
802 tell = ftell(fout); in svc_output()
805 if (extend && tell == ftell(fout)) in svc_output()
816 long tell; in clnt_output() local
[all …]
/titanic_50/usr/src/cmd/lp/model/
H A DMakefile36 lp.tell \
65 lp.tell := LDLIBS += $(LIBMSG) $(LIBLP)
H A Dstandard133 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
563 # It's not obvious how to tell if a port is parallel or serial.
1014 sleep 4 # Give $LPTELL a chance to tell
H A Dtsol_standard133 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
580 # It's not obvious how to tell if a port is parallel or serial.
1096 sleep 4 # Give $LPTELL a chance to tell
H A Dtsol_standard_foomatic135 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
606 # It's not obvious how to tell if a port is parallel or serial.
1124 sleep 4 # Give $LPTELL a chance to tell
H A Dnetstandard63 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
/titanic_50/usr/src/head/
H A Dunistd.h206 #pragma redefine_extname tell tell64
214 #define tell tell64
227 #pragma redefine_extname tell64 tell
235 #define tell64 tell
540 extern off_t tell(int);
/titanic_50/usr/src/lib/libbc/libc/compat/common/
H A Dtell.c31 long tell(f) in tell() function
/titanic_50/usr/src/uts/sun4/conf/
H A Dgenalign.s39 ! this little hack generates a .note section where we tell
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
/titanic_50/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
/titanic_50/usr/src/cmd/cmd-inet/etc/nca/
H A Dnca.if29 # Use this file to tell the NCA feature which interfaces to listen on
/titanic_50/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME34 uses to tell it what tests to run against each dictionary. These
/titanic_50/usr/src/cmd/ssh/doc/
H A DWARNING.RNG18 tell you if this is the case), then read this document in its entirety.
/titanic_50/usr/src/cmd/sgs/ar/common/
H A Dar.msg51 @ MSG_INTERNAL_01 "ar: internal error: cannot tell whether file is \
/titanic_50/usr/src/uts/common/io/usb/hcd/
H A DREADME315 and isochronous endpoints. This will tell the host controller which micro-
317 isochronous transaction. For full/low speed devices, it will tell when to
350 isochronous endpoints. It will tell the host controller which micro frame
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common882 tell
/titanic_50/usr/src/pkg/manifests/
H A Dprint-lp.mf100 file path=usr/lib/lp/bin/lp.tell group=lp mode=0555
/titanic_50/usr/src/lib/libbc/sparc/
H A DMakefile42 gtty.o lockf.o pause.o stty.o tell.o ulimit.o \
/titanic_50/usr/src/lib/libc/
H A DREADME164 * lfree takes an argument to tell the size of the releasing
/titanic_50/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 -- ");
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dname.c1937 int offset,tell; in sh_envgen() local
1943 tell = staktell(); in sh_envgen()
1945 if(tell ==staktell()) in sh_envgen()
/titanic_50/usr/src/tools/onbld/hgext/
H A Dcdm.py1110 if fp.tell() != 0:

123