Home
last modified time | relevance | path

Searched defs:cut (Results 1 – 7 of 7) sorted by path

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c1691 long long cut = BIG / 10; /* limit to avoid overflow */ in number() local
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c1232 int64_t cut = BIG; in number() local
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c3624 uint64_t cut = BIG / 10; /* limit to avoid overflow */ in number() local
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c1161 int cut = INT_MAX / 10; /* limit to avoid overflow */ in number() local
1213 int64_t cut = FS_SIZE_UPPER_LIMIT/ 10; /* limit to avoid overflow */ in number64() local
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcut.c138 Cut_t* cut; in cutinit() local
252 cutcols(Cut_t* cut, Sfio_t* fdin, Sfio_t* fdout) in cutcols()
364 cutfields(Cut_t* cut, Sfio_t* fdin, Sfio_t* fdout) in cutfields()
575 Cut_t* cut; in b_cut() local
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c4352 static int gl_delete_chars(GetLine *gl, int nc, int cut) in gl_delete_chars()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1851 boolean_t cut = (stage == ZIO_STAGE_VDEV_IO_START) ? in zio_execute() local