Searched refs:ptr (Results 201 - 225 of 1642) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/expat/lib/
H A Dxmlrole.c103 const char *ptr,
130 const char *ptr,
151 ptr + 2 * MIN_BYTES_PER_CHAR(enc),
167 const char *ptr,
182 ptr + 2 * MIN_BYTES_PER_CHAR(enc),
198 const char *ptr,
219 const char *ptr,
237 const char *ptr,
251 if (XmlNameMatchesAscii(enc, ptr, end, KW_SYSTEM)) {
255 if (XmlNameMatchesAscii(enc, ptr, en
128 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
165 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
196 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
217 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
235 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
265 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
282 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
319 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
336 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
393 externalSubset0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
406 externalSubset1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
438 entity0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
458 entity1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
475 entity2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
503 entity3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
520 entity4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
537 entity5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
560 entity6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
578 entity7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
606 entity8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
623 entity9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
640 entity10(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
657 notation0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
674 notation1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
698 notation2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
715 notation3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
733 notation4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
754 attlist0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
772 attlist1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
793 attlist2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
834 attlist3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
853 attlist4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
873 attlist5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
890 attlist6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
907 attlist7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
928 attlist8(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
968 attlist9(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
985 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1003 element1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1033 element2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1073 element3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1098 element4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1116 element5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1137 element6(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1167 element7(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1217 condSect0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1241 condSect1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1259 condSect2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1278 declClose(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
1295 error(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) argument
[all...]
H A Dxmltok.c615 #define SET2(ptr, ch) \
616 (((ptr)[0] = ((ch) & 0xff)), ((ptr)[1] = ((ch) >> 8)))
617 #define GET_LO(ptr) ((unsigned char)(ptr)[0])
618 #define GET_HI(ptr) ((unsigned char)(ptr)[1])
627 #define SET2(ptr, ch) \
628 (((ptr)[0] = ((ch) >> 8)), ((ptr)[
941 initUpdatePosition(const ENCODING *enc, const char *ptr, const char *end, POSITION *pos) argument
948 toAscii(const ENCODING *enc, const char *ptr, const char *end) argument
976 parsePseudoAttribute(const ENCODING *enc, const char *ptr, const char *end, const char **namePtr, const char **nameEndPtr, const char **valPtr, const char **nextTokPtr) argument
1087 const char *ptr, variable
1497 initScan(const ENCODING * const *encodingTable, const INIT_ENCODING *enc, int state, const char *ptr, const char *end, const char **nextTokPtr) argument
[all...]
/freebsd-10.0-release/lib/libedit/
H A Dtokenizer.c191 const char *ptr; local
195 ptr = line->buffer;
196 for (ptr = line->buffer; ;ptr++) {
197 if (ptr >= line->lastchar)
198 ptr = "";
199 if (ptr == line->cursor) {
203 switch (*ptr) {
219 *tok->wptr++ = *ptr;
223 *tok->wptr++ = *ptr;
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dso/
H A Ddso_dl.c124 shl_t ptr = NULL; local
135 ptr = shl_load(filename, BIND_IMMEDIATE |
137 if(ptr == NULL)
144 if(!sk_push(dso->meth_data, (char *)ptr))
157 if(ptr != NULL)
158 shl_unload(ptr);
164 shl_t ptr; local
173 ptr = (shl_t)sk_pop(dso->meth_data);
174 if(ptr == NULL)
179 sk_push(dso->meth_data, (char *)ptr);
188 shl_t ptr; local
219 shl_t ptr; local
[all...]
H A Ddso_dlfcn.c167 void *ptr = NULL; local
182 ptr = dlopen(filename, flags);
183 if(ptr == NULL)
189 if(!sk_void_push(dso->meth_data, (char *)ptr))
201 if(ptr != NULL)
202 dlclose(ptr);
208 void *ptr; local
216 ptr = sk_void_pop(dso->meth_data);
217 if(ptr == NULL)
222 sk_void_push(dso->meth_data, ptr);
232 void *ptr, *sym; local
262 void *ptr; local
[all...]
/freebsd-10.0-release/contrib/diff/lib/
H A Dstrtoimax.c65 strtoimax (char const *ptr, char **endptr, int base) argument
73 return strtoll (ptr, endptr, base);
79 return strtol (ptr, endptr, base);
/freebsd-10.0-release/contrib/mdocml/
H A Dcompat_fgetln.c56 char *ptr; local
69 while ((ptr = strchr(&buf[*len], '\n')) == NULL) {
89 *len = (ptr - buf) + 1;
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_clrbot.c62 NCURSES_CH_T *ptr = &(line->text[startx]); local
67 while (ptr <= end)
68 *ptr++ = blank;
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_temp_serializer.h160 * Set the serialized representation of the pointer @a ptr inside the
167 const void * const * ptr);
190 * the pointer to resolve in @a ptr.
193 svn_temp_deserializer__resolve(void *buffer, void **ptr);
201 svn_temp_deserializer__ptr(const void *buffer, const void *const *ptr);
/freebsd-10.0-release/sys/netinet/
H A Dsctp_asconf.h62 sctp_asconf_iterator_ep(struct sctp_inpcb *inp, void *ptr,
67 void *ptr, uint32_t type);
68 extern void sctp_asconf_iterator_end(void *ptr, uint32_t val);
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dmem2.c77 void *ptr; local
93 ptr = (char *)mbuf + nxtfree;
96 return (ptr);
/freebsd-10.0-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c159 uint32_t *ptr; local
202 ptr = (uint32_t *) buf;
205 pkt = (struct fw_pkt *) ptr;
209 htonl(ptr[0]), htonl(ptr[1]),
210 htonl(ptr[2]), htonl(ptr[3]));
213 ciph = (struct ciphdr *)(ptr + 1); /* skip iso header */
221 ptr = (uint32_t *) (ciph + 1); /* skip cip header */
250 for (pld = (struct mpeg_pldt *)ptr;
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Dvar.c110 const char *ptr; /* current parser pos in input str */ member in struct:VarParser
402 const char *ptr; local
410 if ((ptr = Str_SYSVMatch(word, Buf_Data(pat->lhs), &len)) != NULL)
411 Str_SYSVSubst(buf, Buf_Data(pat->rhs), ptr, len);
1287 while (*vp->ptr != '\0') {
1288 if (*vp->ptr == delim) {
1291 } else if ((vp->ptr[0] == '\\') &&
1292 ((vp->ptr[1] == delim) ||
1293 (vp->ptr[1] == '\\') ||
1294 (vp->ptr[
1397 char *ptr; local
2544 char **ptr; local
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Datomic.c93 static inline Lock *lock_for_pointer(void *ptr) { argument
94 intptr_t hash = (intptr_t)ptr;
172 /// Atomic compare and exchange operation. If the value at *ptr is identical
173 /// to the value at *expected, then this copies value at *desired to *ptr. If
174 /// they are not, then this stores the current value from *ptr in *expected.
177 int __atomic_compare_exchange_c(int size, void *ptr, void *expected, argument
180 return __c11_atomic_compare_exchange_strong((_Atomic(type)*)ptr, (type*)expected,\
184 Lock *l = lock_for_pointer(ptr);
186 if (memcmp(ptr, expected, size) == 0) {
187 memcpy(ptr, desire
198 __atomic_exchange_c(int size, void *ptr, void *val, void *old, int model) argument
[all...]
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-heuristics.c53 __mf_heuristic_check (uintptr_t ptr, uintptr_t ptr_high) argument
79 ptr >= stack_top_guess &&
80 ptr_high >= ptr)
113 (entry[i].low <= ptr) &&
135 if ((uintptr_t) low <= ptr &&
171 if (ptr >= (uintptr_t) & ENTRY_POINT && ptr_high <= (uintptr_t) & _end)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil_impl.h63 #define UU_PTR_ENCODE(ptr) BSWAP_64((uintptr_t)(void *)(ptr))
65 #define UU_PTR_ENCODE(ptr) BSWAP_32((uintptr_t)(void *)(ptr))
68 #define UU_PTR_DECODE(ptr) ((void *)UU_PTR_ENCODE(ptr))
104 #define UU_LIST_PTR(ptr) ((uu_list_t *)UU_PTR_DECODE(ptr))
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dinit.c41 destroy_context(void *ptr) argument
43 krb5_context context = ptr;
/freebsd-10.0-release/lib/libgeom/
H A Dgeom_stats.c108 u_char *ptr; member in struct:snapshot
126 sp->ptr = malloc(pagesize * npages);
127 if (sp->ptr == NULL) {
131 memset(sp->ptr, 0, pagesize * npages); /* page in, cache */
133 memset(sp->ptr, 0, pagesize * npages); /* page in, cache */
134 memcpy(sp->ptr, statp, pagesize * npages);
147 free(sp->ptr);
177 (sp->ptr + sp->u * pagesize + sp->v * sizeof *gsp);
/freebsd-10.0-release/lib/libstand/
H A Dzalloc_protos.h33 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dsysdump.c59 getCHARS (unsigned char *ptr, int *idx, int size, int max) argument
71 b = ptr[oc++];
77 memcpy (r, ptr + oc, b);
84 dh (unsigned char *ptr, int size) argument
97 printf ("%02x ", ptr[i + j]);
104 int c = ptr[i + j];
116 fillup (unsigned char *ptr) argument
123 fread (ptr, 1, size, file);
127 sum += ptr[i];
133 dh (ptr, siz
139 getBARRAY(unsigned char *ptr, int *idx, int dsize ATTRIBUTE_UNUSED, int max ATTRIBUTE_UNUSED) argument
157 getINT(unsigned char *ptr, int *idx, int size, int max) argument
193 getBITS(unsigned char *ptr, int *idx, int size, int max) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dlists.c212 free_EXPR_LIST_node (rtx ptr) argument
214 XEXP (ptr, 1) = unused_expr_list;
215 unused_expr_list = ptr;
220 free_INSN_LIST_node (rtx ptr) argument
222 gcc_assert (GET_CODE (ptr) == INSN_LIST);
223 XEXP (ptr, 1) = unused_insn_list;
224 unused_insn_list = ptr;
229 free_DEPS_LIST_node (rtx ptr) argument
231 gcc_assert (GET_CODE (ptr) == DEPS_LIST);
232 XEXP (ptr,
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c246 void zcfree (voidpf opaque, voidpf ptr) argument
249 if (*(ush*)&ptr != 0) { /* object < 64K */
250 farfree(ptr);
255 if (ptr != table[n].new_ptr) continue;
264 ptr = opaque; /* just to make some compilers happy */
265 Assert(0, "zcfree: ptr not found");
287 void zcfree (voidpf opaque, voidpf ptr) argument
290 _hfree(ptr);
303 extern void free OF((voidpf ptr));
316 void zcfree (opaque, ptr)
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dstore_emem.c41 unsigned char *ptr; member in struct:emem_storage
48 if((size_t)(s->base + s->len - s->ptr) < size)
49 size = s->base + s->len - s->ptr;
50 memmove(data, s->ptr, size);
59 if(size > (size_t)(s->base + s->size - s->ptr)){
62 off = s->ptr - s->base;
71 s->ptr = (unsigned char*)base + off;
73 memmove(s->ptr, data, size);
88 s->ptr = s->base + offset;
93 sp->seek(sp,s->ptr
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h77 * @param ptr C style memory pointer
80 static inline uint64_t cvmx_ptr_to_phys(void *ptr) argument
83 cvmx_warn_if(ptr==NULL, "cvmx_ptr_to_phys() passed a NULL pointer\n");
86 uint64_t uboot_tlb_ptr_to_phys(void *ptr);
88 if (((uint32_t)ptr) < 0x80000000)
91 return(CAST64(ptr) & 0x7FFFFFFF);
93 else if (((uint32_t)ptr) < 0xC0000000)
99 return(CAST64(ptr) & 0x1FFFFFFF);
102 return(uboot_tlb_ptr_to_phys(ptr)); /* Should not get get here in !TLB case */
113 if ((CAST64(ptr) >> 6
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c310 u_char *ptr; local
320 ptr = rpkt;
321 *ptr++ = (NTPC_VERSION << 3) | NTPC_MODE;
322 *ptr++ = op;
326 *ptr++ = seqno >> 8;
327 *ptr++ = seqno;
330 ptr += 2;
332 *ptr++ = associd >> 8;
333 *ptr++ = associd;
336 ptr
378 u_char *ptr, *nptr; local
570 u_char *ptr = *data; local
769 u_char *ptr; local
923 u_char *data, *pdata, *ptr; local
[all...]

Completed in 370 milliseconds

1234567891011>>