Searched defs:specs (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/games/sail/
H A Dglobals.c45 static struct shipspecs specs[]; variable in typeref:struct:shipspecs
318 static struct shipspecs specs[] = { variable in typeref:struct:shipspecs
[all...]
H A Dextern.h174 struct shipspecs *specs; /* 2 */ member in struct:ship
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dldif-filter.c223 const char *backend = getenv( "BACKEND" ), *specs = "", *tmp; local
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dres.c641 xcb_res_query_client_ids(xcb_connection_t *c, uint32_t num_specs, const xcb_res_client_id_spec_t *specs) argument
673 xcb_res_query_client_ids_unchecked(xcb_connection_t *c, uint32_t num_specs, const xcb_res_client_id_spec_t *specs) argument
760 xcb_res_query_resource_bytes(xcb_connection_t *c, uint32_t client, uint32_t num_specs, const xcb_res_resource_id_spec_t *specs) argument
794 xcb_res_query_resource_bytes_unchecked(xcb_connection_t *c, uint32_t client, uint32_t num_specs, const xcb_res_resource_id_spec_t *specs) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Durl.c1368 char **specs, *p; local
[all...]
/netbsd-current/usr.sbin/gspa/gspa/
H A Dgsp_inst.c340 const char *specs[] = { "B", "L", "W", "XY", NULL }; variable
/netbsd-current/sys/arch/ia64/include/
H A Ddig64.h165 } specs; member in struct:dig64_pcdp_entry
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dtree.c764 const char **specs = (const char**)strings; /* stop a bogus error */ local
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c657 char **specs; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c1901 c_parser_gimple_or_rtl_pass_list (c_parser *parser, c_declspecs *specs) argument
2017 struct c_declspecs *specs = build_null_declspecs (); local
[all...]
H A Dc-tree.h498 struct c_declspecs *specs; member in struct:c_type_name
506 struct c_declspecs *specs; member in struct:c_parm
H A Dc-decl.c4800 quals_from_declspecs(const struct c_declspecs *specs) argument
10293 build_c_parm(struct c_declspecs *specs, tree attrs, struct c_declarator *declarator, location_t loc) argument
10396 declspecs_add_addrspace(location_t location, struct c_declspecs *specs, addr_space_t as) argument
10420 declspecs_add_qual(location_t loc, struct c_declspecs *specs, tree qual) argument
10480 declspecs_add_type(location_t loc, struct c_declspecs *specs, struct c_typespec spec) argument
11344 declspecs_add_scspec(location_t loc, struct c_declspecs *specs, tree scspec) argument
11464 declspecs_add_attrs(location_t loc, struct c_declspecs *specs, tree attrs) argument
11479 declspecs_add_alignas(location_t loc, struct c_declspecs *specs, tree align) argument
11503 finish_declspecs(struct c_declspecs *specs) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-tree.c748 const char **specs = (const char**) strings; /* stop a bogus error */ local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc1927 c_parser_gimple_or_rtl_pass_list (c_parser *parser, c_declspecs *specs) argument
2043 struct c_declspecs *specs = build_null_declspecs (); local
[all...]
H A Dc-tree.h500 struct c_declspecs *specs; member in struct:c_type_name
508 struct c_declspecs *specs; member in struct:c_parm
H A Dc-decl.cc4891 quals_from_declspecs(const struct c_declspecs *specs) argument
10675 build_c_parm(struct c_declspecs *specs, tree attrs, struct c_declarator *declarator, location_t loc) argument
10778 declspecs_add_addrspace(location_t location, struct c_declspecs *specs, addr_space_t as) argument
10802 declspecs_add_qual(location_t loc, struct c_declspecs *specs, tree qual) argument
10862 declspecs_add_type(location_t loc, struct c_declspecs *specs, struct c_typespec spec) argument
11728 declspecs_add_scspec(location_t loc, struct c_declspecs *specs, tree scspec) argument
11848 declspecs_add_attrs(location_t loc, struct c_declspecs *specs, tree attrs) argument
11863 declspecs_add_alignas(location_t loc, struct c_declspecs *specs, tree align) argument
11887 finish_declspecs(struct c_declspecs *specs) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-tree.c739 const char **specs = (const char**) strings; /* stop a bogus error */ local
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dtree.c751 const char **specs = (const char**)strings; /* stop a bogus error */ local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1628 static struct spec_list *specs = (struct spec_list *) 0; variable in typeref:struct:spec_list
[all...]
/netbsd-current/sys/dev/pci/
H A Dif_vioif.c2312 vioif_ctrl_load_cmdspec(struct vioif_softc *sc, struct vioif_ctrl_cmdspec *specs, int nspecs) argument
2342 vioif_ctrl_unload_cmdspec(struct vioif_softc *sc, struct vioif_ctrl_cmdspec *specs, int nspecs) argument
2354 vioif_ctrl_send_command(struct vioif_softc *sc, uint8_t class, uint8_t cmd, struct vioif_ctrl_cmdspec *specs, int nspecs) argument
2447 struct vioif_ctrl_cmdspec specs[1]; local
2483 struct vioif_ctrl_cmdspec specs[1]; local
2513 struct vioif_ctrl_cmdspec specs[1]; local
2561 struct vioif_ctrl_cmdspec specs[2]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c3378 tree specs = DECL_TEMPLATE_SPECIALIZATIONS (tmpl); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc944 tree specs = DECL_TEMPLATE_SPECIALIZATIONS (tmpl); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c8206 specify_resource(const struct ia64_dependency *dep, struct ia64_opcode *idesc, int type, struct rsrc specs[MAX_SPECS], int note, int path) argument
10044 struct rsrc specs[MAX_SPECS]; local
10481 struct rsrc specs[MAX_SPECS]; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c8195 specify_resource(const struct ia64_dependency *dep, struct ia64_opcode *idesc, int type, struct rsrc specs[MAX_SPECS], int note, int path) argument
10033 struct rsrc specs[MAX_SPECS]; local
10470 struct rsrc specs[MAX_SPECS]; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ia64.c8192 specify_resource(const struct ia64_dependency *dep, struct ia64_opcode *idesc, int type, struct rsrc specs[MAX_SPECS], int note, int path) argument
10030 struct rsrc specs[MAX_SPECS]; local
10467 struct rsrc specs[MAX_SPECS]; local
[all...]

Completed in 713 milliseconds

12