Symbol: isonum_711
stand/libsa/cd9660.c
128
#define PTSIZE(pp) roundup(PTFIXSZ + isonum_711((pp)->namlen), 2)
stand/libsa/cd9660.c
143
p = dp->name + isonum_711(dp->name_len) + lenskip;
stand/libsa/cd9660.c
145
if ((isonum_711(dp->name_len) & 1) == 0)
stand/libsa/cd9660.c
147
end = (char *)dp + isonum_711(dp->length);
stand/libsa/cd9660.c
167
p += isonum_711(sh->length);
stand/libsa/cd9660.c
170
if (isonum_711(sh->length) == 0)
stand/libsa/cd9660.c
197
*len = isonum_711(p->h.length) - 5;
stand/libsa/cd9660.c
216
p = dp->name + isonum_711(dp->name_len);
stand/libsa/cd9660.c
217
if (p > (char *)dp + isonum_711(dp->length))
stand/libsa/cd9660.c
222
if (isonum_711(sp->h.length) != sizeof(ISO_SUSP_PRESENT))
stand/libsa/cd9660.c
226
*lenskip = isonum_711(sp->len_skp);
stand/libsa/cd9660.c
252
len = isonum_711(dp->name_len);
stand/libsa/cd9660.c
322
if (isonum_711(vd->type) == ISO_VD_END)
stand/libsa/cd9660.c
324
if (isonum_711(vd->type) == ISO_VD_PRIMARY)
stand/libsa/cd9660.c
380
bno = isonum_733(rec.extent) + isonum_711(rec.ext_attr_length);
stand/libsa/cd9660.c
402
if (isonum_711(dp->length) == 0) {
stand/libsa/cd9660.c
420
((char *) dp + isonum_711(dp->length));
stand/libsa/cd9660.c
422
if (isonum_711(dp->length) == 0) {
stand/libsa/cd9660.c
427
off += isonum_711(dp->length);
stand/libsa/cd9660.c
452
if (isdir == true && (isonum_711(rec.flags) & 2) == 0) {
stand/libsa/cd9660.c
462
if ((isonum_711(rec.flags) & 2) != 0) {
stand/libsa/cd9660.c
469
bno = isonum_733(rec.extent) + isonum_711(rec.ext_attr_length);
stand/libsa/cd9660.c
487
fp->f_bno = isonum_733(rec.extent) + isonum_711(rec.ext_attr_length);
stand/libsa/cd9660.c
593
if (isonum_711(ep->length) == 0) {
stand/libsa/cd9660.c
611
namelen = isonum_711(ep->name_len);
stand/libsa/cd9660.c
627
if (isonum_711(ep->flags) & 2)
stand/libsa/cd9660.c
636
fp->f_off += isonum_711(ep->length);
stand/libsa/cd9660read.c
123
*len = isonum_711(p->h.length) - 5;
stand/libsa/cd9660read.c
142
p = dp->name + isonum_711(dp->name_len);
stand/libsa/cd9660read.c
143
if (p > (char *)dp + isonum_711(dp->length)) {
stand/libsa/cd9660read.c
150
if (isonum_711(sp->h.length) != sizeof(ISO_SUSP_PRESENT)) {
stand/libsa/cd9660read.c
156
*lenskip = isonum_711(sp->len_skp);
stand/libsa/cd9660read.c
183
len = isonum_711(dp->name_len);
stand/libsa/cd9660read.c
237
if (isonum_711(vd->type) == ISO_VD_END)
stand/libsa/cd9660read.c
239
if (isonum_711(vd->type) == ISO_VD_PRIMARY)
stand/libsa/cd9660read.c
250
bno = isonum_733(rec.extent) + isonum_711(rec.ext_attr_length);
stand/libsa/cd9660read.c
264
if (isonum_711(dp->length) == 0) {
stand/libsa/cd9660read.c
282
((char *) dp + isonum_711(dp->length));
stand/libsa/cd9660read.c
284
if (isonum_711(dp->length) == 0) {
stand/libsa/cd9660read.c
289
off += isonum_711(dp->length);
stand/libsa/cd9660read.c
301
if ((isonum_711(rec.flags) & 2) != 0) {
stand/libsa/cd9660read.c
305
cookie = isonum_733(rec.extent) + isonum_711(rec.ext_attr_length);
stand/libsa/cd9660read.c
71
p = dp->name + isonum_711(dp->name_len) + lenskip;
stand/libsa/cd9660read.c
73
if ((isonum_711(dp->name_len) & 1) == 0)
stand/libsa/cd9660read.c
75
end = (char *)dp + isonum_711(dp->length);
stand/libsa/cd9660read.c
94
p += isonum_711(sh->length);
stand/libsa/cd9660read.c
97
if (isonum_711(sh->length) == 0)
sys/fs/cd9660/cd9660_lookup.c
202
reclen = isonum_711(ep->length);
sys/fs/cd9660/cd9660_lookup.c
218
namelen = isonum_711(ep->name_len);
sys/fs/cd9660/cd9660_lookup.c
219
isoflags = isonum_711(imp->iso_ftype == ISO_FTYPE_HIGH_SIERRA?
sys/fs/cd9660/cd9660_lookup.c
270
if (isonum_711(ep->flags)&2)
sys/fs/cd9660/cd9660_lookup.c
300
reclen = isonum_711(ep->length);
sys/fs/cd9660/cd9660_node.c
107
if (isonum_711(ftype == ISO_FTYPE_HIGH_SIERRA?
sys/fs/cd9660/cd9660_node.c
121
&& (off = isonum_711(isodir->ext_attr_length))) {
sys/fs/cd9660/cd9660_node.c
129
if (isonum_711(ap->version) == 1) {
sys/fs/cd9660/cd9660_node.c
170
&& (off = isonum_711(isodir->ext_attr_length))) {
sys/fs/cd9660/cd9660_node.c
179
&& isonum_711(ap->version) == 1) {
sys/fs/cd9660/cd9660_node.c
297
isonum_711(isodir->ext_attr_length)) << imp->im_bshift;
sys/fs/cd9660/cd9660_rrip.c
115
pcompe = (ISO_RRIP_SLINK_COMPONENT *)((char *)p + isonum_711(p->h.length));
sys/fs/cd9660/cd9660_rrip.c
126
+ isonum_711(pcomp->clen))) {
sys/fs/cd9660/cd9660_rrip.c
176
wlen = isonum_711(pcomp->clen);
sys/fs/cd9660/cd9660_rrip.c
204
if (!isonum_711(p->flags)) {
sys/fs/cd9660/cd9660_rrip.c
249
wlen = isonum_711(p->h.length) - 5;
sys/fs/cd9660/cd9660_rrip.c
282
isofntrans(isodir->name, isonum_711(isodir->name_len),
sys/fs/cd9660/cd9660_rrip.c
283
ana->outbuf, ana->outlen, 1, isonum_711(isodir->flags)&4,
sys/fs/cd9660/cd9660_rrip.c
411
ana->fields &= isonum_711(p->flags) | ~0xff; /* don't touch high bits */
sys/fs/cd9660/cd9660_rrip.c
446
size_t len = isonum_711(p->len_id);
sys/fs/cd9660/cd9660_rrip.c
452
if (isonum_711(p->version) == 1) {
sys/fs/cd9660/cd9660_rrip.c
476
pwhead = isodir->name + isonum_711(isodir->name_len);
sys/fs/cd9660/cd9660_rrip.c
477
if (!(isonum_711(isodir->name_len)&1))
sys/fs/cd9660/cd9660_rrip.c
489
pend = (ISO_SUSP_HEADER *)((char *)isodir + isonum_711(isodir->length));
sys/fs/cd9660/cd9660_rrip.c
498
if (isonum_711(phead->version) == 1) {
sys/fs/cd9660/cd9660_rrip.c
514
if (isonum_711(phead->length) < sizeof(*phead))
sys/fs/cd9660/cd9660_rrip.c
520
phead = (ISO_SUSP_HEADER *)((char *)phead + isonum_711(phead->length));
sys/fs/cd9660/cd9660_rrip.c
616
isochar(isodir->name, isodir->name + isonum_711(isodir->name_len),
sys/fs/cd9660/cd9660_rrip.c
693
return (isonum_711(p->skip));
sys/fs/cd9660/cd9660_vfsops.c
276
switch (isonum_711 (high_sierra? vdp->type_sierra: vdp->type)){
sys/fs/cd9660/cd9660_vfsops.c
301
if ((isonum_711 (sup->flags) & 1) &&
sys/fs/cd9660/cd9660_vfsops.c
423
isonum_711(((struct iso_directory_record *)isomp->root)->
sys/fs/cd9660/cd9660_vfsops.c
756
if (off + isonum_711(isodir->length) >
sys/fs/cd9660/cd9660_vfsops.c
761
off +isonum_711(isodir->length), off,
sys/fs/cd9660/cd9660_vfsops.c
762
isonum_711(isodir->length));
sys/fs/cd9660/cd9660_vfsops.c
768
isonum_711(isodir->ext_attr_length) != ifhp->ifid_start) {
sys/fs/cd9660/cd9660_vfsops.c
771
isonum_733(isodir->extent) + isonum_711(isodir->ext_attr_length),
sys/fs/cd9660/cd9660_vfsops.c
798
ip->iso_start = isonum_711(isodir->ext_attr_length) + ip->iso_extent;
sys/fs/cd9660/cd9660_vfsops.c
810
&& (off = isonum_711(isodir->ext_attr_length)))
sys/fs/cd9660/cd9660_vnops.c
503
reclen = isonum_711(ep->length);
sys/fs/cd9660/cd9660_vnops.c
523
idp->current.d_namlen = isonum_711(ep->name_len);
sys/fs/cd9660/cd9660_vnops.c
531
if (isonum_711(ep->flags)&2)
sys/fs/cd9660/cd9660_vnops.c
563
isonum_711(ep->flags)&4,
sys/fs/cd9660/cd9660_vnops.c
658
if ((ip->i_number & imp->im_bmask) + isonum_711(dirp->length)
usr.sbin/makefs/cd9660/cd9660_debug.c
295
return isonum_711(buf);