/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | seekdir.c | 37 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 D | tell.c | 41 #pragma weak _tell = tell 61 tell(int f) in tell() function
|
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_main.c | 406 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 D | Makefile | 36 lp.tell \ 65 lp.tell := LDLIBS += $(LIBMSG) $(LIBLP)
|
H A D | standard | 133 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 D | tsol_standard | 133 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 D | tsol_standard_foomatic | 135 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 D | netstandard | 63 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
|
/titanic_50/usr/src/head/ |
H A D | unistd.h | 206 #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 D | tell.c | 31 long tell(f) in tell() function
|
/titanic_50/usr/src/uts/sun4/conf/ |
H A D | genalign.s | 39 ! this little hack generates a .note section where we tell
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.s | 60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | setjmp.s | 60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
|
/titanic_50/usr/src/cmd/cmd-inet/etc/nca/ |
H A D | nca.if | 29 # Use this file to tell the NCA feature which interfaces to listen on
|
/titanic_50/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | README | 34 uses to tell it what tests to run against each dictionary. These
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 18 tell you if this is the case), then read this document in its entirety.
|
/titanic_50/usr/src/cmd/sgs/ar/common/ |
H A D | ar.msg | 51 @ MSG_INTERNAL_01 "ar: internal error: cannot tell whether file is \
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 315 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 D | syn_common | 882 tell
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | print-lp.mf | 100 file path=usr/lib/lp/bin/lp.tell group=lp mode=0555
|
/titanic_50/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 42 gtty.o lockf.o pause.o stty.o tell.o ulimit.o \
|
/titanic_50/usr/src/lib/libc/ |
H A D | README | 164 * lfree takes an argument to tell the size of the releasing
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 3005 # 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 D | name.c | 1937 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 D | cdm.py | 1110 if fp.tell() != 0:
|