| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| cache.c | 264 Entry **entryp, *prev = NULL; local 268 for ( entryp = &pmp->mp_children; *entryp != NULL; ) { 269 monitor_entry_t *next = (monitor_entry_t *)(*entryp)->e_private; 271 monitor_cache_lock( *entryp ); 276 *entryp = next->mp_next; 277 entryp = NULL; 284 prev = *entryp; 285 entryp = &next->mp_next; 291 if ( entryp != NULL ) [all...] |
| /src/external/bsd/tmux/dist/ |
| cmd-list-keys.c | 353 const struct cmd_entry **entryp; local 370 for (entryp = cmd_table; *entryp != NULL; entryp++) 371 cmd_list_single_command(*entryp, ft, template, item);
|
| /src/external/bsd/top/dist/ |
| color.c | 187 color_entry *entryp; local 215 entryp = entries; 219 while (entryp != NULL) 221 if (strcmp(entryp->tag, tag) == 0) 223 entryp->tagnext = tp; 224 tp = entryp; 226 entryp = entryp->next;
|
| /src/sys/arch/arm/samsung/ |
| exynos_combiner.c | 246 struct exynos_combiner_irq_entry *entryp; local 276 entryp = exynos_combiner_new_irq(groupp, intr, mpsafe, func, arg); 282 return entryp;
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| fs.cpp | 429 path entryp = p / dep->d_name; local 430 insert(value_type(dep->d_name, file_info(entryp)));
|
| /src/external/bsd/atf/dist/tools/ |
| fs.cpp | 559 path entryp = p / dep->d_name; local 560 insert(value_type(dep->d_name, file_info(entryp)));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 1849 struct opcode_entry **entryp = &(*hash_slot)->entry.next; local 1851 while (*entryp != NULL) 1852 entryp = &(*entryp)->next; 1854 *entryp = entry;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 1829 struct opcode_entry **entryp = &(*hash_slot)->entry.next; local 1831 while (*entryp != NULL) 1832 entryp = &(*entryp)->next; 1834 *entryp = entry;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-gen.c | 1785 struct opcode_entry **entryp = &(*hash_slot)->entry.next; local 1787 while (*entryp != NULL) 1788 entryp = &(*entryp)->next; 1790 *entryp = entry;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-gen.c | 1815 struct opcode_entry **entryp = &(*hash_slot)->entry.next; local 1817 while (*entryp != NULL) 1818 entryp = &(*entryp)->next; 1820 *entryp = entry;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| ldif.c | 632 * Read the entry at path, or if entryp==NULL just see if it exists. 642 Entry **entryp, 656 rc = ldif_read_file( path, entryp ? &entry_as_string : NULL ); 660 if ( entryp == NULL ) 662 *entryp = entry = str2entry( entry_as_string ); 683 *text = entryp 693 * Read the operation's entry, or if entryp==NULL just see if it exists. 700 Entry **entryp, 714 rc = ldif_read_entry( op, path.bv_val, &pdn, &pndn, entryp, text ); 1258 Entry *entry = NULL, **entryp; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-gimplify.cc | 3906 source_location_table_entry *entryp 3909 if (entryp->var) 3910 var = entryp->var; 3967 *entryp = entry; 3968 entryp->var = var; 3905 source_location_table_entry *entryp local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.cc | 2382 omp_declare_variant_base_entry *entryp local 2389 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2413 return entryp->base->decl; 2417 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2421 vec_safe_iterate (entryp->variants, j, &varentry2); ++j) 2440 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2758 omp_declare_variant_base_entry *entryp local 2760 gcc_assert (entryp); 2762 int nbase = lto_symtab_encoder_lookup (encoder, entryp->base); 2766 streamer_write_hwi_stream (ob->main_stream, entryp->variants->length ()) 2814 omp_declare_variant_base_entry *entryp local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-gimplify.cc | 3298 source_location_table_entry *entryp 3301 if (entryp->var) 3302 var = entryp->var; 3359 *entryp = entry; 3360 entryp->var = var; 3297 source_location_table_entry *entryp local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.cc | 2142 omp_declare_variant_base_entry *entryp local 2149 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2173 return entryp->base->decl; 2177 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2181 vec_safe_iterate (entryp->variants, j, &varentry2); ++j) 2200 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2518 omp_declare_variant_base_entry *entryp local 2520 gcc_assert (entryp); 2522 int nbase = lto_symtab_encoder_lookup (encoder, entryp->base); 2526 streamer_write_hwi_stream (ob->main_stream, entryp->variants->length ()) 2574 omp_declare_variant_base_entry *entryp local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| xcofflink.c | 558 struct xcoff_archive_info *entryp, entry; 567 entryp = *slot; 568 if (!entryp) 570 entryp = bfd_zalloc (info->output_bfd, sizeof (entry)); 571 if (!entryp) 574 entryp->archive = archive; 575 *slot = entryp; 577 return entryp; 556 struct xcoff_archive_info *entryp, entry; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xcofflink.c | 558 struct xcoff_archive_info *entryp, entry; 567 entryp = *slot; 568 if (!entryp) 570 entryp = bfd_zalloc (info->output_bfd, sizeof (entry)); 571 if (!entryp) 574 entryp->archive = archive; 575 *slot = entryp; 577 return entryp; 556 struct xcoff_archive_info *entryp, entry; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| xcofflink.c | 515 struct xcoff_archive_info *entryp, entry; 524 entryp = *slot; 525 if (!entryp) 527 entryp = bfd_zalloc (info->output_bfd, sizeof (entry)); 528 if (!entryp) 531 entryp->archive = archive; 532 *slot = entryp; 534 return entryp; 513 struct xcoff_archive_info *entryp, entry; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| xcofflink.c | 558 struct xcoff_archive_info *entryp, entry; 567 entryp = *slot; 568 if (!entryp) 570 entryp = bfd_zalloc (info->output_bfd, sizeof (entry)); 571 if (!entryp) 574 entryp->archive = archive; 575 *slot = entryp; 577 return entryp; 556 struct xcoff_archive_info *entryp, entry; local
|