Searched refs:off (Results 1 - 25 of 1188) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/libelf/
H A Drand.c37 elf_rand(Elf * elf, size_t off) argument
47 if ((off == 0) || (elf->ed_fsz < off)) {
52 elf->ed_nextoff = off;
54 return (off);
H A Drawput.c47 _elf_read(int fd, off_t off, size_t fsz) argument
59 if (lseek(fd, off, 0) != off) {
H A Dstrptr.c38 elf_strptr(Elf * elf, size_t ndx, size_t off) argument
48 extern const char *elf_macho_str_off(size_t off);
51 return (char *)elf_macho_str_off(off);
93 if ((off >= d->d_off) &&
94 (off < d->d_off + d->d_size)) {
95 rc = (char *)d->d_buf + off - d->d_off;
106 if (off < j)
108 off -= j;
111 if (off < d->d_size) {
112 rc = (char *)d->d_buf + off;
[all...]
H A Dinput.c84 #define PGNUM(off) ((off % REGSZ) / _elf_pagesize)
85 #define REGNUM(off) (off / REGSZ)
96 off_t off; local
131 off = base - base % _elf_pagesize;
154 iop = (Elf_Void *)(elf->ed_image + off);
158 if (elf->ed_imagesz - off < sz)
159 sz = elf->ed_imagesz - off;
160 if ((lseek(elf->ed_fd, off,
209 register off_t off = lseek(fd, (off_t)0, SEEK_END); local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dfseek.c31 fseek(Sfio_t* f, long off, int op) argument
33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op))
35 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
41 fseek64(Sfio_t* f, int64_t off, int op) argument
43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op))
45 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
H A Dfseeko.c31 fseeko(Sfio_t* f, off_t off, int op) argument
33 STDIO_INT(f, "fseeko", int, (Sfio_t*, off_t, int), (f, off, op))
35 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
41 fseeko64(Sfio_t* f, int64_t off, int op) argument
43 STDIO_INT(f, "fseeko64", int, (Sfio_t*, int64_t, int), (f, off, op))
45 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DFastInputStream.java29 protected int off; field in class:FastInputStream
56 off = offset;
64 return len - off;
74 mark = off;
79 off = mark;
85 if (myCount + off > len) {
86 myCount = len - off;
116 off += count;
126 return (off < len) ? (buf[off
[all...]
H A DPackedInteger.java54 * @param off the offset in the buffer at which to start reading.
58 public static int readInt(byte[] buf, int off) { argument
63 int b1 = buf[off++];
74 int value = buf[off++] & 0xFF;
76 value |= (buf[off++] & 0xFF) << 8;
78 value |= (buf[off++] & 0xFF) << 16;
80 value |= (buf[off++] & 0xFF) << 24;
93 * @param off the offset in the buffer at which to start reading.
97 public static long readLong(byte[] buf, int off) { argument
102 int b1 = buf[off
152 getReadIntLength(byte[] buf, int off) argument
177 getReadLongLength(byte[] buf, int off) argument
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/Sample/Embedded/
H A Dracoon.conf22 randomize off; # enable randomize length.
23 strict_check off; # enable strict check.
24 exclusive_tail off; # extract last one octet.
/macosx-10.9.5/ruby-104/ruby/ext/ripper/tools/
H A Dgenerate-param-macros.rb0 off = true
5 off = false
9 next if off
/macosx-10.9.5/dtrace-118.1/test/tst/common/sched/
H A Dtst.oncpu.d38 sched:::off-cpu
41 self->off++;
44 sched:::off-cpu
45 /self->on > 50 && self->off > 50/
/macosx-10.9.5/ruby-104/ruby/win32/
H A Drmall.bat1 @echo off
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dtc.c19 RDE_STACK off; /* Offsets of characters in 'string' */ member in struct:RDE_TC_
36 tc->off = rde_stack_new (NULL);
44 rde_stack_del (tc->off);
53 return rde_stack_size (tc->off);
61 rde_stack_trim (tc->off, 0);
68 long int off = tc->num;
91 ASSERT_BOUNDS(off,tc->max);
92 ASSERT_BOUNDS(off+len-1,tc->max);
93 ASSERT_BOUNDS(off+len-1,tc->num);
94 memcpy (tc->str + off, strin
67 long int off = tc->num; local
117 long int oc, off, top, end; local
143 long int oc, off, top, end; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestrmm.c40 apr_rmm_off_t *off, off2; local
63 off = apr_palloc(pool, FRAG_COUNT * sizeof(apr_rmm_off_t));
65 off[i] = apr_rmm_malloc(rmm, fragsize);
74 char *c = apr_rmm_addr_get(rmm, off[i]);
77 ABTS_TRUE(tc, !!off[i]);
84 char **c = apr_rmm_addr_get(rmm, off[i]);
93 char **c = apr_rmm_addr_get(rmm, off[i]);
102 rv = apr_rmm_free(rmm, off[i]);
107 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE);
111 char **c = apr_rmm_addr_get(rmm, off[
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestrmm.c40 apr_rmm_off_t *off, off2; local
63 off = apr_palloc(pool, FRAG_COUNT * sizeof(apr_rmm_off_t));
65 off[i] = apr_rmm_malloc(rmm, fragsize);
74 char *c = apr_rmm_addr_get(rmm, off[i]);
77 ABTS_TRUE(tc, !!off[i]);
84 char **c = apr_rmm_addr_get(rmm, off[i]);
93 char **c = apr_rmm_addr_get(rmm, off[i]);
102 rv = apr_rmm_free(rmm, off[i]);
107 off[0] = apr_rmm_calloc(rmm, SHARED_SIZE);
111 char **c = apr_rmm_addr_get(rmm, off[
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h51 void setVarArgsFrameIndex(int off) { VarArgsFrameIndex = off; } argument
57 void setLRSpillSlot(int off) { LRSpillSlot = off; } argument
60 void setFPSpillSlot(int off) { FPSpillSlot = off; } argument
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.noah/
H A Dmeta.bash11 # Usage: meta [on|off]
17 # An argument of "off" causes bash to disregard the 8th bit, which is
26 bind 'set convert-meta off' ;;
27 off) bind 'set input-meta Off'
28 bind 'set output-meta off'
30 *) echo "Usage: meta [on|off]" 1>&2 ; return 1 ;;
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/win/
H A Dinstall.bat1 @echo off
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/win/
H A Dinstall.bat1 @echo off
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfs3d.c48 static char off[] = FS3D_off; local
69 else if (!strncmp(v, off, sizeof(off) - 1) && v[sizeof(off)] == '=')
70 cur = FS3D_LIMIT((int)strtol(v + sizeof(off) + 1, NiL, 0));
78 v = off;
84 sfsprintf(val, sizeof(val), "%s=%d", off, FS3D_arg(op));
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Ddest6.c61 int off = *offp, dstoptlen, optlen; local
67 IP6_EXTHDR_CHECK(m, off, sizeof(*dstopts), return IPPROTO_DONE);
68 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
70 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
77 IP6_EXTHDR_CHECK(m, off, dstoptlen, return IPPROTO_DONE);
78 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
80 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
84 off += dstoptlen;
114 *offp = off;
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Time/
H A DZone.pm66 # does recognize the most common: [:]STDoff[DST[off][,rule]]
120 my $off;
122 $off = $l[0] - $g[0]
131 $off += 86400;
133 $off -= 86400;
138 $off += 86400;
140 $off -= 86400;
143 return $off;
268 my ($off, $dst) = @_;
270 $off
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcspattachment.h42 # pragma export off
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/sdbm/
H A Dsdbm_pair.c68 register int off; local
72 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
73 avail = off - (n + 1) * sizeof(short);
88 register int off; local
91 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
95 off -= key.dsize;
96 (void) memcpy(pag + off, key.dptr, key.dsize);
97 ino[n + 1] = off;
101 off -= val.dsize;
102 (void) memcpy(pag + off, va
146 register int off; local
241 register int off = PBLKSIZ; local
263 register int off = PBLKSIZ; local
302 register int off; local
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/sdbm/
H A Dsdbm_pair.c68 register int off; local
72 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
73 avail = off - (n + 1) * sizeof(short);
88 register int off; local
91 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
95 off -= key.dsize;
96 (void) memcpy(pag + off, key.dptr, key.dsize);
97 ino[n + 1] = off;
101 off -= val.dsize;
102 (void) memcpy(pag + off, va
146 register int off; local
241 register int off = PBLKSIZ; local
263 register int off = PBLKSIZ; local
302 register int off; local
[all...]

Completed in 188 milliseconds

1234567891011>>