Home
last modified time | relevance | path

Searched refs:whence (Results 51 – 75 of 81) sorted by relevance

1234

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpm1l.S95 / whence z is in f2xm1's domain.
H A Dexp.S127 / whence z is in f2xm1's domain.
H A Dexpm1f.S130 / whence z is in f2xm1's domain.
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexpm1l.S96 / whence z is in f2xm1's domain.
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c719 boot_ufs_lseek(int fd, off_t addr, int whence) in boot_ufs_lseek() argument
727 switch (whence) { in boot_ufs_lseek()
736 printf("ufs_lseek(): invalid whence value %d\n", whence); in boot_ufs_lseek()
/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c331 pkg_seek(struct open_file *f, off_t ofs, int whence) in pkg_seek() argument
345 switch (whence) { in pkg_seek()
H A Ddosfs.c342 dos_seek(struct open_file *fd, off_t offset, int whence) in dos_seek() argument
349 switch (whence) { in dos_seek()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c935 int fd, pos, whence; in pfseek() local
939 whence = ficlStackPopInteger(ficlVmGetDataStack(pVM)); in pfseek()
942 ficlStackPushInteger(ficlVmGetDataStack(pVM), lseek(fd, pos, whence)); in pfseek()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests253 *) SHELL=$(whence $SHELL);;
277 then if whence $SHCOMP > /dev/null
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c274 int rv, whence; in fop_ioctl() local
279 whence = (cmd == _FIO_SEEK_DATA) ? SEEK_DATA : SEEK_HOLE; in fop_ioctl()
281 off = lseek(vp->v_fd, off, whence); in fop_ioctl()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c1090 kp_io_seek(mdb_io_t *io, off64_t offset, int whence) in kp_io_seek() argument
1097 return (IOP_SEEK(io->io_next, offset, whence)); in kp_io_seek()
1099 switch (whence) { in kp_io_seek()
H A Dmdb_io.c2247 no_io_seek(mdb_io_t *io, off64_t offset, int whence) in no_io_seek() argument
2250 return (IOP_SEEK(io->io_next, offset, whence)); in no_io_seek()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile601 make whence.o
602 make bltins/whence.c
616 done bltins/whence.c
617 meta whence.o %.c>%.o bltins/whence.c whence
618 prev bltins/whence.c
619 …HOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c bltins/whence.c
620 done whence.o generated
1331 …o misc.o print.o read.o sleep.o trap.o test.o typeset.o ulimit.o umask.o whence.o main.o nvdisc.o …
H A DRELEASE270 12-01-12 A bug in which whence -p would find a function if one existed and
446 11-03-01 A bug in which whence -a could dump core when the first match
886 10-03-19 A bug which causes whence -q to go into an infinite loop has been
892 10-03-16 A bug in whence -a which produced duplicate lines of output has
1262 08-09-19 type, whence -v, and command -v were fixed to comply with POSIX
1642 07-05-24 The -p option of whence now disables -v.
1656 07-04-30 +Added -q to whence.
1832 05-12-05 The whence builtin now returns an absolute pathname when the
2245 02-09-14 A bug in whence which occurs when the specified name contained
2267 traces and from whence when called from a multibyte locale
[all …]
H A DRELEASE88338 t. The whence built-in has an option -a which causes all
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dprobe.win32133 set -- $(whence $cmd) "$@"
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c88 static int lock_register(int fd, int cmd, int type, off_t offset, int whence,
3330 lock_register(int fd, int cmd, int type, off_t offset, int whence, off_t len) in lock_register() argument
3336 lock.l_whence = whence; in lock_register()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dprobe.win32222 set -- $(whence $cmd) "$@"
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c295 static off_t fcc_lseek(krb5_fcc_data *data, off_t offset, int whence) in fcc_lseek() argument
299 if (whence == SEEK_CUR && data->valid_bytes) { in fcc_lseek()
306 return lseek(data->file, offset, whence); in fcc_lseek()
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c3028 convoff(struct vnode *vp, struct flock64 *lckdat, int whence, offset_t offset) in convoff() argument
3033 if ((lckdat->l_whence == 2) || (whence == 2)) { in convoff()
3055 switch (whence) { in convoff()
3068 lckdat->l_whence = (short)whence; in convoff()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c2566 off_t sh_seek(register int fd, off_t offset, int whence) in sh_seek() argument
2573 return(sfseek(sp,offset,whence)); in sh_seek()
2575 return(lseek(fd,offset,whence)); in sh_seek()
H A Dname.c3514 Shscope_t *sh_getscope(int index, int whence) in sh_getscope() argument
3518 if(whence==SEEK_CUR) in sh_getscope()
3527 if(whence==SEEK_SET) in sh_getscope()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c659 boot_hsfs_lseek(int fd, off_t addr, int whence) in boot_hsfs_lseek() argument
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man1.inc283 link path=usr/share/man/man1/whence.1 target=typeset.1
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE116 07-04-24 procrun.c: add -last intercept => sh_run() and whence -q

1234