Searched refs:noff (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/file/src/
H A Dreadelf.c509 size_t noff, size_t doff, int *flags)
511 if (namesz == 4 && strcmp((char *)&nbuf[noff], "GNU") == 0 &&
531 size_t noff, size_t doff, int *flags)
533 if (namesz == 5 && strcmp((char *)&nbuf[noff], "SuSE") == 0 &&
540 if (namesz == 4 && strcmp((char *)&nbuf[noff], "GNU") == 0 &&
579 if (namesz == 7 && strcmp((char *)&nbuf[noff], "NetBSD") == 0) {
587 if (namesz == 8 && strcmp((char *)&nbuf[noff], "FreeBSD") == 0) {
595 if (namesz == 8 && strcmp((char *)&nbuf[noff], "OpenBSD") == 0 &&
604 if (namesz == 10 && strcmp((char *)&nbuf[noff], "DragonFly") == 0 &&
623 size_t noff, size_
507 do_bid_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
529 do_os_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
621 do_pax_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags) argument
659 do_core_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, int swap, uint32_t namesz, uint32_t descsz, size_t noff, size_t doff, int *flags, size_t size, int clazz) argument
991 size_t noff, doff; local
1177 off_t noff, coff, name_off; local
[all...]
/freebsd-11.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch1347 local($noff);
1348 $noff = $loffset[$[] - ($cnt - @loffset + 1) * $RecordSize;
1349 $noff = 0 if $noff < 0;
1351 return (@fpos[$[,$[+1], ($noff == $fpos[$[+2]) ? $loffset[$[] : $noff);
1369 local($noff,$key);
1372 $noff = $fpos[$[+2] - $RecordSize * ($cnt - @loffset + 1);
1373 $noff = 0 if $noff <
[all...]
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c1247 register int noff; local
1284 noff = samples;
1286 while ((noff - i) > samplereduce) {
1293 tmp = coffs[(noff + i)/2];
1296 L_SUB(&tmp, &coffs[noff-1]);
1297 if (L_ISNEG(&tmp)) noff--; else i++;
1301 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:");
1309 for (j = i; j < noff; j++)
1322 tmp = coffs[noff-1];
1339 noff
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dresres.c381 rc_uint_type noff; local
384 noff = res_to_bin ((windres_bfd *) NULL, off, res);
385 datasize = noff - off;
/freebsd-11.0-release/sys/kern/
H A Dvfs_vnops.c2163 off_t noff; local
2178 noff = *off;
2179 if (noff >= va.va_size) {
2184 for (bn = noff / bsize; noff < va.va_size; bn++, noff += bsize) {
2192 noff = bn * bsize;
2193 if (noff < *off)
2194 noff = *off;
2198 if (noff > v
[all...]
H A Dvfs_bio.c3291 vm_ooffset_t foff, noff, eoff; local
3306 noff = (foff + PAGE_SIZE) & ~(off_t)PAGE_MASK;
3307 eoff = noff;
3313 foff = noff;
/freebsd-11.0-release/sys/netinet6/
H A Dicmp6.c417 int code, sum, noff; local
585 noff = sizeof(struct ip6_hdr);
587 n->m_len = noff + sizeof(struct icmp6_hdr);
594 n->m_pkthdr.len = n0len + (noff - off);
600 noff = off;
607 icmp6_reflect(n, noff);
660 noff = sizeof(struct ip6_hdr);
714 noff = sizeof(struct ip6_hdr);
723 icmp6_reflect(n, noff);
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c879 int noff; member in struct:idr::idrent
5870 idr_register(struct idr *idr, struct isoent *isoent, int weight, int noff) argument
5878 idrent->noff = noff;
5900 if (wnp->noff + numsize != wnp_ext_off) {
5903 memmove(p + wnp->noff + numsize, p + wnp_ext_off,
5905 wnp->isoent->ext_off = wnp_ext_off = wnp->noff + numsize;
5918 p = (unsigned char *)n->isoent->identifier + n->noff;
6029 int ext_off, noff, weight; local
6170 noff
6252 int ext_off, noff, weight; local
[all...]
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c3527 int mlen, noff, len; local
3540 noff = 0;
3543 len = min(mlen - m->m_len, n->m_len - noff);
3547 bcopy(mtod(n, caddr_t)+noff, mtod(m, caddr_t)+m->m_len, len);
3549 noff += len;
3564 if (noff == n->m_len) {
3565 noff = 0;
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c251 uint64_t noff = (uint64_t)*off; /* new offset */ local
257 if (noff >= file_sz) {
266 error = dmu_offset_next(zp->z_zfsvfs->z_os, zp->z_id, hole, &noff);
278 if (noff > file_sz) {
280 noff = file_sz;
283 if (noff < *off)
285 *off = noff;
H A Dzvol.c3201 uint64_t noff; local
3205 noff = *off;
3206 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff);
3207 *off = noff;

Completed in 130 milliseconds