Searched refs:argtypetext (Results 1 – 1 of 1) sorted by relevance
1510 char *argtypetext, *p; in check_stub_method() local1526 argtypetext = p; in check_stub_method()1546 if (strncmp (argtypetext, "(void)", 6) == 0) in check_stub_method()1553 p = argtypetext; in check_stub_method()1574 if (strncmp (argtypetext, "...", p - argtypetext) != 0 in check_stub_method()1575 && strncmp (argtypetext, "void", p - argtypetext) != 0) in check_stub_method()1578 safe_parse_type (argtypetext, p - argtypetext); in check_stub_method()1581 argtypetext = p + 1; in check_stub_method()