Searched refs:s_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/
H A Dsnoop.h19 int s_type; member in struct:snoophdr
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_general.h102 * @param s_type structure type name
107 #define APR_OFFSETOF(s_type,field) offsetof(s_type,field)
109 #define APR_OFFSETOF(s_type,field) APR_OFFSET(s_type*,field)
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Ddecl.c870 tpp = &sym->s_type;
981 t = (tp = dsym->s_type)->t_tspec;
1020 dsym->s_type = tp = duptyp(gettyp(t = INT));
1037 dsym->s_type->t_isfield = 0;
1043 dsym->s_type = tp = incref(tp, t = PTR);
1051 if ((sz = length(dsym->s_type, dsym->s_name)) == 0) {
1052 if (t == ARRAY && dsym->s_type->t_dim == 0) {
1123 dsym->s_type = gettyp(UINT);
1126 dsym->s_type = duptyp(dsym->s_type);
[all...]
H A Dinit.c88 if (initsym->s_type->t_tspec == ARRAY && incompl(initsym->s_type))
89 initsym->s_type = duptyp(initsym->s_type);
92 istk->i_subt = initsym->s_type;
124 istk->i_subt = m->s_type;
222 istk->i_subt = m->s_type;
367 initsym->s_type->t_tspec != ARRAY && initstk->i_nxt == NULL) {
H A Demit1.c143 outtype(arg->s_type);
228 if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
283 outtype(sym->s_type);
379 outtype(arg->s_type);
380 outtype(fsym->s_type->t_subt);
382 outtype(fsym->s_type);
H A Dfunc.c233 if (!fsym->s_type->t_proto && fsym->s_args == NULL)
242 if (fsym->s_type->t_subt->t_tspec != VOID &&
243 incompl(fsym->s_type->t_subt)) {
264 for (arg = fsym->s_type->t_args; arg != NULL; arg = arg->s_nxt) {
307 if (fsym->s_osdef && rdsym->s_type->t_proto)
324 if (fsym->s_osdef && !fsym->s_type->t_proto) {
348 if (funcsym->s_type->t_subt->t_tspec != VOID &&
979 if (tn != NULL && funcsym->s_type->t_subt->t_tspec == VOID) {
984 } else if (tn == NULL && funcsym->s_type->t_subt->t_tspec != VOID) {
999 ln->tn_type = tduptyp(funcsym->s_type
[all...]
H A Dcgram.y339 if ($1->s_type->t_tspec != FUNC) {
344 if ($1->s_type->t_typedef) {
494 $$ = getsym($1)->s_type;
503 $$ = getsym($1)->s_type;
1151 $$ = $2->s_type;
H A Dlint1.h233 type_t *s_type; /* type */ member in struct:sym
H A Dtree.c303 sym->s_type = incref(sym->s_type, FUNC);
314 n->tn_type = sym->s_type;
318 if (sym->s_kind == FVFT && sym->s_type->t_tspec != FUNC)
446 eq = eqtype(csym->s_type, sym->s_type, 0, 0, &w) && !w;
456 tp1 = csym->s_type;
457 tp2 = sym->s_type;
2187 tp = m->s_type;
2191 if (conmemb(m->s_type))
[all...]
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dlint2.h127 u_short s_type; /* type */ member in struct:sym::__anon11532
143 #define s_type s_s.s_type macro
H A Dchk.c104 TP(sym->s_type)->t_tspec == FUNC &&
105 TP(sym->s_type)->t_proto) {
181 if (TP(sym->s_type)->t_tspec == FUNC)
249 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
306 tp1 = TP(def->s_type);
310 tp2 = TP(sym->s_type);
353 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
356 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
357 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
453 * (decl != NULL && TP(decl->s_type)
[all...]
H A Demit2.c172 if (TP(sym->s_type)->t_tspec == FUNC) {
184 outtype(TP(sym->s_type));
H A Dread.c467 sym.s_type = inptype(cp, &cp);
479 symp->s_type == sym.s_type &&
/freebsd-10.0-release/sys/sys/
H A Dvnode.h494 #define VOPARG_OFFSETOF(s_type, field) __offsetof(s_type, field)
495 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \
496 ((s_type)(((char*)(struct_p)) + (s_offset)))

Completed in 91 milliseconds