games/canfield/canfield/canfield.c
1285
mtforigin = tab;
games/trek/getpar.c
115
getcodpar(const char *s, const struct cvntab tab[])
games/trek/getpar.c
143
for (r = tab; r->abrev; r++)
games/trek/getpar.c
159
for (r = tab; r->abrev; r++)
lib/libc/stdio/vfscanf.c
872
__sccl(char *tab, u_char *fmt)
lib/libc/stdio/vfscanf.c
885
tab[n] = v;
lib/libc/stdio/vfscanf.c
898
tab[c] = v; /* take character c */
lib/libc/stdio/vfscanf.c
932
tab[++c] = v;
lib/libc/stdlib/radixsort.c
66
if (tab == NULL) { \
lib/libc/stdlib/radixsort.c
75
endch = tab[endch]; \
lib/libc/stdlib/radixsort.c
76
tr = tab; \
lib/libc/stdlib/radixsort.c
85
radixsort(const u_char **a, int n, const u_char *tab, u_int endch)
lib/libc/stdlib/radixsort.c
97
sradixsort(const u_char **a, int n, const u_char *tab, u_int endch)
lib/libcrypto/bn/bn_kron.c
116
k = tab[BN_lsw(a) & 7];
lib/libcrypto/bn/bn_kron.c
156
k *= tab[BN_lsw(b) & 7];
lib/libcrypto/bn/bn_kron.c
69
static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1};
lib/libcurses/capdefaults.c
86
if (VALID_STRING(tab) && (capval = EXTRACT_DELAY(tab)))
lib/libcurses/tinfo/lib_ttyflags.c
160
tab = back_tab = NULL;
lib/libcurses/tinfo/lib_ttyflags.c
165
tab = back_tab = NULL;
lib/libcurses/tinfo/parse_entry.c
885
if (WANTED(tab)) {
lib/libcurses/tinfo/parse_entry.c
889
tab = _nc_save_str(buf);
lib/libcurses/tinfo/parse_entry.c
891
tab = _nc_save_str(C_HT);
lib/libcurses/tinfo/parse_entry.c
910
if (PRESENT(tab) && _nc_capcmp(tab, C_HT))
lib/libcurses/tinfo/parse_entry.c
912
_nc_visbuf(tab));
lib/libcurses/tinfo/parse_entry.c
914
if (WANTED(tab))
lib/libcurses/tinfo/parse_entry.c
915
tab = _nc_save_str(C_HT);
lib/libcurses/tinfo/tinfo_driver.c
643
tab = back_tab = NULL;
lib/libcurses/tinfo/tinfo_driver.c
648
tab = back_tab = NULL;
lib/libcurses/tty/lib_mvcur.c
353
SP_PARM->_ht_cost = CostOf(tab, 0);
lib/libcurses/tty/lib_mvcur.c
638
if (init_tabs > 0 && tab) {
lib/libcurses/tty/lib_mvcur.c
643
SP_PARM->_ht_cost, 1, tab);
libexec/ftpd/ftpcmd.y
1008
struct tab cmdtab[] = { /* In order defined in RFC 765 */
libexec/ftpd/ftpcmd.y
1063
struct tab sitetab[] = {
libexec/ftpd/ftpcmd.y
1071
static void help(struct tab *, char *);
libexec/ftpd/ftpcmd.y
1072
static struct tab *
libexec/ftpd/ftpcmd.y
1073
lookup(struct tab *, const char *);
libexec/ftpd/ftpcmd.y
1079
static struct tab *
libexec/ftpd/ftpcmd.y
1080
lookup(struct tab *p, const char *cmd)
libexec/ftpd/ftpcmd.y
1196
struct tab *p;
libexec/ftpd/ftpcmd.y
1440
help(struct tab *ctab, char *s)
libexec/ftpd/ftpcmd.y
1442
struct tab *c;
regress/lib/libc/arch/alpha/divremtest/mkcases.c
35
char *tab[4] = { "u_int", "int", "u_long", "long" };
regress/lib/libc/arch/alpha/divremtest/mkcases.c
51
tab[(i >> 4) & 0x3],
regress/lib/libc/arch/alpha/divremtest/mkcases.c
52
tab[(i >> 2) & 0x3],
regress/lib/libc/arch/alpha/divremtest/mkcases.c
53
tab[(i >> 0) & 0x3]);
regress/lib/libc/arch/alpha/divremtest/mkcases.c
56
tab[(i >> 4) & 0x3],
regress/lib/libc/arch/alpha/divremtest/mkcases.c
57
tab[(i >> 2) & 0x3],
regress/lib/libc/arch/alpha/divremtest/mkcases.c
58
tab[(i >> 0) & 0x3]);
regress/lib/libc/arch/alpha/divremtest/mktestcases.c
57
char *tab[] = { ".i", ".l", "-i", "-l" };
regress/lib/libc/arch/alpha/divremtest/mktestcases.c
60
tab[(j >> 4) & 0x3],
regress/lib/libc/arch/alpha/divremtest/mktestcases.c
61
tab[(j >> 2) & 0x3],
regress/lib/libc/arch/alpha/divremtest/mktestcases.c
62
tab[(j >> 0) & 0x3],
sbin/ipsecctl/pfkdump.c
229
lookup(struct idname *tab, u_int32_t id)
sbin/ipsecctl/pfkdump.c
233
for (entry = tab; entry->name; entry++)
sbin/ipsecctl/pfkdump.c
240
lookup_name(struct idname *tab, u_int32_t id)
sbin/ipsecctl/pfkdump.c
244
entry = lookup(tab, id);
sbin/resolvd/resolvd.c
386
zeroslot(struct rdns_proposal *tab)
sbin/resolvd/resolvd.c
388
tab->prio = 0;
sbin/resolvd/resolvd.c
389
tab->af = 0;
sbin/resolvd/resolvd.c
390
tab->if_index = 0;
sbin/resolvd/resolvd.c
391
tab->ip[0] = '\0';
sbin/resolvd/resolvd.c
395
findslot(struct rdns_proposal *tab)
sbin/resolvd/resolvd.c
400
if (tab[i].prio == 0)
sbin/resolvd/resolvd.c
405
zeroslot(&tab[i]);
sbin/scsi/libscsi.c
809
scsi_assoc_text(int code, scsi_assoc_t *tab)
sbin/scsi/libscsi.c
811
while (tab->text) {
sbin/scsi/libscsi.c
812
if (tab->code == code)
sbin/scsi/libscsi.c
813
return tab->text;
sbin/scsi/libscsi.c
815
tab++;
sbin/unwind/libunbound/util/config_file.c
2636
char* tab = strchr(str, '\t');
sbin/unwind/libunbound/util/config_file.c
2637
if(!tab && !sp)
sbin/unwind/libunbound/util/config_file.c
2639
if(!sp) return tab;
sbin/unwind/libunbound/util/config_file.c
2640
if(!tab) return sp;
sbin/unwind/libunbound/util/config_file.c
2641
return (sp<tab)?sp:tab;
sbin/unwind/libunbound/util/config_file.c
2648
char* tab = strrchr(str, '\t');
sbin/unwind/libunbound/util/config_file.c
2649
if(!tab && !sp)
sbin/unwind/libunbound/util/config_file.c
2651
if(!sp) return tab;
sbin/unwind/libunbound/util/config_file.c
2652
if(!tab) return sp;
sbin/unwind/libunbound/util/config_file.c
2653
return (sp>tab)?sp:tab;
sbin/wsconsctl/util.c
219
int2name(int val, int uflag, const struct nameint *tab, int len)
sbin/wsconsctl/util.c
225
if (tab[i].value == val)
sbin/wsconsctl/util.c
226
return(tab[i].name);
sbin/wsconsctl/util.c
236
name2int(char *val, const struct nameint *tab, int len)
sbin/wsconsctl/util.c
241
if (strcmp(tab[i].name, val) == 0)
sbin/wsconsctl/util.c
242
return(tab[i].value);
sys/arch/amd64/stand/libsa/biosdev.c
702
} tab[] = {
sys/arch/amd64/stand/libsa/biosdev.c
726
for (p = tab; p->error && p->error != error; p++)
sys/arch/i386/i386/est.c
864
#define ENTRY(ven, bus_clk, tab) \
sys/arch/i386/i386/est.c
865
{ CPUVENDOR_##ven, bus_clk == BUS133 ? 1 : 0, nitems(tab), tab }
sys/arch/i386/stand/libsa/biosdev.c
701
} tab[] = {
sys/arch/i386/stand/libsa/biosdev.c
725
for (p = tab; p->error && p->error != error; p++)
sys/dev/acpi/dsdt.c
332
struct aml_opcode *tab;
sys/dev/acpi/dsdt.c
335
if ((tab = aml_findopcode(opcode)) != NULL) {
sys/dev/acpi/dsdt.c
336
strlcpy(mnemstr, tab->mnem, sizeof(mnemstr));
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2650
struct phm_clock_voltage_dependency_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2655
if (tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2656
for (i = 0; i < tab->count; i++)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2657
smu7_patch_ppt_v0_with_vdd_leakage(hwmgr, &tab->entries[i].v,
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2664
struct phm_clock_voltage_dependency_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2669
if (tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2670
for (i = 0; i < tab->count; i++)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2671
smu7_patch_ppt_v0_with_vdd_leakage(hwmgr, &tab->entries[i].v,
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2678
struct phm_vce_clock_voltage_dependency_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2683
if (tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2684
for (i = 0; i < tab->count; i++)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2685
smu7_patch_ppt_v0_with_vdd_leakage(hwmgr, &tab->entries[i].v,
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2693
struct phm_uvd_clock_voltage_dependency_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2698
if (tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2699
for (i = 0; i < tab->count; i++)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2700
smu7_patch_ppt_v0_with_vdd_leakage(hwmgr, &tab->entries[i].v,
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2707
struct phm_phase_shedding_limits_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2712
if (tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2713
for (i = 0; i < tab->count; i++)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2714
smu7_patch_ppt_v0_with_vdd_leakage(hwmgr, &tab->entries[i].Voltage,
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2721
struct phm_samu_clock_voltage_dependency_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2726
if (tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2727
for (i = 0; i < tab->count; i++)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2728
smu7_patch_ppt_v0_with_vdd_leakage(hwmgr, &tab->entries[i].v,
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2735
struct phm_acp_clock_voltage_dependency_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2740
if (tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2741
for (i = 0; i < tab->count; i++)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2742
smu7_patch_ppt_v0_with_vdd_leakage(hwmgr, &tab->entries[i].v,
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2749
struct phm_clock_and_voltage_limits *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2754
if (tab) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2755
vddc = tab->vddc;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2758
tab->vddc = vddc;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2759
vddci = tab->vddci;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2762
tab->vddci = vddci;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2768
static int smu7_patch_cac_vddc(struct pp_hwmgr *hwmgr, struct phm_cac_leakage_table *tab)
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2774
if (tab) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2775
for (i = 0; i < tab->count; i++) {
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2776
vddc = (uint32_t)(tab->entries[i].Vddc);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2778
tab->entries[i].Vddc = (uint16_t)vddc;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
765
pp_atomctrl_voltage_table_entry *tab, uint16_t *hi,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
770
*hi = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
771
*lo = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
783
if (tab->value == hwmgr->dyn_state.vddc_dependency_on_sclk->entries[v_index].v) {
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
799
if (tab->value <= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[v_index].v) {
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
821
pp_atomctrl_voltage_table_entry *tab,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
826
result = ci_get_std_voltage_value_sidd(hwmgr, tab,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
830
smc_voltage_tab->StdVoltageHiSidd = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
831
smc_voltage_tab->StdVoltageLoSidd = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
834
smc_voltage_tab->Voltage = PP_HOST_TO_SMC_US(tab->value * VOLTAGE_SCALE);
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
1908
SMU71_Discrete_DpmTable *tab)
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
1913
tab->SVI2Enable |= VDDC_ON_SVI2;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
1916
tab->SVI2Enable |= VDDCI_ON_SVI2;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
1918
tab->MergedVddci = 1;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
1921
tab->SVI2Enable |= MVDD_ON_SVI2;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
1923
PP_ASSERT_WITH_CODE(tab->SVI2Enable != (VDDC_ON_SVI2 | VDDCI_ON_SVI2 | MVDD_ON_SVI2) &&
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
1924
(tab->SVI2Enable & VDDC_ON_SVI2), "SVI2 domain configuration is incorrect!", return -EINVAL);
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
531
pp_atomctrl_voltage_table_entry *tab, uint16_t *hi,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
536
*hi = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
537
*lo = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
555
if (tab->value == hwmgr->dyn_state.vddc_dependency_on_sclk->entries[v_index].v) {
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
575
if (tab->value <= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[v_index].v) {
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
597
pp_atomctrl_voltage_table_entry *tab,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
602
result = iceland_get_std_voltage_value_sidd(hwmgr, tab,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
606
smc_voltage_tab->StdVoltageHiSidd = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
607
smc_voltage_tab->StdVoltageLoSidd = tab->value * VOLTAGE_SCALE;
sys/dev/pci/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c
610
smc_voltage_tab->Voltage = PP_HOST_TO_SMC_US(tab->value * VOLTAGE_SCALE);
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1611
#define TAB_MAP(tab) \
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1612
[SMU_TABLE_##tab] = {1, TABLE_##tab}
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1614
#define TAB_MAP_VALID(tab) \
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1615
[SMU_TABLE_##tab] = {1, TABLE_##tab}
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1617
#define TAB_MAP_INVALID(tab) \
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1618
[SMU_TABLE_##tab] = {0, TABLE_##tab}
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1620
#define PWR_MAP(tab) \
sys/dev/pci/drm/amd/pm/swsmu/inc/amdgpu_smu.h
1621
[SMU_POWER_SOURCE_##tab] = {1, POWER_SOURCE_##tab}
sys/dev/pci/if_iwm.c
9265
int i, tab, txmcs;
sys/dev/pci/if_iwm.c
9277
tab = IWM_RATE_MCS_VHT_MSK;
sys/dev/pci/if_iwm.c
9278
tab |= txmcs & IWM_RATE_VHT_MCS_RATE_CODE_MSK;
sys/dev/pci/if_iwm.c
9279
tab |= ((ni->ni_vht_ss - 1) <<
sys/dev/pci/if_iwm.c
9283
tab |= IWM_RATE_MCS_ANT_AB_MSK;
sys/dev/pci/if_iwm.c
9285
tab |= iwm_valid_siso_ant_rate_mask(sc);
sys/dev/pci/if_iwm.c
9296
tab |= IWM_RATE_MCS_CHAN_WIDTH_80;
sys/dev/pci/if_iwm.c
9301
tab |= IWM_RATE_MCS_CHAN_WIDTH_40;
sys/dev/pci/if_iwm.c
9304
tab &= ~IWM_RATE_VHT_MCS_RATE_CODE_MSK;
sys/dev/pci/if_iwm.c
9305
tab |= 8;
sys/dev/pci/if_iwm.c
9308
tab |= IWM_RATE_MCS_RTS_REQUIRED_MSK;
sys/dev/pci/if_iwm.c
9311
tab |= IWM_RATE_MCS_SGI_MSK;
sys/dev/pci/if_iwm.c
9316
tab |= IWM_RATE_MCS_CHAN_WIDTH_80;
sys/dev/pci/if_iwm.c
9317
tab |= IWM_RATE_MCS_RTS_REQUIRED_MSK;
sys/dev/pci/if_iwm.c
9319
tab |= IWM_RATE_MCS_SGI_MSK;
sys/dev/pci/if_iwm.c
9325
tab |= IWM_RATE_MCS_CHAN_WIDTH_40;
sys/dev/pci/if_iwm.c
9326
tab |= IWM_RATE_MCS_RTS_REQUIRED_MSK;
sys/dev/pci/if_iwm.c
9328
tab |= IWM_RATE_MCS_SGI_MSK;
sys/dev/pci/if_iwm.c
9333
tab = iwm_rates[ridx_min].plcp;
sys/dev/pci/if_iwm.c
9334
tab |= iwm_valid_siso_ant_rate_mask(sc);
sys/dev/pci/if_iwm.c
9339
lqcmd->rs_table[i] = htole32(tab);
sys/dev/pci/if_iwm.c
9350
int i, ridx, ridx_min, ridx_max, j, mimo, tab = 0;
sys/dev/pci/if_iwm.c
9371
tab = 0;
sys/dev/pci/if_iwm.c
9384
tab = ht_plcp;
sys/dev/pci/if_iwm.c
9385
tab |= IWM_RATE_MCS_HT_MSK;
sys/dev/pci/if_iwm.c
9393
tab |= IWM_RATE_MCS_CHAN_WIDTH_40;
sys/dev/pci/if_iwm.c
9394
tab |= IWM_RATE_MCS_RTS_REQUIRED_MSK;
sys/dev/pci/if_iwm.c
9397
tab |= IWM_RATE_MCS_SGI_MSK;
sys/dev/pci/if_iwm.c
9404
tab = plcp;
sys/dev/pci/if_iwm.c
9410
if (tab == 0)
sys/dev/pci/if_iwm.c
9414
tab |= IWM_RATE_MCS_ANT_AB_MSK;
sys/dev/pci/if_iwm.c
9416
tab |= iwm_valid_siso_ant_rate_mask(sc);
sys/dev/pci/if_iwm.c
9419
tab |= IWM_RATE_MCS_CCK_MSK;
sys/dev/pci/if_iwm.c
9420
lqcmd->rs_table[j++] = htole32(tab);
sys/dev/pci/if_iwm.c
9427
tab = iwm_rates[ridx_min].plcp;
sys/dev/pci/if_iwm.c
9429
tab |= IWM_RATE_MCS_CCK_MSK;
sys/dev/pci/if_iwm.c
9430
tab |= iwm_valid_siso_ant_rate_mask(sc);
sys/dev/pci/if_iwm.c
9431
lqcmd->rs_table[j++] = htole32(tab);
sys/isofs/cd9660/cd9660_rrip.c
705
RRIP_TABLE *tab;
sys/isofs/cd9660/cd9660_rrip.c
719
tab = rrip_table_getname;
sys/isofs/cd9660/cd9660_rrip.c
724
tab++;
sys/isofs/cd9660/cd9660_rrip.c
727
return (cd9660_rrip_loop(isodir, &analyze, tab));
sys/kern/subr_blist.c
1124
blst_radix_print(blmeta_t *scan, swblk_t blk, swblk_t radix, swblk_t skip, int tab)
sys/kern/subr_blist.c
1132
tab, tab, "",
sys/kern/subr_blist.c
1144
tab, tab, "",
sys/kern/subr_blist.c
1153
tab, tab, "",
sys/kern/subr_blist.c
1162
tab, tab, "",
sys/kern/subr_blist.c
1171
tab += 4;
sys/kern/subr_blist.c
1177
tab, tab, "",
sys/kern/subr_blist.c
1187
tab
sys/kern/subr_blist.c
1191
tab -= 4;
sys/kern/subr_blist.c
1195
tab, tab, ""
sys/kern/subr_blist.c
160
swblk_t radix, swblk_t skip, int tab);
sys/kern/subr_prf.c
165
tablefull(const char *tab)
sys/kern/subr_prf.c
167
log(LOG_ERR, "%s: table is full\n", tab);
usr.bin/awk/awk.h
113
Cell **tab; /* hash table pointers */
usr.bin/awk/b.c
666
gtt *tab = & f->gototab[state];
usr.bin/awk/b.c
667
if (tab->inuse + 1 >= tab->allocated)
usr.bin/awk/b.c
693
gtt *tab = & f->gototab[state];
usr.bin/awk/b.c
694
if (tab->inuse + 1 >= tab->allocated)
usr.bin/awk/b.c
696
f->gototab[state].entries[tab->inuse].ch = ch;
usr.bin/awk/b.c
697
f->gototab[state].entries[tab->inuse].state = val;
usr.bin/awk/b.c
698
++tab->inuse;
usr.bin/awk/run.c
1957
for (cp = tp->tab[i]; cp != NULL; cp = ncp) {
usr.bin/awk/tran.c
170
ap->tab = tp;
usr.bin/awk/tran.c
186
for (cp = tp->tab[i]; cp != NULL; cp = temp) {
usr.bin/awk/tran.c
194
tp->tab[i] = NULL;
usr.bin/awk/tran.c
198
free(tp->tab);
usr.bin/awk/tran.c
210
for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext)
usr.bin/awk/tran.c
213
tp->tab[h] = p->cnext;
usr.bin/awk/tran.c
248
p->cnext = tp->tab[h];
usr.bin/awk/tran.c
249
tp->tab[h] = p;
usr.bin/awk/tran.c
274
for (cp = tp->tab[i]; cp; cp = op) {
usr.bin/awk/tran.c
281
free(tp->tab);
usr.bin/awk/tran.c
282
tp->tab = np;
usr.bin/awk/tran.c
292
for (p = tp->tab[h]; p != NULL; p = p->cnext)
usr.bin/mail/cmd2.c
381
ignore1(char **list, struct ignoretab *tab, char *which)
usr.bin/mail/cmd2.c
389
return(igshow(tab, which));
usr.bin/mail/cmd2.c
392
if (member(field, tab))
usr.bin/mail/cmd2.c
401
igp->i_link = tab->i_head[h];
usr.bin/mail/cmd2.c
402
tab->i_head[h] = igp;
usr.bin/mail/cmd2.c
403
tab->i_count++;
usr.bin/mail/cmd2.c
412
igshow(struct ignoretab *tab, char *which)
usr.bin/mail/cmd2.c
418
if (tab->i_count == 0) {
usr.bin/mail/cmd2.c
422
ring = (char **)salloc((tab->i_count + 1) * sizeof(char *));
usr.bin/mail/cmd2.c
425
for (igp = tab->i_head[h]; igp != 0; igp = igp->i_link)
usr.bin/mail/cmd2.c
428
qsort(ring, tab->i_count, sizeof(char *), igcomp);
usr.bin/mandoc/tbl.c
99
tbl->opts.tab = '\t';
usr.bin/mandoc/tbl.h
32
char tab; /* Option "tab": cell separator. */
usr.bin/mandoc/tbl_data.c
207
if (p[pos] == tbl->opts.tab) {
usr.bin/mandoc/tbl_data.c
57
while (*ccp != '\0' && *ccp != tbl->opts.tab)
usr.bin/mandoc/tbl_opts.c
89
tbl->opts.tab = p[*pos];
usr.bin/mandoc/term_ascii.c
296
static const char *tab[] = {
usr.bin/mandoc/term_ascii.c
363
if ((size_t)uc < sizeof(tab)/sizeof(tab[0]))
usr.bin/mandoc/term_ascii.c
364
return tab[uc];
usr.bin/patch/util.c
344
int sleading, tab;
usr.bin/patch/util.c
360
tab = strchr(t, '\t') != NULL;
usr.bin/patch/util.c
362
for (sleading = strip_leading; *t != '\0' && ((tab && *t != '\t') ||
usr.bin/rpcgen/rpc_hout.c
433
pdeclaration(name, dec, tab, separator)
usr.bin/rpcgen/rpc_hout.c
436
int tab;
usr.bin/rpcgen/rpc_hout.c
445
tabify(fout, tab);
usr.bin/rpcgen/rpc_hout.c
477
tabify(fout, tab);
usr.bin/rpcgen/rpc_hout.c
479
tabify(fout, tab);
usr.bin/rpcgen/rpc_hout.c
481
tabify(fout, tab);
usr.bin/rpcgen/rpc_util.c
339
tabify(f, tab)
usr.bin/rpcgen/rpc_util.c
341
int tab;
usr.bin/rpcgen/rpc_util.c
343
while (tab--) {
usr.bin/spell/spellprog.c
727
struct suftab *tab;
usr.bin/spell/spellprog.c
729
for (tab = suftab; tab->suf; tab++) {
usr.bin/spell/spellprog.c
731
if (strchr(tab->suf, 'z')) {
usr.bin/spell/spellprog.c
732
tab->suf = estrdup(tab->suf);
usr.bin/spell/spellprog.c
733
ztos(tab->suf);
usr.bin/spell/spellprog.c
734
if (strchr(tab->d1, 'z')) {
usr.bin/spell/spellprog.c
735
tab->d1 = estrdup(tab->d1);
usr.bin/spell/spellprog.c
736
ztos(tab->d1);
usr.bin/spell/spellprog.c
738
if (strchr(tab->a1, 'z')) {
usr.bin/spell/spellprog.c
739
tab->a1 = estrdup(tab->a1);
usr.bin/spell/spellprog.c
740
ztos(tab->a1);
usr.sbin/mtree/compare.c
119
tab, s->st_uid, p->fts_statp->st_uid);
usr.sbin/mtree/compare.c
128
tab = "\t";
usr.sbin/mtree/compare.c
133
tab, s->st_gid, p->fts_statp->st_gid);
usr.sbin/mtree/compare.c
142
tab = "\t";
usr.sbin/mtree/compare.c
163
tab, s->st_mode, p->fts_statp->st_mode & MBITS);
usr.sbin/mtree/compare.c
172
tab = "\t";
usr.sbin/mtree/compare.c
180
tab, s->st_nlink, p->fts_statp->st_nlink);
usr.sbin/mtree/compare.c
181
tab = "\t";
usr.sbin/mtree/compare.c
186
tab, (long long)s->st_size,
usr.sbin/mtree/compare.c
188
tab = "\t";
usr.sbin/mtree/compare.c
207
tab, ctime(&s->st_mtime));
usr.sbin/mtree/compare.c
218
tab = "\t";
usr.sbin/mtree/compare.c
225
tab, p->fts_accpath, strerror(errno));
usr.sbin/mtree/compare.c
226
tab = "\t";
usr.sbin/mtree/compare.c
231
tab, p->fts_accpath, strerror(errno));
usr.sbin/mtree/compare.c
232
tab = "\t";
usr.sbin/mtree/compare.c
238
tab, s->cksum, val);
usr.sbin/mtree/compare.c
240
tab = "\t";
usr.sbin/mtree/compare.c
249
printf("%sMD5File: %s: %s\n", tab, p->fts_accpath,
usr.sbin/mtree/compare.c
251
tab = "\t";
usr.sbin/mtree/compare.c
254
printf("%sMD5 (%s, %s)\n", tab, s->md5digest,
usr.sbin/mtree/compare.c
256
tab = "\t";
usr.sbin/mtree/compare.c
265
printf("%sRMD160File: %s: %s\n", tab, p->fts_accpath,
usr.sbin/mtree/compare.c
267
tab = "\t";
usr.sbin/mtree/compare.c
270
printf("%sRMD160 (%s, %s)\n", tab, s->rmd160digest,
usr.sbin/mtree/compare.c
272
tab = "\t";
usr.sbin/mtree/compare.c
281
printf("%sSHA1File: %s: %s\n", tab, p->fts_accpath,
usr.sbin/mtree/compare.c
283
tab = "\t";
usr.sbin/mtree/compare.c
286
printf("%sSHA1 (%s, %s)\n", tab, s->sha1digest,
usr.sbin/mtree/compare.c
288
tab = "\t";
usr.sbin/mtree/compare.c
297
printf("%sSHA256File: %s: %s\n", tab, p->fts_accpath,
usr.sbin/mtree/compare.c
299
tab = "\t";
usr.sbin/mtree/compare.c
302
printf("%sSHA256 (%s, %s)\n", tab, s->sha256digest,
usr.sbin/mtree/compare.c
304
tab = "\t";
usr.sbin/mtree/compare.c
309
(void)printf("%slink ref (%s, %s)\n", tab, cp, s->slink);
usr.sbin/mtree/compare.c
318
(void)printf("%sflags: %s %s\n", tab, p->fts_accpath,
usr.sbin/mtree/compare.c
320
tab = "\t";
usr.sbin/mtree/compare.c
327
printf("%sflags (%s, %s", tab, (*db_flags == '\0') ?
usr.sbin/mtree/compare.c
331
tab = "\t";
usr.sbin/mtree/compare.c
340
tab = "\t";
usr.sbin/mtree/compare.c
57
tab = "\t"; \
usr.sbin/mtree/compare.c
60
tab = ""; \
usr.sbin/mtree/compare.c
79
char *cp, *tab = "";
usr.sbin/unbound/util/config_file.c
2636
char* tab = strchr(str, '\t');
usr.sbin/unbound/util/config_file.c
2637
if(!tab && !sp)
usr.sbin/unbound/util/config_file.c
2639
if(!sp) return tab;
usr.sbin/unbound/util/config_file.c
2640
if(!tab) return sp;
usr.sbin/unbound/util/config_file.c
2641
return (sp<tab)?sp:tab;
usr.sbin/unbound/util/config_file.c
2648
char* tab = strrchr(str, '\t');
usr.sbin/unbound/util/config_file.c
2649
if(!tab && !sp)
usr.sbin/unbound/util/config_file.c
2651
if(!sp) return tab;
usr.sbin/unbound/util/config_file.c
2652
if(!tab) return sp;
usr.sbin/unbound/util/config_file.c
2653
return (sp>tab)?sp:tab;
usr.sbin/wsmoused/mouse_protocols.c
167
gettoken(const symtab_t * tab, char *s, int len)
usr.sbin/wsmoused/mouse_protocols.c
171
for (i = 0; tab[i].name != NULL; ++i) {
usr.sbin/wsmoused/mouse_protocols.c
172
if (strncmp(tab[i].name, s, len) == 0)
usr.sbin/wsmoused/mouse_protocols.c
175
return &tab[i];