Searched refs:ptr (Results 176 - 200 of 315) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_printint.c118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) argument
120 pcre_uint32 c = *ptr;
153 if ((ptr[i] & 0xc0) != 0x80)
162 c |= (ptr[i] & 0x3f) << s;
183 if ((ptr[1] & 0xfc00) != 0xdc00)
189 c = (((c & 0x3ff) << 10) | (ptr[1] & 0x3ff)) + 0x10000;
222 print_puchar(FILE *f, PCRE_PUCHAR ptr) argument
224 while (*ptr != '\0')
226 register pcre_uint32 c = *ptr++;
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetnetgrent.c129 struct linelist *l_next; /* Chain ptr. */
136 struct netgrp *ng_next; /* Chain ptr */
458 const char *ptr = list; local
463 while (isspace((unsigned char)*ptr))
464 ptr++;
466 while (ptr < list + len) {
467 cptr = ptr;
468 while(*ptr != ',' && *ptr != '\0' && !isspace((unsigned char)*ptr))
[all...]
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dprintfcommon.h87 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale) argument
90 iop->iov[iop->uio.uio_iovcnt].iov_base = (char *)ptr;
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dutils.c80 char *ptr; member in struct:buffer_info
335 bufinfo.ptr = buf;
340 buf = bufinfo.ptr;
417 n = ppp_vslprintf(bi->ptr, bi->len, fmt, pvar);
420 bi->ptr += n;
744 char *ptr = buf;
747 nb = read(fd, ptr, count - done);
756 ptr += nb;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dx_algor.c127 *ppval = algor->parameter->value.ptr;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_win32.c243 HINSTANCE *ptr; local
256 ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
257 if(ptr == NULL)
262 sym = GetProcAddress(*ptr, symname);
274 HINSTANCE *ptr; local
287 ptr = sk_void_value(dso->meth_data, sk_void_num(dso->meth_data) - 1);
288 if(ptr == NULL)
293 sym = GetProcAddress(*ptr, symname);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dossl_typ.h189 typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
191 typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
H A Dcryptlib.c431 void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr) argument
438 id->ptr = ptr;
439 if (sizeof(id->val) >= sizeof(id->ptr))
441 /* 'ptr' can be embedded in 'val' without loss of uniqueness */
442 id->val = (unsigned long)id->ptr;
445 /* hash ptr ==> val. Each byte of 'val' gets the mod-256 total of a
446 * linear function over the bytes in 'ptr', the co-efficients of which
457 const unsigned char *src = (void *)&id->ptr;
458 unsigned char snum = sizeof(id->ptr);
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dossl_typ.h189 typedef int CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
191 typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/
H A Dspkigen.c99 if (pkey->pkey.ptr != NULL)
106 pkey->pkey.ptr=key;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/tunala/
H A Dtunala.h116 unsigned int buffer_adddata(buffer_t *buf, const unsigned char *ptr,
120 * "ptr" is NULL, this just removes data off the front of the buffer. Return
123 unsigned int buffer_takedata(buffer_t *buf, unsigned char *ptr,
/barrelfish-2018-10-04/lib/usb/class/
H A Dusb_hid.c162 const uint8_t *ptr; local
165 ptr = s->p;
168 if (ptr == s->end)
172 retval = *ptr;
175 if ((s->end - ptr) < wSize)
176 ptr = s->end;
178 ptr += wSize;
181 s->p = ptr;
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dutils.c80 char *ptr; member in struct:buffer_info
335 bufinfo.ptr = buf;
340 buf = bufinfo.ptr;
417 n = ppp_vslprintf(bi->ptr, bi->len, fmt, pvar);
420 bi->ptr += n;
744 char *ptr = buf;
747 nb = read(fd, ptr, count - done);
756 ptr += nb;
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dauth_time.c151 char *ptr[2]; local
163 ptr[0] = (char *)&sin->sin_addr.s_addr;
164 ptr[1] = NULL;
165 dummy.h_addr_list = ptr;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A De_des3.c74 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
282 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) argument
285 DES_cblock *deskey = ptr;
290 if (RAND_bytes(ptr, c->key_len) <= 0)
H A Dp_sign.c135 pkey->pkey.ptr));
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmegaraid.c155 lpaddr_t v2p(void *ptr, size_t len) argument
172 /* ptr, ptr + q->len, */
175 if(base + i->offset <= (genvaddr_t)ptr &&
176 ((genvaddr_t)ptr) + len < base + i->offset + i->size) {
179 /* buf->pa = id.base + ((genvaddr_t)ptr - base - i->offset); */
180 paddr = i->pa + ((genvaddr_t)ptr - base - i->offset);
193 /* ptr, ptr + len, */
196 if(pmap->va <= (genvaddr_t)ptr
[all...]
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dhttpd_opts.h254 #define HTTP_IS_TAG_VOLATILE(ptr) TCP_WRITE_FLAG_COPY
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dnetbuf.h61 struct pbuf *p, *ptr; member in struct:netbuf
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_io.c818 Return_Unify_String(val, tag, v.ptr);
961 else if (IsStructure(tmode) && vmode.ptr->val.did == d_.string) /* obsolete */
963 if (!IsRef(vmode.ptr[1].tag) && IsInteger(vmode.ptr[1].tag))
964 size = vmode.ptr[1].val.nint;
998 if (vfile.ptr->val.did == d_.string)
1005 init_string = vfile.ptr + 1;
1009 else if (vfile.ptr->val.did == d_queue1)
1012 init_string = vfile.ptr + 1;
1016 else if (vfile.ptr
[all...]
H A Dbip_shelf.c195 pglobal = vinit.ptr;
337 if (IsStructure(pw.tag) && pw.val.ptr->val.did == pheap[0].val.did)
343 pword *parg = &pw.val.ptr[i];
377 result.val.ptr = TG;
402 get_heapterm(&pheap[i], &result->val.ptr[i]);
H A Dproperty.c204 pm = (module_item *) (get_property(module, MODULE_PROP))->val.ptr;
344 pm = (module_item *) (get_property(module, MODULE_PROP))->val.ptr;
505 hg_free((generic_ptr)prop_value->val.ptr);
578 macro_desc *md = (macro_desc *) p->property_value.val.ptr;
586 module_item *m = (module_item *) p->property_value.val.ptr;
H A Dbip_module.c193 pword *ptr = Gbl_Tg; local
202 || vb.ptr->val.did != d_.quotient))
221 ptr[0].tag.kernel = TDICT;
222 ptr[0].val.did = d_.quotient;
223 ptr[1].tag.kernel = TDICT;
224 ptr[1].val.did = add_dict(pdid, 0);
225 ptr[2].tag.kernel = TINT;
226 ptr[2].val.nint = arity;
229 Request_Unify_Structure(vb, tb, ptr);
270 prop->val.ptr
[all...]
H A Demu_util.c179 GLOBVAR[i+1].val.ptr = p + i;
312 int diff = (int)(ExternalClass(v1.ptr) - ExternalClass(v2.ptr));
314 diff = (int)(ExternalData(v1.ptr) - ExternalData(v2.ptr));
335 return v1.ptr - v2.ptr;
/barrelfish-2018-10-04/lib/libc/stdtime/
H A Dstrptime.c90 const char *ptr; local
104 ptr = fmt;
105 while (*ptr != 0) {
106 c = *ptr++;
121 c = *ptr++;

Completed in 231 milliseconds

1234567891011>>