Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtell.c39 #pragma weak _tell = tell
59 tell(int f) in tell() function
/illumos-gate/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()
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
838 tell = ftell(fout); in clnt_output()
[all …]
/illumos-gate/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
546 extern off_t tell(int);
/illumos-gate/usr/src/cmd/lp/model/
H A DMakefile34 lp.tell \
63 lp.tell := LDLIBS += $(LIBMSG) $(LIBLP) $(LDSTACKPROTECT)
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_standard132 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
579 # It's not obvious how to tell if a port is parallel or serial.
1095 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 Dnetstandard62 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
H A Dtsol_netstandard63 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
H A Dtsol_netstandard_foomatic65 if [ ! -x "${LPTELL:=${LOCALPATH}/lp.tell}" ]
/illumos-gate/usr/src/uts/sun4/conf/
H A Dgenalign.S31 ! this little hack generates a .note section where we tell
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.parameter_implications.add3 * This gives you a way to tell Smatch about it.
/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/boot/i386/loader/
H A Dhelp.i38625 to tell the kernel how many IDE disks there are in order to have it
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME31 uses to tell it what tests to run against each dictionary. These
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dnic.esc94 * Allow drivers (e.g. i40e) which can't tell the difference between the events
H A Dpci.esc831 * - for other faults we can't tell who send the split completion and so
899 * - for other faults we can't tell who send the split completion and so
1145 * - ignore rx-spl as we can't tell what message it was (and we should have
/illumos-gate/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
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dar.msg55 @ MSG_INTERNAL_01 "ar: internal error: cannot tell whether file is \
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common882 tell
/illumos-gate/usr/src/pkg/manifests/
H A Dprint-lp.p5m83 file path=usr/lib/lp/bin/lp.tell group=lp mode=0555
/illumos-gate/usr/src/boot/
H A DREADME.loader110 root filesystem, so be careful where you tell it to read
/illumos-gate/usr/src/lib/libc/
H A DREADME164 * lfree takes an argument to tell the size of the releasing
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3006 # define tell(s) if (opterr) \ macro
3040 tell(": illegal option -- ");
3050 tell(": option requires an argument -- ");

123