| /src/external/ibm-public/postfix/dist/src/global/ |
| ext_prop.c | 23 /* of canonical table entries (not: regular expressions). 26 /* of virtual table entries (not: regular expressions). 69 static const NAME_MASK table[] = { local 79 return (name_mask(param_name, table, pattern));
|
| input_transp.c | 74 static const NAME_MASK table[] = { local 82 return (name_mask(param_name, table, pattern));
|
| int_filt.c | 60 static const NAME_MASK table[] = { local 74 name_mask(VAR_INT_FILT_CLASSES, table, var_int_filt_classes);
|
| smtputf8.c | 72 static const NAME_MASK table[] = { local 89 name_mask(VAR_SMTPUTF8_AUTOCLASS, table, var_smtputf8_autoclass);
|
| /src/external/bsd/unbound/dist/services/cache/ |
| rrset.h | 57 /** uses partitioned hash table */ 58 struct slabhash table; member in struct:rrset_cache
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| unix_pass_fd_fix.c | 62 const static NAME_MASK table[] = { local 68 table, workarounds);
|
| inet_addr_sizes.c | 58 static const INET_ADDR_SIZES table[] = { variable 73 for (sp = table; /* see below */ ; sp++) { 74 if (sp >= table + sizeof(table) / sizeof(*table))
|
| /src/usr.bin/mklocale/ |
| yacc.y | 131 | table 135 table : entry label 136 | table entry 746 err(1, "writing runetype_ext table #%d to %s", n, locale_file);
|
| /src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| table.c | 1 /* Id: table.c,v 1.29 2011/06/05 08:54:42 plunky Exp */ 2 /* $NetBSD: table.c,v 1.1.1.3 2011/09/01 12:46:50 plunky Exp $ */ 26 struct optab table[] = { variable in typeref:struct:optab 966 int tablesize = sizeof(table)/sizeof(table[0]);
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| schedcover.py | 12 table = {} variable 17 global table, models 19 entry = table.setdefault(instr, dict()) 32 global table, models 39 ordered_table = sorted(table.items(), key=operator.itemgetter(0))
|
| /src/external/bsd/ipf/dist/lib/ |
| printhash.c | 20 iphtent_t *ipep, **table; local 40 sz = iph.iph_size * sizeof(*table); 41 table = malloc(sz); 42 if ((*copyfunc)((char *)iph.iph_table, (char *)table, sz)) 52 free(table);
|
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| table.c | 1 /* Id: table.c,v 1.20 2011/11/13 22:30:18 gmcgarry Exp */ 2 /* $NetBSD: table.c,v 1.1.1.3 2012/01/11 20:32:45 plunky Exp $ */ 36 struct optab table[] = { variable in typeref:struct:optab 1848 int tablesize = sizeof(table)/sizeof(table[0]);
|
| /src/external/bsd/pcc/dist/pcc/arch/mips/ |
| table.c | 1 /* Id: table.c,v 1.18 2016/01/05 12:23:22 ragge Exp */ 2 /* $NetBSD: table.c,v 1.1.1.4 2016/02/09 20:28:23 plunky Exp $ */ 49 struct optab table[] = { variable in typeref:struct:optab 1327 int tablesize = sizeof(table)/sizeof(table[0]);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| hash.h | 34 struct hash_entry *table; /* Pointer to array of entries. */ member in struct:hash_table 39 /* Initialize a hash table. INIT_SIZE > 1 is the initial number of available 44 /* Delete a hash table's contents. 48 /* Look up the value of a key in the given table. 54 /* Try to insert the pair (KEY[0..KEYLEN-1], DATA) in the hash table. 55 Return non-NULL (more precisely, the address of the KEY inside the table's 62 /* Insert the pair (KEY[0..KEYLEN-1], DATA) in the hash table. 68 /* Steps *PTR forward to the next used entry in the given hash table. *PTR 71 Return 0 normally, -1 when the whole hash table has been traversed. */ 76 /* Steps *PTR forward to the next used entry in the given hash table. *PT [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| hash.h | 34 struct hash_entry *table; /* Pointer to array of entries. */ member in struct:hash_table 39 /* Initialize a hash table. INIT_SIZE > 1 is the initial number of available 44 /* Delete a hash table's contents. 48 /* Look up the value of a key in the given table. 54 /* Try to insert the pair (KEY[0..KEYLEN-1], DATA) in the hash table. 55 Return non-NULL (more precisely, the address of the KEY inside the table's 62 /* Insert the pair (KEY[0..KEYLEN-1], DATA) in the hash table. 68 /* Steps *PTR forward to the next used entry in the given hash table. *PTR 71 Return 0 normally, -1 when the whole hash table has been traversed. */ 76 /* Steps *PTR forward to the next used entry in the given hash table. *PT [all...] |
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| hash.h | 34 struct hash_entry *table; /* Pointer to array of entries. */ member in struct:hash_table 39 /* Initialize a hash table. INIT_SIZE > 1 is the initial number of available 44 /* Delete a hash table's contents. 48 /* Look up the value of a key in the given table. 54 /* Try to insert the pair (KEY[0..KEYLEN-1], DATA) in the hash table. 55 Return non-NULL (more precisely, the address of the KEY inside the table's 62 /* Insert the pair (KEY[0..KEYLEN-1], DATA) in the hash table. 68 /* Steps *PTR forward to the next used entry in the given hash table. *PTR 71 Return 0 normally, -1 when the whole hash table has been traversed. */ 76 /* Steps *PTR forward to the next used entry in the given hash table. *PT [all...] |
| /src/external/mit/isl/dist/ |
| isl_union_map_private.h | 10 struct isl_hash_table table; member in struct:isl_union_map
|
| /src/sys/dev/acpi/ |
| acpi_slit.c | 46 ACPI_TABLE_HEADER *table; local 49 rv = AcpiGetTable(ACPI_SIG_SLIT, 1, (ACPI_TABLE_HEADER **)&table); 54 if (table == NULL) 57 if (table->Length == 0xffffffff) 60 slit = (ACPI_TABLE_SLIT *)table;
|
| /src/sys/dev/sysmon/ |
| sysmon_envsys_tables.c | 140 * Returns the entry from specified table with type == key 145 const struct sme_descr_entry *table = sme_find_table(table_id); local 147 if (table != NULL) 148 for (; table->type != -1; table++) 149 if (table->type == key) 150 return table; 158 const struct sme_descr_entry *table = sme_find_table(table_id); local 160 if (table != NULL) 161 for (; table->type != -1; table++ [all...] |
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_hashtab.h | 47 LIST_HEAD(drm_hash_item_list, drm_hash_item) *table; member in struct:drm_open_hash
|
| /src/tests/lib/libc/stdlib/ |
| t_abs.c | 50 } table[] = { local 59 for (size_t i = 0; i < __arraycount(table); i++) 60 ATF_CHECK(abs(table[i].val) == table[i].res); 74 } table[] = { local 86 for (size_t i = 0; i < __arraycount(table); i++) 87 ATF_CHECK(imaxabs(table[i].val) == table[i].res); 101 } table[] = { local 112 for (size_t i = 0; i < __arraycount(table); i++ 127 } table[] = { local [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| crc.c | 38 static u_long table[256]; variable 60 table[i] = crc; 69 res = table[(res ^ *p++) & 0xFF] ^ (res >> 8);
|
| /src/external/apache2/llvm/dist/llvm/utils/emacs/ |
| llvm-mode.el | 12 (defvar llvm-mode-syntax-table 13 (let ((table (make-syntax-table))) 14 (modify-syntax-entry ?% "_" table) 15 (modify-syntax-entry ?. "_" table) 16 (modify-syntax-entry ?\; "< " table) 17 (modify-syntax-entry ?\n "> " table) 18 table) 19 "Syntax table used while in LLVM mode.")
|
| /src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| table.c | 1 /* Id: table.c,v 1.35 2011/06/05 08:54:42 plunky Exp */ 2 /* $NetBSD: table.c,v 1.1.1.2 2011/09/01 12:46:38 plunky Exp $ */ 13 struct optab table[] = { variable in typeref:struct:optab 589 int tablesize = sizeof(table)/sizeof(table[0]);
|
| /src/external/bsd/pcc/dist/pcc/arch/nova/ |
| table.c | 1 /* Id: table.c,v 1.3 2014/06/03 20:19:50 ragge Exp */ 2 /* $NetBSD: table.c,v 1.1.1.3 2014/07/24 19:19:10 plunky Exp $ */ 41 struct optab table[] = { variable in typeref:struct:optab 171 * There are lots of them, first in table conversions to itself 1006 /* order of table entries is very important here! */ 1573 int tablesize = sizeof(table)/sizeof(table[0]);
|