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

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

Completed in 77 milliseconds