| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| set_keys.c | 111 HDB_extension *extp = NULL; local 223 extp = hdb_find_extension(ent, choice_HDB_extension_data_hist_keys); 224 if (extp != NULL) { 232 old_hist_keys = &extp->data.u.hist_keys;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| extended.c | 343 struct extop_list *ext, **extp; local 365 for ( extp = &supp_ext_list; *extp; extp = &(*extp)->next ) { 366 if ( bvmatch( ext_oid, &(*extp)->oid ) ) { 368 if ( ext_main != NULL && (*extp)->ext_main != ext_main ) { 375 if ( *extp == NULL ) { 379 ext = *extp; 380 *extp = (*extp)->next [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| hdb.c | 130 HDB_extension *extp; local 136 extp = hdb_find_extension(e, choice_HDB_extension_data_hist_keys); 137 if (extp == NULL) 140 hist_keys = &extp->data.u.hist_keys;
|
| keys.c | 361 HDB_extension *extp; local 367 extp = hdb_find_extension(entry, choice_HDB_extension_data_hist_keys); 368 if (extp == NULL) { 370 extp = &ext; 373 extp->mandatory = FALSE; 374 hist_keys = &extp->data.u.hist_keys; 390 if (extp == &ext) { 416 HDB_extension *extp; local 426 extp = hdb_find_extension(entry, choice_HDB_extension_data_hist_keys); 427 if (extp == NULL) [all...] |
| print.c | 385 HDB_extension *extp; local 400 extp = hdb_find_extension(ent, choice_HDB_extension_data_hist_keys); 401 if (extp) 402 hist_keys = &extp->data.u.hist_keys;
|
| hdb-mitdb.c | 382 HDB_extension *extp; local 388 extp = hdb_find_extension(entry, choice_HDB_extension_data_hist_keys); 389 if (extp == NULL) 392 hist_keys = &extp->data.u.hist_keys;
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| expr.c | 698 struct extsym *extp; 720 extp = mkext( varunder(VL,np->b_name.varname) ); 721 extp->extstg = STGEXT; 723 np->b_name.vardesc.varno = extp - extsymtab; 1105 struct extsym *extp; 1113 extp = mkext( varunder(VL, p->b_name.varname) ); 1114 extp->extstg = STGEXT; 1116 p->b_name.vardesc.varno = extp - extsymtab; 696 struct extsym *extp; local 1103 struct extsym *extp; local
|
| defs.h | 180 chainp extp; 179 chainp extp; member in struct:extsym
|
| /src/external/bsd/tcpdump/dist/ |
| print-dhcp6.c | 870 const u_char *extp; local 897 extp = (const u_char *)(dh6 + 1); 898 dhcp6opt_print(ndo, extp, ep);
|
| /src/external/apache2/mDNSResponder/dist/Clients/ |
| dns-sd.c | 2345 Opaque16 extp = { { ExtPortAsNumber >> 8, ExtPortAsNumber & 0xFF } }; local 2347 err = DNSServiceNATPortMappingCreate(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, ttl, port_mapping_create_reply, NULL);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 1402 tree extp = copy_node (p); 1404 DECL_EXTERNAL (extp) = 1; 1405 TREE_STATIC (extp) = 0; 1406 TREE_PUBLIC (extp) = 1; 1407 DECL_INITIAL (extp) = NULL_TREE; 1408 DECL_LANG_SPECIFIC (extp) = NULL; 1409 DECL_CONTEXT (extp) = current_function_decl; 1412 DECL_RESULT (extp) = NULL_TREE; 1413 DECL_SAVED_TREE (extp) = NULL_TREE; 1414 DECL_STRUCT_FUNCTION (extp) = NULL 1393 tree extp = copy_node (p); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 1350 tree extp = copy_node (p); 1352 DECL_EXTERNAL (extp) = 1; 1353 TREE_STATIC (extp) = 0; 1354 TREE_PUBLIC (extp) = 1; 1355 DECL_INITIAL (extp) = NULL_TREE; 1356 DECL_LANG_SPECIFIC (extp) = NULL; 1357 DECL_CONTEXT (extp) = current_function_decl; 1360 DECL_RESULT (extp) = NULL_TREE; 1361 DECL_SAVED_TREE (extp) = NULL_TREE; 1362 DECL_STRUCT_FUNCTION (extp) = NULL 1340 tree extp = copy_node (p); local [all...] |