Home
last modified time | relevance | path

Searched refs:extp (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dextended.c342 struct extop_list *ext, **extp; in unload_extop() local
364 for ( extp = &supp_ext_list; *extp; extp = &(*extp)->next ) { in unload_extop()
365 if ( bvmatch( ext_oid, &(*extp)->oid ) ) { in unload_extop()
367 if ( ext_main != NULL && (*extp)->ext_main != ext_main ) { in unload_extop()
374 if ( *extp == NULL ) { in unload_extop()
378 ext = *extp; in unload_extop()
379 *extp = (*extp)->next; in unload_extop()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_addr_find.c293 int query_form, char **extp, char **saved_ext, in find_local() argument
319 && extp != 0) { in find_local()
320 *extp = *saved_ext; in find_local()
330 const char *mail_addr_find_opt(MAPS *path, const char *address, char **extp, in mail_addr_find_opt() argument
386 && extp != 0) { in mail_addr_find_opt()
387 *extp = saved_ext; in mail_addr_find_opt()
404 int_bare_key, query_form, extp, &saved_ext, in mail_addr_find_opt()
409 int_bare_key, query_form, extp, &saved_ext, in mail_addr_find_opt()
450 int_bare_key, query_form, extp, &saved_ext, in mail_addr_find_opt()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dkeys.c361 HDB_extension *extp; in hdb_add_history_key() local
367 extp = hdb_find_extension(entry, choice_HDB_extension_data_hist_keys); in hdb_add_history_key()
368 if (extp == NULL) { in hdb_add_history_key()
370 extp = &ext; in hdb_add_history_key()
373 extp->mandatory = FALSE; in hdb_add_history_key()
374 hist_keys = &extp->data.u.hist_keys; in hdb_add_history_key()
390 if (extp == &ext) { in hdb_add_history_key()
416 HDB_extension *extp; in hdb_change_kvno() local
426 extp = hdb_find_extension(entry, choice_HDB_extension_data_hist_keys); in hdb_change_kvno()
427 if (extp == NULL) { in hdb_change_kvno()
[all …]
H A Dhdb.c130 HDB_extension *extp; in hdb_kvno2keys() local
136 extp = hdb_find_extension(e, choice_HDB_extension_data_hist_keys); in hdb_kvno2keys()
137 if (extp == NULL) in hdb_kvno2keys()
140 hist_keys = &extp->data.u.hist_keys; in hdb_kvno2keys()
H A Dprint.c385 HDB_extension *extp; in entry2mit_string_int() local
400 extp = hdb_find_extension(ent, choice_HDB_extension_data_hist_keys); in entry2mit_string_int()
401 if (extp) in entry2mit_string_int()
402 hist_keys = &extp->data.u.hist_keys; in entry2mit_string_int()
H A Dhdb-mitdb.c382 HDB_extension *extp; in dup_similar_keys() local
388 extp = hdb_find_extension(entry, choice_HDB_extension_data_hist_keys); in dup_similar_keys()
389 if (extp == NULL) in dup_similar_keys()
392 hist_keys = &extp->data.u.hist_keys; in dup_similar_keys()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dset_keys.c111 HDB_extension *extp = NULL; in _kadm5_set_keys2() local
223 extp = hdb_find_extension(ent, choice_HDB_extension_data_hist_keys); in _kadm5_set_keys2()
224 if (extp != NULL) { in _kadm5_set_keys2()
232 old_hist_keys = &extp->data.u.hist_keys; in _kadm5_set_keys2()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffswap.h359 coff_swap_sym_out (bfd * abfd, void * inp, void * extp) in coff_swap_sym_out() argument
362 SYMENT *ext =(SYMENT *) extp; in coff_swap_sym_out()
365 COFF_ADJUST_SYM_OUT_PRE (abfd, inp, extp); in coff_swap_sym_out()
394 COFF_ADJUST_SYM_OUT_POST (abfd, inp, extp); in coff_swap_sym_out()
504 void * extp) in coff_swap_aux_out() argument
507 AUXENT *ext = (AUXENT *) extp; in coff_swap_aux_out()
510 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp); in coff_swap_aux_out()
584 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, in_class, indx, numaux, extp); in coff_swap_aux_out()
H A Dcoff-mips.c1269 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_aux_out()
1277 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_sym_out()
1285 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_lineno_out()
1293 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_reloc_out()
H A Dcoff-alpha.c2314 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_aux_out()
2322 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_sym_out()
2330 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_lineno_out()
2338 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_reloc_out()
H A Dcoff64-rs6000.c350 _bfd_xcoff64_swap_sym_out (bfd *abfd, void *inp, void *extp) in _bfd_xcoff64_swap_sym_out() argument
353 struct external_syment *ext = (struct external_syment *) extp; in _bfd_xcoff64_swap_sym_out()
486 int in_class, int indx, int numaux, void *extp) in _bfd_xcoff64_swap_aux_out() argument
489 union external_auxent *ext = (union external_auxent *) extp; in _bfd_xcoff64_swap_aux_out()
H A DpeXXigen.c223 _bfd_XXi_swap_sym_out (bfd * abfd, void * inp, void * extp) in _bfd_XXi_swap_sym_out() argument
226 SYMENT *ext = (SYMENT *) extp; in _bfd_XXi_swap_sym_out()
360 void * extp) in _bfd_XXi_swap_aux_out() argument
363 AUXENT *ext = (AUXENT *) extp; in _bfd_XXi_swap_aux_out()
1101 _bfd_XXi_swap_debugdir_out (bfd * abfd, void * inp, void * extp) in _bfd_XXi_swap_debugdir_out() argument
1103 struct external_IMAGE_DEBUG_DIRECTORY *ext = (struct external_IMAGE_DEBUG_DIRECTORY *) extp; in _bfd_XXi_swap_debugdir_out()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffswap.h359 coff_swap_sym_out (bfd * abfd, void * inp, void * extp) in coff_swap_sym_out() argument
362 SYMENT *ext =(SYMENT *) extp; in coff_swap_sym_out()
365 COFF_ADJUST_SYM_OUT_PRE (abfd, inp, extp); in coff_swap_sym_out()
394 COFF_ADJUST_SYM_OUT_POST (abfd, inp, extp); in coff_swap_sym_out()
511 void * extp) in coff_swap_aux_out() argument
514 AUXENT *ext = (AUXENT *) extp; in coff_swap_aux_out()
517 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp); in coff_swap_aux_out()
591 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, in_class, indx, numaux, extp); in coff_swap_aux_out()
H A Dcoff-mips.c1280 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_aux_out()
1288 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_sym_out()
1296 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_lineno_out()
1304 void *extp ATTRIBUTE_UNUSED) in mips_ecoff_swap_coff_reloc_out()
H A Dcoff-alpha.c2268 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_aux_out()
2276 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_sym_out()
2284 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_lineno_out()
2292 void *extp ATTRIBUTE_UNUSED) in alpha_ecoff_swap_coff_reloc_out()
H A Dcoff64-rs6000.c350 _bfd_xcoff64_swap_sym_out (bfd *abfd, void *inp, void *extp) in _bfd_xcoff64_swap_sym_out() argument
353 struct external_syment *ext = (struct external_syment *) extp; in _bfd_xcoff64_swap_sym_out()
486 int in_class, int indx, int numaux, void *extp) in _bfd_xcoff64_swap_aux_out() argument
489 union external_auxent *ext = (union external_auxent *) extp; in _bfd_xcoff64_swap_aux_out()
H A DpeXXigen.c229 _bfd_XXi_swap_sym_out (bfd * abfd, void * inp, void * extp) in _bfd_XXi_swap_sym_out() argument
232 SYMENT *ext = (SYMENT *) extp; in _bfd_XXi_swap_sym_out()
366 void * extp) in _bfd_XXi_swap_aux_out() argument
369 AUXENT *ext = (AUXENT *) extp; in _bfd_XXi_swap_aux_out()
1119 _bfd_XXi_swap_debugdir_out (bfd * abfd, void * inp, void * extp) in _bfd_XXi_swap_debugdir_out() argument
1121 struct external_IMAGE_DEBUG_DIRECTORY *ext = (struct external_IMAGE_DEBUG_DIRECTORY *) extp; in _bfd_XXi_swap_debugdir_out()
/netbsd-src/sys/arch/arm/iomd/
H A Diomd_dma.c288 dma_init(int ch, int extp, int dmasize, int ipl) in dma_init() argument
306 if (extp) in dma_init()
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dproc.c508 for(q = p->extp ; q ; q = q->chain.nextp) in docommon()
533 frchain( &(p->extp) ); in docommon()
691 c->extp = hookup(c->extp, mkchain(v,NULL) );
H A Dexpr.c696 struct extsym *extp; local
718 extp = mkext( varunder(VL,np->b_name.varname) );
719 extp->extstg = STGEXT;
721 np->b_name.vardesc.varno = extp - extsymtab;
1103 struct extsym *extp; local
1111 extp = mkext( varunder(VL, p->b_name.varname) );
1112 extp->extstg = STGEXT;
1114 p->b_name.vardesc.varno = extp - extsymtab;
H A Ddefs.h179 chainp extp; member
H A Dmisc.c385 nextext->extp = 0;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c1328 tree extp = copy_node (p); in pop_scope() local
1330 DECL_EXTERNAL (extp) = 1; in pop_scope()
1331 TREE_STATIC (extp) = 0; in pop_scope()
1332 TREE_PUBLIC (extp) = 1; in pop_scope()
1333 DECL_INITIAL (extp) = NULL_TREE; in pop_scope()
1334 DECL_LANG_SPECIFIC (extp) = NULL; in pop_scope()
1335 DECL_CONTEXT (extp) = current_function_decl; in pop_scope()
1338 DECL_RESULT (extp) = NULL_TREE; in pop_scope()
1339 DECL_SAVED_TREE (extp) = NULL_TREE; in pop_scope()
1340 DECL_STRUCT_FUNCTION (extp) = NULL; in pop_scope()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc1340 tree extp = copy_node (p); in pop_scope() local
1342 DECL_EXTERNAL (extp) = 1; in pop_scope()
1343 TREE_STATIC (extp) = 0; in pop_scope()
1344 TREE_PUBLIC (extp) = 1; in pop_scope()
1345 DECL_INITIAL (extp) = NULL_TREE; in pop_scope()
1346 DECL_LANG_SPECIFIC (extp) = NULL; in pop_scope()
1347 DECL_CONTEXT (extp) = current_function_decl; in pop_scope()
1350 DECL_RESULT (extp) = NULL_TREE; in pop_scope()
1351 DECL_SAVED_TREE (extp) = NULL_TREE; in pop_scope()
1352 DECL_STRUCT_FUNCTION (extp) = NULL; in pop_scope()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsDSPInstrInfo.td92 class EXTP_MM_ENC : POOL32A_1RIMM5AC_FMT<"extp", 0b10011001>;
300 : EXT_MM_1R_DESC_BASE<"extp", MipsEXTP, NoItinerary>,

12