| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| regex.c | 4342 int this_element; 4344 for (this_element = compile_stack.avail - 1; 4345 this_element >= 0; 4346 this_element--) 4347 if (compile_stack.stack[this_element].regnum == regnum) 4329 int this_element; local
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| regex.c | 4348 int this_element; 4350 for (this_element = compile_stack.avail - 1; 4351 this_element >= 0; 4352 this_element--) 4353 if (compile_stack.stack[this_element].regnum == regnum) 4335 int this_element; local
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| regex.c | 4348 int this_element; 4350 for (this_element = compile_stack.avail - 1; 4351 this_element >= 0; 4352 this_element--) 4353 if (compile_stack.stack[this_element].regnum == regnum) 4335 int this_element; local
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| regex.c | 4348 int this_element; 4350 for (this_element = compile_stack.avail - 1; 4351 this_element >= 0; 4352 this_element--) 4353 if (compile_stack.stack[this_element].regnum == regnum) 4335 int this_element; local
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| regex.c | 4348 int this_element; 4350 for (this_element = compile_stack.avail - 1; 4351 this_element >= 0; 4352 this_element--) 4353 if (compile_stack.stack[this_element].regnum == regnum) 4335 int this_element; local
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| regex.c | 4348 int this_element; 4350 for (this_element = compile_stack.avail - 1; 4351 this_element >= 0; 4352 this_element--) 4353 if (compile_stack.stack[this_element].regnum == regnum) 4335 int this_element; local
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| regex.c | 4348 int this_element; 4350 for (this_element = compile_stack.avail - 1; 4351 this_element >= 0; 4352 this_element--) 4353 if (compile_stack.stack[this_element].regnum == regnum) 4335 int this_element; local
|
| /src/external/gpl2/diffutils/dist/lib/ |
| regex.c | 4432 int this_element; 4434 for (this_element = compile_stack.avail - 1; 4435 this_element >= 0; 4436 this_element--) 4437 if (compile_stack.stack[this_element].regnum == regnum) 4419 int this_element; local
|
| /src/external/gpl2/grep/dist/lib/ |
| regex.c | 4352 int this_element; 4354 for (this_element = compile_stack.avail - 1; 4355 this_element >= 0; 4356 this_element--) 4357 if (compile_stack.stack[this_element].regnum == regnum) 4337 int this_element; local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| objcopy.c | 3641 bfd *this_element; 3684 this_element = bfd_openr_next_archived_file (ibfd, NULL); 3693 while (ok && this_element != NULL) 3702 element_name = bfd_get_filename (this_element); 3730 bfd_close (this_element); 3746 stat_status = bfd_stat_arch_elt (this_element, &buf); 3758 this_element->plugin_format = bfd_plugin_no; 3759 ok_object = bfd_check_format (this_element, bfd_object); 3766 output_element = bfd_openw (output_name, bfd_get_target (this_element)); 3771 bfd_close (this_element); 3639 bfd *this_element; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objcopy.c | 3636 bfd *this_element; 3679 this_element = bfd_openr_next_archived_file (ibfd, NULL); 3688 while (ok && this_element != NULL) 3697 element_name = bfd_get_filename (this_element); 3725 bfd_close (this_element); 3741 stat_status = bfd_stat_arch_elt (this_element, &buf); 3755 ok_object = bfd_check_format_lto (this_element, bfd_object, 3758 ok_object = bfd_check_format (this_element, bfd_object); 3766 output_element = bfd_openw (output_name, bfd_get_target (this_element)); 3771 bfd_close (this_element); 3634 bfd *this_element; local [all...] |