Searched refs:offs (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10.1/postfix-255/postfix/src/global/
H A Drecipient_list.h36 #define RECIPIENT_ASSIGN(rcpt, offs, orcpt, notify, orig, addr) do { \
37 (rcpt)->offset = (offs); \
/macosx-10.10.1/misc_cmds-33/calendar/
H A Dday.c461 int offs; local
464 offs = strlen(s);
470 /* fprintf(stderr, "x: %s %s %d\n", s, s + offs - 2, offs); */
471 switch(*(s + offs - 2)) {
473 return(-(atoi(s + offs - 1)));
475 return(atoi(s + offs - 1));
484 if (offs > 4 && !strcasecmp(s + offs - 4, "last"))
486 else if (offs >
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_proxy_html.c210 size_t len, offs; local
223 offs = 0;
224 while (!ap_regexec(m->from.r, ctx->buf+offs, nmatch, pmatch, 0)) {
227 subs = ap_pregsub(ctx->f->r->pool, m->to, ctx->buf+offs,
231 offs += match;
234 ctx->buf + offs, s_from);
240 memmove(ctx->buf+offs+s_to, ctx->buf+offs+s_from,
241 len + 1 - s_from - offs);
242 memcpy(ctx->buf+offs, sub
349 size_t offs, len; local
648 size_t offs = 0; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dpci.py42 def MakeMemMappedPciCfgAddr(bus, dev, func, offs):
46 bus, dev, func, offs: int - bus, device, function, and offset that specifies
51 return GetMemMappedPciCfgAddrBase() | (bus << 20) | (dev << 15) | (func << 12) | offs
53 def DoPciCfgRead(bits, bus, dev, func, offs):
57 bus, dev, func, offs: int - PCI config bus, device, function and offset
61 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs)
64 def DoPciCfgWrite(bits, bus, dev, func, offs, val):
68 bus, dev, func, offs: int - PCI config bus, device, function and offset
72 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs)
173 offs
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dregex.c116 zlong offs; local
126 offs = 0;
129 offs++;
132 setiparam("MBEGIN", offs + !isset(KSHARRAYS));
137 offs++;
140 setiparam("MEND", offs + !isset(KSHARRAYS) - 1);
152 offs = 0;
156 offs++;
159 convbase(buf, offs + !isset(KSHARRAYS), 10);
163 offs
[all...]
H A Dpcre.c192 zlong offs = 0; local
197 offs++;
200 setiparam("MBEGIN", offs + !isset(KSHARRAYS));
203 offs++;
206 setiparam("MEND", offs + !isset(KSHARRAYS) - 1);
220 offs = 0;
224 offs++;
227 convbase(buf, offs + !isset(KSHARRAYS), 10);
231 offs++;
234 convbase(buf, offs
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpcidump.c285 uint32_t offs; local
287 offs = strtoul(argv[4], NULL, 0);
289 configWrite32(connect, segment, bus, device, fn, offs, data);
290 printf("wrote 0x%08x to [%d, %d, %d]:0x%X\n", data, bus, device, fn, offs);
294 uint32_t offs; local
296 offs = strtoul(argv[4], NULL, 0);
297 data = configRead32(connect, segment, bus, device, fn, offs);
298 printf("read 0x%08x from [%d, %d, %d]:0x%X\n", data, bus, device, fn, offs);
303 uint64_t offs; local
305 offs
312 uint64_t offs; local
[all...]
/macosx-10.10.1/ntp-92/scripts/
H A Dsummary.in99 my ($freq, $offs);
114 ($offs, $freq) = ($Fld[2], $Fld[3]);
115 $loop_tmax = max($loop_tmax, $offs);
116 $loop_tmin = min($loop_tmin, $offs);
119 $loop_time += $offs;
120 $loop_time_rms += $offs * $offs;
176 my ($dist, $offs);
188 $offs = $Fld[4];
189 if ($offs >
[all...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_line2.c62 Dwarf_Off ** offs,
104 *offs = loffsets;
59 _dwarf_line_address_offsets(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Addr ** addrs, Dwarf_Off ** offs, Dwarf_Unsigned * returncount, Dwarf_Error * err) argument
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl286 set offs [expr {($ssize+sin($ri*$d2r))/$sfact}]
287 $win.c create line $offs 0 $offs $hgt -fill $dfg
291 set offs [expr {($ssize+sin($ri*$d2r))/$sfact}]
292 $win.c create line $offs 0 $offs $hgt -fill $dfg
300 set offs [expr {($ssize+sin($ri*$d2r))/$sfact}]
301 $win.c create line 0 $offs $hgt $offs -fill $dfg
305 set offs [exp
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddosfns.c105 int offs, len; variable
110 offs = (unsigned long) XINT (address);
113 if (len < 1 || len > 2048 || offs < 0 || offs > 0xfffff - len)
116 dosmemget (offs, len, buf);
130 int offs, len; variable
135 offs = (unsigned long) XINT (address);
138 if (len < 1 || len > 2048 || offs < 0 || offs > 0xfffff - len)
148 dosmemput (buf, len, offs);
[all...]
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinftrees.c86 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
168 offs[1] = 0;
170 offs[len + 1] = offs[len] + count[len];
174 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.10.1/zlib-55/zlib/contrib/blast/
H A Dblast.c190 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local
222 offs[1] = 0;
224 offs[len + 1] = offs[len] + h->count[len];
232 h->symbol[offs[length[symbol]]++] = symbol;
/macosx-10.10.1/zlib-55/zlib/contrib/infback9/
H A Dinftree9.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
135 offs[1] = 0;
137 offs[len + 1] = offs[len] + count[len];
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.10.1/zlib-55/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_ipsec.c940 utun_pkt_is_ipsec_keepalive (struct utun_pcb *pcb, mbuf_t *pkt, u_int16_t nxt, u_int32_t flags, size_t offs) argument
957 printf("%s - invalid hdr len, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_pkthdr.len, offs);
961 if ((size_t)(*pkt)->m_pkthdr.len <= offs) {
962 printf("%s - invalid offset, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_pkthdr.len, offs);
967 printf("%s - invalid len, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_len, offs);
971 // pullup offs + 1 bytes
972 if ((size_t)(*pkt)->m_len < (offs
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dreadline.c556 _history_expand_command(const char *command, size_t offs, size_t cmdlen, argument
572 if (strchr(":^*$", command[offs + 1])) {
582 idx = (command[offs + 1] == ':')? 1:0;
585 if (command[offs + 1] == '#') {
587 if ((aptr = malloc(offs + 1)) == NULL)
589 (void)strncpy(aptr, command, offs);
590 aptr[offs] = '\0';
595 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
596 ptr = get_history_event(command + offs,
[all...]
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_time.h136 * @param offs the number of seconds offset to apply
140 apr_int32_t offs);
/macosx-10.10.1/apr-32/apr/apr/time/win32/
H A Dtime.c119 apr_int32_t offs)
123 AprTimeToFileTime(&ft, input + (offs * APR_USEC_PER_SEC));
126 * generally UTC, so we will simply note the offs used.
130 result->tm_gmtoff = offs;
/macosx-10.10.1/zlib-55/zlib/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
332 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local
351 offs[1] = 0;
353 offs[len + 1] = offs[len] + h->count[len];
361 h->symbol[offs[length[symbol]]++] = symbol;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c631 _history_expand_command(const char *command, size_t offs, size_t cmdlen, argument
647 if (strchr(":^*$", command[offs + 1])) {
657 idx = (command[offs + 1] == ':')? 1:0;
660 if (command[offs + 1] == '#') {
662 if ((aptr = malloc(offs + 1)) == NULL)
664 (void)strncpy(aptr, command, offs);
665 aptr[offs] = '\0';
670 qchar = (offs > 0 && command[offs - 1] == '"')? '"':0;
671 ptr = get_history_event(command + offs,
[all...]
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dinit.c622 size_t offs; local
624 offs = _dispatch_object_debug2(dou, buf, sizeof(buf));
625 dispatch_assert(offs + 2 < sizeof(buf));
626 buf[offs++] = ':';
627 buf[offs++] = ' ';
628 buf[offs] = '\0';
630 offs = strlcpy(buf, "NULL: ", sizeof(buf));
632 r = vsnprintf(buf + offs, sizeof(buf) - offs, msg, ap);
634 size_t len = offs
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dcrx-dis.c31 /* Extract 'n_bits' from 'a' starting from offset 'offs'. */
32 #define EXTRACT(a, offs, n_bits) \
33 (n_bits == 32 ? (((a) >> (offs)) & 0xffffffffL) \
34 : (((a) >> (offs)) & ((1 << (n_bits)) -1)))
36 /* Set Bit Mask - a mask to set all bits starting from offset 'offs'. */
37 #define SBM(offs) ((((1 << (32 - offs)) -1) << (offs)))

Completed in 547 milliseconds

123