Searched refs:hte (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c95 hte_t *hte; local
101 for (hte = table[h]; hte != NULL; hte = hte->h_link) {
102 if (strcmp(hte->h_name, s) == 0)
106 if (hte != NULL || !mknew)
107 return (hte);
109 /* create a new hte */
110 hte
135 hte_t *hte; local
153 hte_t *hte, *nexthte; local
[all...]
H A Dchk.c76 hte_t *hte; local
78 if ((hte = hsearch("main", 0)) != NULL)
79 hte->h_used = 1;
86 chkname(hte_t *hte) argument
91 chkund(hte);
92 chkdnu(hte);
94 chkdnud(hte);
96 chkmd(hte);
100 for (sym = hte->h_syms; sym != NULL; sym = sym->s_nxt) {
116 chkvtui(hte, de
131 chkund(hte_t *hte) argument
152 chkdnu(hte_t *hte) argument
173 chkdnud(hte_t *hte) argument
195 chkmd(hte_t *hte) argument
232 chkvtui(hte_t *hte, sym_t *def, sym_t *decl) argument
293 chkvtdi(hte_t *hte, sym_t *def, sym_t *decl) argument
332 chkfaui(hte_t *hte, sym_t *def, sym_t *decl) argument
440 chkau(hte_t *hte, int n, sym_t *def, sym_t *decl, pos_t *pos1p, fcall_t *call1, fcall_t *call, type_t *arg1, type_t *arg2) argument
593 printflike(hte_t *hte, fcall_t *call, int n, const char *fmt, type_t **ap) argument
818 scanflike(hte_t *hte, fcall_t *call, int n, const char *fmt, type_t **ap) argument
1009 badfmt(hte_t *hte, fcall_t *call) argument
1017 inconarg(hte_t *hte, fcall_t *call, int n) argument
1025 tofewarg(hte_t *hte, fcall_t *call) argument
1033 tomanyarg(hte_t *hte, fcall_t *call) argument
1046 chkrvu(hte_t *hte, sym_t *def) argument
1094 chkadecl(hte_t *hte, sym_t *def, sym_t *decl) argument
[all...]
H A Dread.c272 hte_t *hte; local
331 hte = _hsearch(renametab, name, 0);
332 if (hte != NULL)
333 hte = hte->h_hte;
335 hte = hsearch(name, 1);
336 hte->h_used = 1;
340 *hte->h_lcall = fcall;
341 hte->h_lcall = &fcall->f_nxt;
356 hte_t *hte, *renameht local
514 hte_t *hte; local
1132 mkstatic(hte_t *hte) argument
[all...]
H A Dlint2.h53 struct hte *_t_tag; /* hash table entry of tag if
55 struct hte *_t_tynam; /* hash table entry of typename if
170 typedef struct hte { struct
181 struct hte *h_link; /* next hte with same hash function */
182 struct hte *h_hte; /* pointer to other htes (for renames */
H A Demit2.c140 outdef(hte_t *hte, sym_t *sym) argument
181 outname(hte->h_name);
191 dumpname(hte_t *hte) argument
196 if (hte->h_static || !hte->h_def)
205 for (sym = hte->h_syms; sym != NULL; sym = sym->s_nxt) {
214 errx(1, "internal error: dumpname() %s", hte->h_name);
216 outdef(hte, def);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_htable.c542 iphtent_t hte, *ent; local
545 if (op->iplo_size != sizeof(hte)) {
550 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
562 ent = ipf_htent_find(iph, &hte);
860 iphtent_t hte; local
863 if (op->iplo_size != sizeof(hte)) {
868 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
873 hte
[all...]

Completed in 61 milliseconds