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

/freebsd-9.3-release/contrib/gcc/
H A Dfix-header.c209 static struct fn_decl *lookup_std_proto (const char *, int);
399 lookup_std_proto (const char *name, int name_length)
460 struct fn_decl *fn = lookup_std_proto (fname, strlen (fname));
533 fn = lookup_std_proto ((const char *) NODE_NAME (fname->val.node),
685 && (fn = lookup_std_proto ("_filbuf", 7)) != NULL)
706 struct fn_decl *flsbuf_fn = lookup_std_proto ("_flsbuf", 7);
776 fn = lookup_std_proto (cptr, name_len);
1167 struct fn_decl *fn = lookup_std_proto (cptr, name_len);
1269 fn = lookup_std_proto (buf.base, strlen (buf.base));
398 lookup_std_proto (const char *name, int name_length) function

Completed in 94 milliseconds