| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | index.c | 39 struct berval *atname ) in wt_index_mask() argument 45 *atname = desc->ad_cname; in wt_index_mask() 57 *atname = desc->ad_type->sat_cname; in wt_index_mask() 70 *atname = at->sat_cname; in wt_index_mask() 150 struct berval *atname, in indexer() argument 162 cursor = wt_ctx_index_cursor(wc, atname, 1); in indexer() 167 atname->bv_val ); in indexer() 184 atname, vals, &keys, op->o_tmpmemctx ); in indexer() 205 atname, vals, &keys, op->o_tmpmemctx ); in indexer() 227 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-attribs.c | 534 positional_argument (const_tree fntype, const_tree atname, tree pos, in positional_argument() argument 548 "%qE attribute argument is invalid", atname); in positional_argument() 551 "%qE attribute argument %i is invalid", atname, argno); in positional_argument() 564 atname, postype); in positional_argument() 568 atname, argno, postype); in positional_argument() 580 atname, pos); in positional_argument() 585 atname, argno, pos); in positional_argument() 601 atname, pos); in positional_argument() 606 atname, argno, pos); in positional_argument() 629 atname, pos, nargs); in positional_argument() [all …]
|
| H A D | c-format.c | 81 static tree get_constant (const_tree fntype, const_tree atname, tree expr, 171 handle_format_arg_attribute (tree *node, tree atname, in handle_format_arg_attribute() argument 179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute() 313 get_constant (const_tree fntype, const_tree atname, tree expr, int argno, in get_constant() argument 318 if (tree val = positional_argument (fntype, atname, expr, STRING_CST, in get_constant() 337 decode_format_attr (const_tree fntype, tree atname, tree args, in decode_format_attr() argument 377 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr() 383 if (tree val = get_constant (fntype, atname, *first_arg_num_expr, in decode_format_attr() 1182 tree atname = get_identifier ("format"); in check_function_format() local 1191 decode_format_attr (fntype, atname, TREE_VALUE (a), &info, in check_function_format() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-attribs.cc | 1159 positional_argument (const_tree fntype, const_tree atname, tree pos, in positional_argument() argument 1169 "%qE attribute argument is invalid", atname); in positional_argument() 1172 "%qE attribute argument %i is invalid", atname, argno); in positional_argument() 1185 atname, postype); in positional_argument() 1189 atname, argno, postype); in positional_argument() 1201 atname, pos); in positional_argument() 1206 atname, argno, pos); in positional_argument() 1220 atname, pos); in positional_argument() 1225 atname, argno, pos); in positional_argument() 1248 atname, pos, nargs); in positional_argument() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | index.c | 39 struct berval *atname ) in mdb_index_mask() argument 45 *atname = desc->ad_cname; in mdb_index_mask() 57 *atname = desc->ad_type->sat_cname; in mdb_index_mask() 70 *atname = at->sat_cname; in mdb_index_mask() 174 struct berval *atname, in indexer() argument 223 atname, vals, &keys, op->o_tmpmemctx ); in indexer() 242 atname, vals, &keys, op->o_tmpmemctx ); in indexer() 262 atname, vals, &keys, op->o_tmpmemctx ); in indexer()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-attribs.cc | 605 positional_argument (const_tree fntype, const_tree atname, tree pos, in positional_argument() argument 619 "%qE attribute argument is invalid", atname); in positional_argument() 622 "%qE attribute argument %i is invalid", atname, argno); in positional_argument() 635 atname, postype); in positional_argument() 639 atname, argno, postype); in positional_argument() 651 atname, pos); in positional_argument() 656 atname, argno, pos); in positional_argument() 672 atname, pos); in positional_argument() 677 atname, argno, pos); in positional_argument() 700 atname, pos, nargs); in positional_argument() [all …]
|
| H A D | c-format.cc | 81 static tree get_constant (const_tree fntype, const_tree atname, tree expr, 171 handle_format_arg_attribute (tree *node, tree atname, in handle_format_arg_attribute() argument 179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num, in handle_format_arg_attribute() 311 get_constant (const_tree fntype, const_tree atname, tree expr, int argno, in get_constant() argument 316 if (tree val = positional_argument (fntype, atname, expr, STRING_CST, in get_constant() 335 decode_format_attr (const_tree fntype, tree atname, tree args, in decode_format_attr() argument 375 if (tree val = get_constant (fntype, atname, *format_num_expr, in decode_format_attr() 381 if (tree val = get_constant (fntype, atname, *first_arg_num_expr, in decode_format_attr() 1174 tree atname = get_identifier ("format"); in check_function_format() local 1183 decode_format_attr (fntype, atname, TREE_VALUE (a), &info, in check_function_format() [all …]
|
| /netbsd-src/usr.bin/config/ |
| H A D | gram.y | 206 %type <str> atname 643 atname { $$ = new_n($1); } 644 | atlist ',' atname { $$ = new_nx($3, $1); } 648 atname:
|
| /netbsd-src/sys/kern/ |
| H A D | subr_autoconf.c | 751 config_cfattach_lookup_cd(struct cfdriver *cd, const char *atname) in config_cfattach_lookup_cd() argument 756 if (STREQ(ca->ca_name, atname)) in config_cfattach_lookup_cd() 767 config_cfattach_lookup(const char *name, const char *atname) in config_cfattach_lookup() argument 775 return config_cfattach_lookup_cd(cd, atname); in config_cfattach_lookup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | calls.c | 1962 const char *atname in append_attrname() local 1972 "%s%s (%i)", sep, atname, in append_attrname() 1976 "%s%s (%i, %i)", sep, atname, in append_attrname()
|