Home
last modified time | relevance | path

Searched refs:e_off (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/file/
H A Dmagicutils.c85 off_t e_off; /* in bytes */ member
310 ep->e_off = strtol((const char *)p, (char **)NULL, 0); in f_mkmtab()
511 ep->e_off = -1L; /* mark end of table */ in f_mkmtab()
560 for (ep = mtab; ep->e_off != -1L; ep++) { /* -1 offset marks end of */ in f_ckmtab()
567 if (ep->e_off > (off_t)bufsize) in f_ckmtab()
569 p = &buf[ep->e_off]; in f_ckmtab()
1079 for (ep = mtab; ep->e_off != -1L; ep++) { in f_prtmtab()
1082 ep->e_off, type_to_name(ep), in f_prtmtab()
1113 for (ep = mtab; ep->e_off != -1L; ep++) { in f_getmaxoffset()
1114 cur = ep->e_off; in f_getmaxoffset()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dargnod.h136 extern const char e_off[];
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmsg.c125 const char e_off[] = "off"; variable
/titanic_50/usr/src/cmd/sgs/crle/common/
H A Dconfig.c374 (ent->e_off)) in genconfig()
464 if (ent->e_off == 0) in genconfig()
482 ent->e_path->e_cobj->co_name) + ent->e_off); in genconfig()
H A D_crle.h78 int e_off; /* offset of file in dirname */ member
H A Dinspect.c404 fent->e_off = off; in _enterfile()
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c805 uint64_t b_off, e_off; in get_blkno() local
870 e_off = b_off + de[i].len; in get_blkno()
871 if (off < e_off) { in get_blkno()
879 b_off = e_off; in get_blkno()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dargs.c676 sfputr(sfstdout,on ? sh_translate(e_on) : sh_translate(e_off),'\n'); in sh_printopts()