HomeSort by: relevance | last modified time | path
    Searched refs:STATIC (Results 1 - 25 of 258) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/bsd/ekermit/dist/
cdefs.h 5 By default, the internal routines of kermit.c are not static,
7 To have them declared static, define STATIC=static on the cc
11 #define STATIC static
13 #ifndef STATIC
14 #define STATIC
15 #endif /* STATIC */
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
lib-asprintf.c 24 #define STATIC static
printf-parse.h 68 #ifdef STATIC
69 STATIC
  /src/sys/arch/playstation2/dev/
sbus.c 54 #define STATIC
56 #define STATIC static
59 STATIC void sbus_type2_pcmcia_intr_clear(void);
60 STATIC void sbus_type2_pcmcia_intr_enable(void);
61 STATIC void sbus_type2_pcmcia_intr_disable(void);
62 STATIC void sbus_type2_pcmcia_intr_reinstall(void);
63 STATIC void sbus_type3_pcmcia_intr_clear(void);
64 STATIC void sbus_type3_pcmcia_intr_enable(void);
65 STATIC void sbus_type3_pcmcia_intr_disable(void)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa32-netbsd.h 34 STATIC func_ptr __CTOR_LIST__[1] \
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa32-netbsd.h 34 STATIC func_ptr __CTOR_LIST__[1] \
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7-constdef.h 24 #if !defined STATIC
25 #define STATIC /* empty */
30 STATIC const __attribute__((__progmem__)) \
37 STATIC const f7_t F7_(const_ ## NAME) = \
43 #undef STATIC
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7-constdef.h 24 #if !defined STATIC
25 #define STATIC /* empty */
30 STATIC const __attribute__((__progmem__)) \
37 STATIC const f7_t F7_(const_ ## NAME) = \
43 #undef STATIC
  /src/sys/arch/hpcmips/hpcmips/
mainbus.c 52 #define STATIC
54 #define STATIC static
57 STATIC int mainbus_match(device_t, cfdata_t, void *);
58 STATIC void mainbus_attach(device_t, device_t, void *);
59 STATIC int mainbus_search(device_t, cfdata_t, const int *, void *);
60 STATIC int mainbus_print(void *, const char *);
65 STATIC int __mainbus_attached;
77 static const char * const devnames[] = { /* ATTACH ORDER */
  /src/sys/fs/sysvbfs/
bfs_sysvbfs.c 50 #define STATIC
52 STATIC bool bc_read_n(void *, uint8_t *, daddr_t, int);
53 STATIC bool bc_read(void *, uint8_t *, daddr_t);
54 STATIC bool bc_write_n(void *, uint8_t *, daddr_t, int);
55 STATIC bool bc_write(void *, uint8_t *, daddr_t);
85 STATIC bool
100 STATIC bool
121 STATIC bool
136 STATIC bool
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.h 68 #ifdef STATIC
69 STATIC
wprintf-parse.h 68 #ifdef STATIC
69 STATIC
  /src/external/gpl2/texinfo/dist/intl/
printf-parse.h 70 #ifdef STATIC
71 STATIC
wprintf-parse.h 70 #ifdef STATIC
71 STATIC
  /src/external/gpl2/xcvs/dist/lib/
printf-parse.h 67 #ifdef STATIC
68 STATIC
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
pa64-hpux-lib.h 66 static void __attribute__((used)) \
96 STATIC func_ptr __DTOR_LIST__[1] \
102 STATIC func_ptr __DTOR_LIST__[1] \
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
pa64-hpux-lib.h 66 static void __attribute__((used)) \
96 STATIC func_ptr __DTOR_LIST__[1] \
102 STATIC func_ptr __DTOR_LIST__[1] \
  /src/external/gpl2/grep/dist/intl/
eval-plural.h 20 #ifndef STATIC
21 #define STATIC static
25 STATIC unsigned long int plural_eval PARAMS ((struct expression *pexp,
29 STATIC
  /src/external/gpl3/gcc.old/dist/intl/
eval-plural.h 19 #ifndef STATIC
20 #define STATIC static
24 STATIC unsigned long int plural_eval PARAMS ((struct expression *pexp,
28 STATIC
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461pcmcia.c 157 STATIC int hd64461pcmcia_chip_mem_alloc(pcmcia_chipset_handle_t, bus_size_t,
159 STATIC void hd64461pcmcia_chip_mem_free(pcmcia_chipset_handle_t,
161 STATIC int hd64461pcmcia_chip_mem_map(pcmcia_chipset_handle_t, int, bus_addr_t,
163 STATIC void hd64461pcmcia_chip_mem_unmap(pcmcia_chipset_handle_t, int);
164 STATIC int hd64461pcmcia_chip_io_alloc(pcmcia_chipset_handle_t, bus_addr_t,
166 STATIC void hd64461pcmcia_chip_io_free(pcmcia_chipset_handle_t,
168 STATIC int hd64461pcmcia_chip_io_map(pcmcia_chipset_handle_t, int, bus_addr_t,
170 STATIC void hd64461pcmcia_chip_io_unmap(pcmcia_chipset_handle_t, int);
171 STATIC void hd64461pcmcia_chip_socket_enable(pcmcia_chipset_handle_t);
172 STATIC void hd64461pcmcia_chip_socket_disable(pcmcia_chipset_handle_t)
    [all...]
hd64461video.c 105 STATIC struct hd64461video_chip {
122 STATIC int hd64461video_match(device_t, cfdata_t, void *);
123 STATIC void hd64461video_attach(device_t, device_t, void *);
125 STATIC void hd64461video_setup_hpcfbif(struct hd64461video_chip *);
126 STATIC void hd64461video_update_videochip_status(struct hd64461video_chip *);
127 STATIC size_t hd64461video_frame_buffer_size(struct hd64461video_chip *);
128 STATIC void hd64461video_hwaccel_init(struct hd64461video_chip *);
130 STATIC void hd64461video_set_clut(struct hd64461video_chip *, int, int,
132 STATIC void hd64461video_get_clut(struct hd64461video_chip *, int, int,
134 STATIC int hd64461video_power(void *, int, long, void *)
    [all...]
  /src/bin/sh/
nodes.c.pat 68 STATIC void calcsize(union node *, struct nodesize *);
69 STATIC void sizenodelist(struct nodelist *, struct nodesize *);
70 STATIC union node *copynode(union node *, struct nodecopystate *);
71 STATIC struct nodelist *copynodelist(struct nodelist *, struct nodecopystate *);
72 STATIC char *nodesavestr(char *, struct nodecopystate *);
113 STATIC void
121 STATIC void
133 STATIC union node *
143 STATIC struct nodelist *
164 STATIC char
    [all...]
alias.c 38 static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
60 STATIC void setalias(char *, char *);
61 STATIC int by_name(const void *, const void *);
62 STATIC void list_aliases(void);
63 STATIC int unalias(char *);
64 STATIC struct alias **freealias(struct alias **, int);
65 STATIC struct alias **hashalias(const char *);
66 STATIC int countaliases(void);
68 STATIC
87 STATIC struct alias *
    [all...]
  /src/sys/arch/playstation2/ee/
gsfb.c 57 #define STATIC
59 #define STATIC static
69 static int gsfb_is_console;
70 static struct gsfb_softc gsfb_console_softc;
72 STATIC void gsfb_dma_kick(paddr_t, size_t);
73 STATIC void gsfb_font_expand_psmct32(const struct wsdisplay_font *, u_int,
75 STATIC inline void gsfb_set_cursor_pos(u_int32_t *, int, int, int, int);
82 STATIC const u_int32_t gsfb_ansi_psmct32[] = {
118 STATIC u_int32_t gsfb_scroll_cmd_640x16[] __attribute__((__aligned__(16))) =
    [all...]
timer.c 50 #define STATIC
52 #define STATIC static
55 STATIC int timer0_intr(void *);

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011