Searched defs:table (Results 76 - 100 of 328) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf-strtab.c49 struct bfd_hash_table table; member in struct:elf_strtab_hash
96 struct elf_strtab_hash *table; local
63 elf_strtab_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
[all...]
H A Dsection.c711 bfd_section_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
[all...]
/freebsd-10-stable/contrib/binutils/gas/
H A Dhash.c54 struct hash_entry **table; member in struct:hash_control
138 hash_die(struct hash_control *table) argument
154 hash_lookup(struct hash_control *table, const char *key, size_t len, struct hash_entry ***plist, unsigned long *phash) argument
226 hash_insert(struct hash_control *table, const char *key, PTR value) argument
256 hash_jam(struct hash_control *table, const char *key, PTR value) argument
294 hash_replace(struct hash_control *table, const char *key, PTR value) argument
318 hash_find(struct hash_control *table, const char *key) argument
333 hash_find_n(struct hash_control *table, const char *key, size_t len) argument
348 hash_delete(struct hash_control *table, const char *key) argument
377 hash_traverse(struct hash_control *table, void (*pfn) (const char *key, PTR value)) argument
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dcfgbuild.c592 purge_dead_tablejump_edges(basic_block bb, rtx table) argument
640 rtx table; local
H A Dunwind-dw2-fde-glibc.c339 const struct fde_table *table = (const struct fde_table *) p; local
[all...]
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dinit.c138 cpp_create_reader (enum c_lang lang, hash_table *table, argument
H A Dsymtab.c57 hash_table *table; local
77 ht_destroy(hash_table *table) argument
94 ht_lookup(hash_table *table, const unsigned char *str, size_t len, enum ht_lookup_option insert) argument
102 ht_lookup_with_hash(hash_table *table, const unsigned char *str, size_t len, unsigned int hash, enum ht_lookup_option insert) argument
179 ht_expand(hash_table *table) argument
221 ht_forall(hash_table *table, ht_cb cb, const void *v) argument
253 ht_dump_statistics(hash_table *table) argument
[all...]
/freebsd-10-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h86 class table { class
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipnat.c420 ipftable_t table; local
[all...]
H A Dippool_y.y161 table: IPT_TABLE { bzero((char *)&ipht, sizeof(ipht)); label
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c141 static const int table[] = local
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c82 find_name(char **table, int length, char *name) argument
H A Dread_entry.c66 convert_strings(char *buf, char **Strings, int count, int size, char *table) argument
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c427 static const char *table[] = local
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtput.c110 } table[] = { local
/freebsd-10-stable/contrib/unbound/util/storage/
H A Dlruhash.c66 struct lruhash* table = (struct lruhash*)calloc(1, local
97 bin_delete(struct lruhash* table, struct lruhash_bin* bin) argument
116 bin_split(struct lruhash* table, struct lruhash_bin* newa, int newmask) argument
152 lruhash_delete(struct lruhash* table) argument
181 reclaim_space(struct lruhash* table, struct lruhash_entry** list) argument
217 bin_find_entry(struct lruhash* table, struct lruhash_bin* bin, hashvalue_t hash, void* key) argument
230 table_grow(struct lruhash* table) argument
265 lru_front(struct lruhash* table, struct lruhash_entry* entry) argument
276 lru_remove(struct lruhash* table, struct lruhash_entry* entry) argument
287 lru_touch(struct lruhash* table, struct lruhash_entry* entry) argument
299 lruhash_insert(struct lruhash* table, hashvalue_t hash, struct lruhash_entry* entry, void* data, void* cb_arg) argument
355 lruhash_lookup(struct lruhash* table, hashvalue_t hash, void* key, int wr) argument
377 lruhash_remove(struct lruhash* table, hashvalue_t hash, void* key) argument
415 bin_clear(struct lruhash* table, struct lruhash_bin* bin) argument
437 lruhash_clear(struct lruhash* table) argument
458 lruhash_status(struct lruhash* table, const char* id, int extended) argument
492 lruhash_get_mem(struct lruhash* table) argument
515 lruhash_setmarkdel(struct lruhash* table, lruhash_markdelfunc_t md) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Drtbl.c69 rtbl_set_flags (rtbl_t table, unsigned int flags) argument
75 rtbl_get_flags (rtbl_t table) argument
81 rtbl_get_column_by_id (rtbl_t table, unsigned int id) argument
91 rtbl_get_column (rtbl_t table, const char *column) argument
101 rtbl_destroy(rtbl_t table) argument
123 rtbl_add_column_by_id(rtbl_t table, unsigned int id, const char *header, unsigned int flags) argument
152 rtbl_add_column(rtbl_t table, const char *header, unsigned int flags) argument
158 rtbl_new_row(rtbl_t table) argument
184 column_compute_width(rtbl_t table, struct column_data *column) argument
198 rtbl_set_prefix(rtbl_t table, const char *prefix) argument
209 rtbl_set_separator(rtbl_t table, const char *separator) argument
220 rtbl_set_column_prefix(rtbl_t table, const char *column, const char *prefix) argument
236 rtbl_set_column_affix_by_id(rtbl_t table, unsigned int id, const char *prefix, const char *suffix) argument
267 get_column_prefix(rtbl_t table, struct column_data *c) argument
279 get_column_suffix(rtbl_t table, struct column_data *c) argument
305 rtbl_add_column_entry_by_id(rtbl_t table, unsigned int id, const char *data) argument
316 rtbl_add_column_entryv_by_id(rtbl_t table, unsigned int id, const char *fmt, ...) argument
334 rtbl_add_column_entry(rtbl_t table, const char *column, const char *data) argument
345 rtbl_add_column_entryv(rtbl_t table, const char *column, const char *fmt, ...) argument
363 rtbl_format(rtbl_t table, FILE * f) argument
433 rtbl_t table; local
[all...]
/freebsd-10-stable/lib/libc/locale/
H A Dcollate.c82 struct xlocale_collate *table local
95 struct xlocale_collate *table = calloc(sizeof(struct xlocale_collate), 1); local
118 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) argument
251 __collate_substitute(struct xlocale_collate *table, const u_char *s) argument
278 __collate_lookup(struct xlocale_collate *table, const u_char *t, int *len, int *prim, int *sec) argument
[all...]
/freebsd-10-stable/lib/libc/stdio/
H A Dprintf-pos.c71 enum typeid *table; /* table of types */ member in struct:typetable
[all...]
/freebsd-10-stable/sys/amd64/acpica/
H A Dacpi_machdep.c169 void *table; local
197 ACPI_TABLE_HEADER *table; local
231 acpi_unmap_table(void *table) argument
250 ACPI_TABLE_HEADER *table; local
[all...]
/freebsd-10-stable/sys/boot/common/
H A Ddisk.c47 struct ptable *table; member in struct:open_disk
191 struct ptable *table; local
240 struct ptable *table; local
[all...]
/freebsd-10-stable/sys/dev/ipmi/
H A Dipmi_smbios.c183 void *table; local
[all...]
/freebsd-10-stable/sys/dev/ppbus/
H A Dppb_msq.c61 struct ppb_xfer *table; local
/freebsd-10-stable/sys/geom/part/
H A Dg_part_apm.c214 struct g_part_apm_table *table; local
250 struct g_part_apm_table *table; local
292 g_part_apm_dumpconf(struct g_part_table *table, struct g_part_entry *baseentry, struct sbuf *sb, const char *indent) argument
323 g_part_apm_dumpto(struct g_part_table *table, struct g_part_entry *baseentry) argument
379 g_part_apm_name(struct g_part_table *table, struct g_part_entry *baseentry, char *buf, size_t bufsz) argument
391 struct g_part_apm_table *table; local
459 struct g_part_apm_table *table; local
523 struct g_part_apm_table *table; local
[all...]
H A Dg_part_bsd.c159 struct g_part_bsd_table *table; local
178 struct g_part_bsd_table *table; local
199 struct g_part_bsd_table *table; local
247 struct g_part_bsd_table *table; local
260 g_part_bsd_dumpconf(struct g_part_table *table, struct g_part_entry *baseentry, struct sbuf *sb, const char *indent) argument
279 g_part_bsd_dumpto(struct g_part_table *table, struct g_part_entry *baseentry) argument
307 struct g_part_bsd_table *table; local
346 g_part_bsd_name(struct g_part_table *table, struct g_part_entry *baseentry, char *buf, size_t bufsz) argument
355 g_part_bsd_probe(struct g_part_table *table, struct g_consumer *cp) argument
386 struct g_part_bsd_table *table; local
503 struct g_part_bsd_table *table; local
[all...]

Completed in 399 milliseconds

1234567891011>>