| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
| type-add-unnamed-struct.c | 15 const char **walk; local 45 for (walk = membs; *walk != NULL; walk++) 47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0) 49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset); 68 fprintf (stderr, "Cannot look up %s: %s\n", *walk, ctf_errmsg (ctf_errno (dyn)));
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/ |
| type-add-unnamed-struct.c | 15 const char **walk; local 45 for (walk = membs; *walk != NULL; walk++) 47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0) 49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset); 68 fprintf (stderr, "Cannot look up %s: %s\n", *walk, ctf_errmsg (ctf_errno (dyn)));
|
| /src/usr.sbin/sysinst/ |
| txtwalk.c | 36 * walk a text buffer, processing matched lines 60 * Walk the buffer, call match for each line. 63 walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese) function
|
| /src/external/bsd/mdocml/dist/ |
| soelim.c | 93 char *walk, *cp; local 106 walk = line + 3; 107 if (!isspace((unsigned char)*walk) && (flag & C_OPTION) == 0) { 112 while (isspace((unsigned char)*walk)) 113 walk++; 115 cp = walk; 122 if (*walk == '\0') { 126 if (soelim_file(soelim_fopen(walk), flag) == 1) {
|
| mandocd.c | 64 int *walk; local 109 walk = (int *)CMSG_DATA(cmsg); 111 fds[cnt] = *walk++;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| domwalk.cc | 51 [ Note this walker can also walk the post-dominator tree, which is 102 during the walk of the dominator tree. There are two callbacks 103 which walk statements, one before visiting the dominator children, 105 before and after each statement walk callback. In addition, the 120 a walk of the dominator tree. 269 /* Recursively walk the dominator tree. 273 dom_walker::walk (basic_block bb) function in class:dom_walker 308 the dominator children, but before we walk statements. */ 352 walked dominator children, but before we walk statements. */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| domwalk.cc | 51 [ Note this walker can also walk the post-dominator tree, which is 102 during the walk of the dominator tree. There are two callbacks 103 which walk statements, one before visiting the dominator children, 105 before and after each statement walk callback. In addition, the 120 a walk of the dominator tree. 268 /* Recursively walk the dominator tree. 272 dom_walker::walk (basic_block bb) function in class:dom_walker 306 the dominator children, but before we walk statements. */ 350 walked dominator children, but before we walk statements. */
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_iter.c | 204 uu_avl_walk_t *walk; local 207 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) { 213 while ((node = uu_avl_walk_next(walk)) != NULL) { 219 uu_avl_walk_end(walk);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| f-array-walker.h | 180 Fortran array. IMPL is used to specialise what happens as we walk over 182 methods than can be used to customise the array walk. */ 206 /* Walk the array. */ 208 walk () function in class:fortran_array_walker 240 /* For dimensions other than the inner most, walk each element and
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| f-array-walker.h | 180 Fortran array. IMPL is used to specialise what happens as we walk over 182 methods than can be used to customise the array walk. */ 206 /* Walk the array. */ 208 walk () function in class:fortran_array_walker 240 /* For dimensions other than the inner most, walk each element and
|
| /src/external/bsd/unbound/dist/testcode/ |
| unitneg.c | 247 rbnode_type* walk; local 257 walk = rbtree_first(&neg->tree); /* first highest parent, big count */ 258 z = (struct val_neg_zone*)walk; 263 walk = rbtree_first(&neg->tree); 264 z = (struct val_neg_zone*)walk; 265 while(i!=n+1 && walk && walk != RBTREE_NULL && !z->in_use) { 266 walk = rbtree_next(walk); 267 z = (struct val_neg_zone*)walk; [all...] |
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_iter.c | 381 uu_avl_walk_t *walk; local 483 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL) 486 while ((node = uu_avl_walk_next(walk)) != NULL) { 492 uu_avl_walk_end(walk);
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| oacc-init.c | 347 struct goacc_thread *walk; local 369 for (walk = goacc_threads; walk != NULL; walk = walk->next) 371 if (walk->target_tls) 372 base_dev->openacc.destroy_thread_data_func (walk->target_tls); 374 walk->target_tls = NULL; 378 if (walk->mapped_data) 385 if (walk->saved_bound_dev 458 struct goacc_thread *thr = data, *walk, *prev; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| oacc-init.c | 347 struct goacc_thread *walk; local 369 for (walk = goacc_threads; walk != NULL; walk = walk->next) 371 if (walk->target_tls) 372 base_dev->openacc.destroy_thread_data_func (walk->target_tls); 374 walk->target_tls = NULL; 378 if (walk->mapped_data) 385 if (walk->saved_bound_dev 458 struct goacc_thread *thr = data, *walk, *prev; local [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyCommon.h | 170 void walk(Visitor &V) { function in class:clang::threadSafety::CFGWalker
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-hash.c | 536 ctf_next_hkv_t *walk; local 549 walk = i->u.ctn_sorted_hkv; 555 walk->hkv_key = key; 556 walk->hkv_value = value; 557 walk++;
|
| ctf-serialize.c | 597 const char **walk; local 613 walk = sym_name_order; 623 *walk++ = (const char *) symname; 639 *walk++ = (const char *) symname; 645 *walk++ = (const char *) symname;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-hash.c | 536 ctf_next_hkv_t *walk; local 549 walk = i->u.ctn_sorted_hkv; 555 walk->hkv_key = key; 556 walk->hkv_value = value; 557 walk++;
|
| ctf-serialize.c | 591 const char **walk; local 607 walk = sym_name_order; 617 *walk++ = (const char *) symname; 633 *walk++ = (const char *) symname; 639 *walk++ = (const char *) symname;
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-hash.c | 511 ctf_next_hkv_t *walk; local 524 walk = i->u.ctn_sorted_hkv; 530 walk->hkv_key = key; 531 walk->hkv_value = value; 532 walk++;
|
| ctf-serialize.c | 591 const char **walk; local 607 walk = sym_name_order; 617 *walk++ = (const char *) symname; 633 *walk++ = (const char *) symname; 639 *walk++ = (const char *) symname;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-hash.c | 505 ctf_next_hkv_t *walk; local 518 walk = i->u.ctn_sorted_hkv; 524 walk->hkv_key = key; 525 walk->hkv_value = value; 526 walk++;
|
| ctf-serialize.c | 591 const char **walk; local 607 walk = sym_name_order; 617 *walk++ = (const char *) symname; 633 *walk++ = (const char *) symname; 639 *walk++ = (const char *) symname;
|
| /src/lib/libc/regex/ |
| engine.c | 58 #define walk swalk macro 69 #define walk lwalk macro 80 #define walk mwalk macro 116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast); 315 endp = walk(m, start, stop, gf, gl, true); 327 endp = walk(m, m->coldp, stop, gf, gl, false); 371 endp = walk(m, m->coldp, endp-1, gf, gl, false); 506 rest = walk(m, sp, stp, ss, es, false); 509 tail = walk(m, rest, stop, es, stopst, false); 519 if (walk(m, sp, rest, ssub, esub, false) != NULL) 878 walk(struct match *m, const char *start, const char *stop, sopno startst, function 1262 #undef walk macro [all...] |
| /src/external/bsd/nsd/dist/ |
| nsec3.c | 393 domain_type* walk; local 404 walk = zone->apex; 405 while(walk && domain_is_subdomain(walk, zone->apex)) { 406 if(walk->nsec3) { 407 if(nsec3_condition_hash(walk, zone)) { 408 walk->nsec3->nsec3_node.key = NULL; 409 walk->nsec3->nsec3_cover = NULL; 410 walk->nsec3->nsec3_wcard_child_cover = NULL; 411 walk->nsec3->nsec3_is_exact = 0 634 domain_type* walk; local 918 domain_type* walk; local [all...] |