Searched defs:at (Results 1 - 25 of 114) sorted by relevance

12345

/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_wattroff.c48 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
60 toggle_attr_off(WINDOW_ATTRS(win), at); local
H A Dlib_wattron.c48 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
60 toggle_attr_on(WINDOW_ATTRS(win), at); local
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_form.c32 dwarf_whatform(Dwarf_Attribute at, Dwarf_Half *return_form, Dwarf_Error *err) argument
H A Ddwarf_attr.c36 Dwarf_Attribute at; local
65 Dwarf_Attribute at; local
[all...]
H A Ddwarf_finish.c37 Dwarf_Attribute at; local
/freebsd-10.1-release/contrib/bsnmp/snmp_mibII/
H A DmibII_nettomedia.c46 struct mibarp *at; local
66 struct mibarp *at; local
89 mib_arp_delete(struct mibarp *at) argument
99 struct mibarp *at; local
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dsctp_crc32.c89 struct mbuf *at; local
[all...]
/freebsd-10.1-release/usr.sbin/nscd/
H A Dagent.c72 register_agent(struct agent_table *at, struct agent *a) argument
96 find_agent(struct agent_table *at, const char *name, enum agent_type type) argument
113 destroy_agent_table(struct agent_table *at) argument
[all...]
/freebsd-10.1-release/usr.sbin/pw/
H A Dbitmap.c94 int at = 0; local
115 int at = 0; local
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dt_req.c168 ASN1_TYPE *at; local
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dlist.h92 struct list_head *at = head->next; local
/freebsd-10.1-release/sys/dev/hptnr/
H A Dlist.h91 struct list_head *at = head->next; local
/freebsd-10.1-release/sys/dev/hptrr/
H A Dlist.h94 struct list_head *at = head->next; local
/freebsd-10.1-release/sys/pc98/cbus/
H A Dsyscons_cbus.c136 const char *at; local
H A Dscgdcrndr.c150 gdc_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) argument
168 int at; local
/freebsd-10.1-release/usr.sbin/mfiutil/
H A Dmfi_patrol.c44 adapter_time(time_t now, uint32_t at_now, uint32_t at) argument
53 mfi_get_time(int fd, uint32_t *at) argument
86 uint32_t at; local
254 uint32_t at, next_exec, exec_freq; local
[all...]
/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dlogin_access.c199 char *at; local
/freebsd-10.1-release/crypto/heimdal/appl/rsh/
H A Dlogin_access.c199 char *at; local
/freebsd-10.1-release/sys/dev/syscons/
H A Dscgfbrndr.c244 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) argument
287 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) argument
322 gfb_blink(scr_stat *scp, int at, int flip) argument
[all...]
H A Dscvtb.c120 sc_vtb_getc(sc_vtb_t *vtb, int at) argument
131 sc_vtb_geta(sc_vtb_t *vtb, int at) argument
142 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) argument
165 sc_vtb_pointer(sc_vtb_t *vtb, int at) argument
240 sc_vtb_erase(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
272 sc_vtb_delete(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
302 sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr) argument
[all...]
/freebsd-10.1-release/sys/isa/
H A Dsyscons_isa.c158 const char *at; local
/freebsd-10.1-release/crypto/openssl/apps/
H A Dasn1pars.c102 ASN1_TYPE *at = NULL; local
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_att.c207 X509_ATTRIBUTE *at; local
/freebsd-10.1-release/contrib/gcc/
H A Dloop-unswitch.c175 rtx test, at, op[2], stest; local
/freebsd-10.1-release/contrib/ldns/ldns/
H A Dbuffer.h257 ldns_buffer_at(const ldns_buffer *buffer, size_t at) argument
306 ldns_buffer_remaining_at(ldns_buffer *buffer, size_t at) argument
335 ldns_buffer_available_at(ldns_buffer *buffer, size_t at, size_t count) argument
360 ldns_buffer_write_at(ldns_buffer *buffer, size_t at, const void *data, size_t count) argument
386 ldns_buffer_write_string_at(ldns_buffer *buffer, size_t at, const char *str) argument
409 ldns_buffer_write_u8_at(ldns_buffer *buffer, size_t at, uint8_t data) argument
434 ldns_buffer_write_u16_at(ldns_buffer *buffer, size_t at, uint16_t data) argument
459 ldns_buffer_write_u32_at(ldns_buffer *buffer, size_t at, uint32_t data) argument
485 ldns_buffer_read_at(ldns_buffer *buffer, size_t at, void *data, size_t count) argument
511 ldns_buffer_read_u8_at(ldns_buffer *buffer, size_t at) argument
537 ldns_buffer_read_u16_at(ldns_buffer *buffer, size_t at) argument
563 ldns_buffer_read_u32_at(ldns_buffer *buffer, size_t at) argument
[all...]

Completed in 295 milliseconds

12345