Searched refs:oc (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c4222 pcre_uint32 oc, od; local
4227 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0)
4232 PRIV(ucd_caseless_sets) + rc, oc);
4236 else if (oc >= start && od <= end) continue;
4238 /* Extend the original range if there is overlap, noting that if oc < c, we
4242 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */
4243 else if (od > end && oc <= end + 1)
4248 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
6624 open_capitem *oc; local
7338 open_capitem *oc; local
7415 open_capitem *oc; local
8012 open_capitem *oc; local
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c468 struct octopus_binding *oc = get_octopus_binding(); local
474 oc->rpc_tx_vtbl.set(oc, query, SET_SEQUENTIAL, NOP_TRIGGER, true, reply.record,
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c5280 size_t oc = chunksize(oldp) - overhead_for(oldp); local
5281 memcpy(mem, oldmem, (oc < bytes)? oc : bytes);
5830 size_t oc = chunksize(oldp) - overhead_for(oldp); local
5831 memcpy(mem, oldmem, (oc < bytes)? oc : bytes);

Completed in 70 milliseconds