Searched refs:id (Results 151 - 175 of 2462) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-local-stubs-1.s22 .macro makestubs,id
23 makestub nomips16,f\id,.mips16.call.F\id
24 makestub nomips16,g\id,.mips16.call.fp.G\id
25 makestub mips16,h\id,.mips16.fn.H\id
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Disa-field-1.m7 - (Class) test1: (id)object;
11 - (Class) test2: (id)object;
16 Class test1(id object) {
24 - (Class) test1: (id)object {
37 Class test2(id object) {
45 - (Class) test2: (id)object {
56 Class test3(id object) {
/netbsd-6-1-5-RELEASE/sys/conf/
H A Dnewvers.sh52 id="$2"
62 if [ -z "${id}" ]; then
64 id="$(cat ident)"
66 id=$(basename ${d})
76 fullversion="${ost} ${osr} (${id})\n"
78 fullversion="${ost} ${osr} (${id}) #${v}: ${t}\n\t${u}@${h}:${d}\n"
98 const char kernel_ident[] = "${id}";
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddefer.c11 /* int defer_append(flags, id, stats, rcpt, relay, dsn)
13 /* const char *id;
19 /* int defer_flush(flags, queue, id, encoding, sender,
23 /* const char *id;
29 /* int defer_warn(flags, queue, id, sender, dsn_envid, dsn_ret)
32 /* const char *id;
89 /* .IP id
90 /* The queue id of the original message file.
155 int defer_append(int flags, const char *id, MSG_STATS *stats, argument
177 status = verify_append(id, stat
243 defer_flush(int flags, const char *queue, const char *id, const char *encoding, const char *sender, const char *dsn_envid, int dsn_ret) argument
268 defer_warn(int flags, const char *queue, const char *id, const char *sender, const char *envid, int dsn_ret) argument
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dfilter_encoder.c23 lzma_vli id; member in struct:__anon2907
59 .id = LZMA_FILTER_LZMA1,
70 .id = LZMA_FILTER_LZMA2,
81 .id = LZMA_FILTER_X86,
91 .id = LZMA_FILTER_POWERPC,
101 .id = LZMA_FILTER_IA64,
111 .id = LZMA_FILTER_ARM,
121 .id = LZMA_FILTER_ARMTHUMB,
131 .id = LZMA_FILTER_SPARC,
141 .id
154 encoder_find(lzma_vli id) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkeytab.c200 * into a keytab in `id'.
204 * @param id resulting keytab, free with krb5_kt_close().
215 krb5_keytab *id)
248 *id = k;
313 * Set `id' to the default keytab.
316 * @param id the new default keytab.
324 krb5_kt_default(krb5_context context, krb5_keytab *id) argument
326 return krb5_kt_resolve (context, context->default_keytab, id);
463 * Finish using the keytab in `id'. All resources will be released,
467 * @param id keyta
213 krb5_kt_resolve(krb5_context context, const char *name, krb5_keytab *id) argument
475 krb5_kt_close(krb5_context context, krb5_keytab id) argument
499 krb5_kt_destroy(krb5_context context, krb5_keytab id) argument
562 _krb5_kt_principal_not_found(krb5_context context, krb5_error_code ret, krb5_keytab id, krb5_const_principal principal, krb5_enctype enctype, int kvno) argument
611 krb5_kt_get_entry(krb5_context context, krb5_keytab id, krb5_const_principal principal, krb5_kvno kvno, krb5_enctype enctype, krb5_keytab_entry *entry) argument
730 krb5_kt_start_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
759 krb5_kt_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
787 krb5_kt_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
813 krb5_kt_add_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry) argument
841 krb5_kt_remove_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry) argument
866 krb5_kt_have_content(krb5_context context, krb5_keytab id) argument
[all...]
H A Dcache.c71 krb5_ccache id;
77 ret = krb5_cc_default (context, &id);
81 ret = krb5_cc_start_seq_get(context, id, &cursor);
85 while((ret = krb5_cc_next_cred(context, id, &cursor, &creds)) == 0){
93 ret = krb5_cc_end_seq_get(context, id, &cursor);
97 krb5_cc_close(context, id);
156 * Allocate the memory for a `id' and the that function table to
163 krb5_ccache *id)
174 *id = p;
180 * Allocate memory for a new ccache in `id' wit
161 _krb5_cc_allocate(krb5_context context, const krb5_cc_ops *ops, krb5_ccache *id) argument
185 allocate_ccache(krb5_context context, const krb5_cc_ops *ops, const char *residual, krb5_ccache *id) argument
259 krb5_cc_resolve(krb5_context context, const char *name, krb5_ccache *id) argument
299 krb5_cc_new_unique(krb5_context context, const char *type, const char *hint, krb5_ccache *id) argument
331 krb5_cc_get_name(krb5_context context, krb5_ccache id) argument
345 krb5_cc_get_type(krb5_context context, krb5_ccache id) argument
365 krb5_cc_get_full_name(krb5_context context, krb5_ccache id, char **str) argument
403 krb5_cc_get_ops(krb5_context context, krb5_ccache id) argument
467 krb5_cc_switch(krb5_context context, krb5_ccache id) argument
603 krb5_cc_default(krb5_context context, krb5_ccache *id) argument
625 krb5_cc_initialize(krb5_context context, krb5_ccache id, krb5_principal primary_principal) argument
643 krb5_cc_destroy(krb5_context context, krb5_ccache id) argument
663 krb5_cc_close(krb5_context context, krb5_ccache id) argument
682 krb5_cc_store_cred(krb5_context context, krb5_ccache id, krb5_creds *creds) argument
708 krb5_cc_retrieve_cred(krb5_context context, krb5_ccache id, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds *creds) argument
746 krb5_cc_get_principal(krb5_context context, krb5_ccache id, krb5_principal *principal) argument
764 krb5_cc_start_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
782 krb5_cc_next_cred(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
798 krb5_cc_end_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
813 krb5_cc_remove_cred(krb5_context context, krb5_ccache id, krb5_flags which, krb5_creds *cred) argument
836 krb5_cc_set_flags(krb5_context context, krb5_ccache id, krb5_flags flags) argument
850 krb5_cc_get_flags(krb5_context context, krb5_ccache id, krb5_flags *flags) argument
943 krb5_cc_get_version(krb5_context context, const krb5_ccache id) argument
1086 krb5_cc_cache_next(krb5_context context, krb5_cc_cache_cursor cursor, krb5_ccache *id) argument
1129 krb5_cc_cache_match(krb5_context context, krb5_principal client, krb5_ccache *id) argument
1218 build_conf_principals(krb5_context context, krb5_ccache id, krb5_const_principal principal, const char *name, krb5_creds *cred) argument
1291 krb5_cc_set_config(krb5_context context, krb5_ccache id, krb5_const_principal principal, const char *name, krb5_data *data) argument
1339 krb5_cc_get_config(krb5_context context, krb5_ccache id, krb5_const_principal principal, const char *name, krb5_data *data) argument
1497 krb5_cc_last_change_time(krb5_context context, krb5_ccache id, krb5_timestamp *mtime) argument
1526 krb5_ccache id; local
1561 krb5_cc_get_friendly_name(krb5_context context, krb5_ccache id, char **name) argument
1598 krb5_cc_set_friendly_name(krb5_context context, krb5_ccache id, const char *name) argument
1626 krb5_cc_get_lifetime(krb5_context context, krb5_ccache id, time_t *t) argument
1670 krb5_cc_set_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat offset) argument
1695 krb5_cc_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *offset) argument
[all...]
H A Dtest_keytab.c48 krb5_keytab id; local
51 ret = krb5_kt_resolve(context, keytab, &id);
57 krb5_kt_remove_entry(context, id, &entry);
59 ret = krb5_kt_have_content(context, id);
63 ret = krb5_kt_close(context, id);
76 krb5_keytab id, id2, id3; local
79 ret = krb5_kt_resolve(context, keytab, &id);
94 krb5_kt_add_entry(context, id, &entry);
100 ret = krb5_kt_get_entry(context, id,
109 ret = krb5_kt_close(context, id);
176 perf_add(krb5_context context, krb5_keytab id, int times) argument
181 perf_find(krb5_context context, krb5_keytab id, int times) argument
186 perf_delete(krb5_context context, krb5_keytab id, int forward, int times) argument
248 krb5_keytab id; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dabandon.c39 ber_int_t id; local
52 if ( ber_scanf( op->o_ber, "i", &id ) == LBER_ERROR ) {
60 op->o_log_prefix, (long) id, 0, 0, 0 );
68 Debug( LDAP_DEBUG_ARGS, "%s do_abandon: id=%ld\n",
69 op->o_log_prefix, (long) id, 0 );
71 if( id <= 0 ) {
73 op->o_log_prefix, (long) id, 0 );
81 if ( o->o_msgid == id ) {
90 if ( o->o_msgid == id ) {
121 op->orn_msgid = id;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dmenu.h39 int id; // index in platid_name_table member in struct:MainTabWindow::PlatMap
49 void _insert_item(HWND w, TCHAR *name, int id);
51 explicit MainTabWindow(TabWindowBase &base, int id) argument
52 : TabWindow(base, id, TEXT("WMain")) {
57 virtual void command(int id, int msg);
73 explicit OptionTabWindow(TabWindowBase &base, int id) argument
74 : TabWindow(base, id, TEXT("WOption")) {
80 virtual void command(int id, int msg);
95 explicit ConsoleTabWindow(TabWindowBase &base, int id) argument
96 : TabWindow(base, id, TEX
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pckbport/
H A Dpckbd.c113 struct pckbd_internal *id; member in struct:pckbd_softc
249 res = pckbport_enqueue_cmd(sc->id->t_kbctag,
250 sc->id->t_kbcslot, cmd, 1, 0, 1, 0);
254 pckbport_slot_enable(sc->id->t_kbctag,
255 sc->id->t_kbcslot, 0);
269 pckbport_flush(sc->id->t_kbctag, sc->id->t_kbcslot);
272 res = pckbport_poll_cmd(sc->id->t_kbctag,
273 sc->id->t_kbcslot, cmd, 1, 1, resp, 1);
280 pckbport_flush(sc->id
450 pckbd_decode(struct pckbd_internal *id, int datain, u_int *type, int *dataout) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_beos.c115 image_id id; local
124 id = load_add_on(filename);
125 if(id < 1)
131 if(!sk_push(dso->meth_data, (char *)id))
143 if(id > 0)
144 unload_add_on(id);
150 image_id id; local
158 id = (image_id)sk_pop(dso->meth_data);
159 if(id < 1)
164 if(unload_add_on(id) !
177 image_id id; local
207 image_id id; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.y256 char *id = $7;
266 id,
273 id,
284 id,
285 id,
288 id);
294 id,
295 id,
298 id);
306 id,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.c134 static bool delete_unreachable_blocks_update_callgraph (copy_body_data *id);
140 insert_decl_map (copy_body_data *id, tree key, tree value) argument
142 *pointer_map_insert (id->decl_map, key) = value;
147 *pointer_map_insert (id->decl_map, value) = value;
154 insert_debug_decl_map (copy_body_data *id, tree key, tree value) argument
156 if (!gimple_in_ssa_p (id->src_cfun))
168 if (!id->debug_map)
169 id->debug_map = pointer_map_create ();
171 *pointer_map_insert (id->debug_map, key) = value;
183 remap_ssa_name (tree name, copy_body_data *id) argument
262 remap_decl(tree decl, copy_body_data *id) argument
299 walk_tree (&DECL_SIZE (t), copy_tree_body_r, id, NULL); local
300 walk_tree (&DECL_SIZE_UNIT (t), copy_tree_body_r, id, NULL); local
305 walk_tree (&DECL_FIELD_OFFSET (t), copy_tree_body_r, id, NULL); local
307 walk_tree (&DECL_QUALIFIER (t), copy_tree_body_r, id, NULL); local
327 remap_type_1(tree type, copy_body_data *id) argument
395 walk_tree (&TYPE_MIN_VALUE (new_tree), copy_tree_body_r, id, NULL); local
399 walk_tree (&TYPE_MAX_VALUE (new_tree), copy_tree_body_r, id, NULL); local
404 walk_tree (&TYPE_ARG_TYPES (new_tree), copy_tree_body_r, id, NULL); local
435 walk_tree (&TYPE_SIZE (new_tree), copy_tree_body_r, id, NULL); local
436 walk_tree (&TYPE_SIZE_UNIT (new_tree), copy_tree_body_r, id, NULL); local
442 remap_type(tree type, copy_body_data *id) argument
473 remapped_type(tree type, copy_body_data *id) argument
492 can_be_nonlocal(tree decl, copy_body_data *id) argument
527 remap_decls(tree decls, VEC(tree,gc) **nonlocalized_list, copy_body_data *id) argument
582 remap_block(tree *block, copy_body_data *id) argument
611 remap_blocks(tree block, copy_body_data *id) argument
651 copy_bind_expr(tree *tp, int *walk_subtrees, copy_body_data *id) argument
686 remap_gimple_seq(gimple_seq body, copy_body_data *id) argument
705 copy_gimple_bind(gimple stmt, copy_body_data *id) argument
741 copy_body_data *id = (copy_body_data *) wi_p->info; local
920 copy_body_data *id = (copy_body_data *) data; local
1163 remap_eh_region_nr(int old_nr, copy_body_data *id) argument
1178 remap_eh_region_tree_nr(tree old_t_nr, copy_body_data *id) argument
1192 remap_gimple_stmt(gimple stmt, copy_body_data *id) argument
1472 copy_bb(copy_body_data *id, basic_block bb, int frequency_scale, gcov_type count_scale) argument
1932 copy_phis_for_bb(basic_block bb, copy_body_data *id) argument
2072 maybe_move_debug_stmts_to_successors(copy_body_data *id, basic_block new_bb) argument
2127 copy_cfg_body(copy_body_data * id, gcov_type count, int frequency_scale, basic_block entry_block_map, basic_block exit_block_map) argument
2220 copy_debug_stmt(gimple stmt, copy_body_data *id) argument
2281 copy_debug_stmts(copy_body_data *id) argument
2299 copy_tree_body(copy_body_data *id) argument
2313 copy_body(copy_body_data *id, gcov_type count, int frequency_scale, basic_block entry_block_map, basic_block exit_block_map) argument
2348 insert_init_debug_bind(copy_body_data *id, basic_block bb, tree var, tree value, gimple base_stmt) argument
2387 insert_init_stmt(copy_body_data *id, basic_block bb, gimple init_stmt) argument
2434 setup_one_parameter(copy_body_data *id, tree p, tree value, tree fn, basic_block bb, tree *vars) argument
2586 initialize_inlined_parameters(copy_body_data *id, gimple stmt, tree fn, basic_block bb) argument
2635 declare_return_variable(copy_body_data *id, tree return_slot, tree modify_dest) argument
3566 expand_call_inline(basic_block bb, gimple stmt, copy_body_data *id) argument
3922 gimple_expand_calls_inline(basic_block bb, copy_body_data *id) argument
4038 copy_body_data id; local
4237 copy_body_data *id = (copy_body_data *) data; local
4286 copy_body_data *id = (copy_body_data *) data; local
4327 copy_body_data id; local
4369 copy_body_data *id = (copy_body_data *) wi->info; local
4393 copy_body_data *id = (copy_body_data *) wi->info; local
4443 copy_body_data *id = (copy_body_data *) wi->info; local
4473 copy_body_data id; local
4560 copy_decl_for_dup_finish(copy_body_data *id, tree decl, tree copy) argument
4600 copy_decl_to_var(tree decl, copy_body_data *id) argument
4623 copy_result_decl_to_var(tree decl, copy_body_data *id) argument
4648 copy_decl_no_change(tree decl, copy_body_data *id) argument
4670 copy_decl_maybe_to_var(tree decl, copy_body_data *id) argument
4680 copy_arguments_for_versioning(tree orig_parm, copy_body_data * id, bitmap args_to_skip, tree *vars) argument
4715 copy_static_chain(tree static_chain, copy_body_data * id) argument
4745 delete_unreachable_blocks_update_callgraph(copy_body_data *id) argument
4813 update_clone_info(copy_body_data * id) argument
4861 copy_body_data id; local
5065 copy_body_data id; local
5111 struct copy_body_data id; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dsdcd.c52 check_unit(int id) argument
58 if (current_id == id)
63 error = IOCS_S_TESTUNIT(id);
72 error = IOCS_S_INQUIRY(100, id, inqdata);
88 error = IOCS_S_READCAP(id, rcdata);
98 error = IOCS_S_READ(0, 1, id, current_blklen, buffer);
114 readdisklabel(int id) argument
121 if (current_id == id)
125 error = check_unit(id);
136 error = IOCS_S_READ(LABELSECTOR, 1, id, current_blkle
192 sd_getbsdpartition(int id, int humanpart) argument
242 int id, part; local
321 int id, part; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dtestdb_create.sql3 id int NOT NULL,
11 id int NOT NULL,
17 id int NOT NULL,
30 id int NOT NULL ,
37 id int NOT NULL,
54 id
60 id
67 id
73 id
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dtemplate-4.mm39 id *arr;
42 + (id)arrayWithObjects:(id)first, ... ;
47 + (id)arrayWithObjects:(id)first, ... {
50 a->arr = (id *) calloc(8, sizeof(id));
57 for (id el; el = va_arg(args, id); a->count++)
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_sym.c51 lookup(char *id, bool makeit) argument
58 for( ip = id; *ip != 0; )
62 if( (h = strcmp(id, p->name)) == 0 )
68 ptr = emalloc(sizeof(struct symbol) + strlen(id));
73 strcpy(ptr->name, id);
81 define_sym(char *id, unsigned val, unsigned lno, int flags) argument
85 ptr = lookup(id, TRUE);
88 perr("Multiply defined label %s", id);
93 id, ptr->value, val);
102 set_label(char *id) argument
131 char id[32]; local
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_randomid.c54 uint16_t id; local
62 id = randomid(ctx);
64 if (last[id] > 0) {
65 diff = n - last[id];
69 printf("id %5d: last call at %9"PRIu64
73 id, last[id], n, diff, lowest);
83 last[id] = n;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql4 -- id a unique number identifying the objectClass
7 -- keycol the name of the column in "keytbl" that contains the primary key of an entry; the pair "keytbl.keycol" uniquely identifies an entry of objectClass "id"
11 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (1,'inetOrgPerson','persons','id','SELECT create_person()','DELETE FROM persons WHERE id=?',0);
13 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (2,'document','documents','id','SELECT create_doc()','DELETE FROM documents WHERE id=?',0);
15 insert into ldap_oc_mappings (id,name,keytbl,keycol,create_proc,delete_proc,expect_return) values (3,'organization','institutes','id','SELEC
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dstore_cred.c51 krb5_ccache id; local
85 ret = krb5_cc_cache_match(context, cred->principal, &id);
87 ret = krb5_cc_new_unique(context, NULL, NULL, &id);
96 ret = krb5_cc_initialize(context, id, cred->principal);
98 ret = krb5_cc_copy_match_f(context, cred->ccache, id, NULL, NULL, NULL);
101 krb5_cc_destroy(context, id);
103 krb5_cc_close(context, id);
110 krb5_cc_switch(context, id);
112 krb5_cc_close(context, id);
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Ds_atan.c77 int32_t ix,hx,id; local
93 id = -1;
98 id = 0; x = (2.0*x-one)/(2.0+x);
100 id = 1; x = (x-one)/(x+one);
104 id = 2; x = (x-1.5)/(one+1.5*x);
106 id = 3; x = -1.0/x;
115 if (id<0) return x - x*(s1+s2);
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
H A Ds_atanf.c60 int32_t ix,hx,id; local
73 id = -1;
78 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
80 id = 1; x = (x-one)/(x+one);
84 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
86 id = 3; x = -(float)1.0/x;
95 if (id<0) return x - x*(s1+s2);
97 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem05.C34 unsigned short id; member in class:X_one
39 X_one(const unsigned short& us = 5): id(us), type(T(0)) {}
49 return id;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D960117-1.c8 TEXT *id __attribute__ ((aligned (2), packed)) ; member in union:T_VALS
30 curval.vals.id[0] = c;
37 curval.vals.id = id_space[idc];

Completed in 475 milliseconds

1234567891011>>