Searched refs:argtypetext (Results 1 – 1 of 1) sorted by relevance
1515 char *argtypetext, *p; in check_stub_method() local1531 argtypetext = p; in check_stub_method()1551 if (strncmp (argtypetext, "(void)", 6) == 0) in check_stub_method()1558 p = argtypetext; in check_stub_method()1579 if (strncmp (argtypetext, "...", p - argtypetext) != 0 in check_stub_method()1580 && strncmp (argtypetext, "void", p - argtypetext) != 0) in check_stub_method()1583 safe_parse_type (argtypetext, p - argtypetext); in check_stub_method()1586 argtypetext = p + 1; in check_stub_method()