Searched refs:opt_ptr (Results 1 – 5 of 5) sorted by relevance
44 static wchar_t *opt_ptr = L""; variable51 opt_ptr = L""; in _PyOS_ResetGetOpt()60 if (*opt_ptr == '\0') { in _PyOS_GetOpt()90 opt_ptr = &argv[_PyOS_optind++][1]; in _PyOS_GetOpt()93 if ((option = *opt_ptr++) == L'\0') in _PyOS_GetOpt()98 if (*opt_ptr == L'\0') { in _PyOS_GetOpt()105 if (!wcscmp(opt->name, opt_ptr)) in _PyOS_GetOpt()112 opt_ptr = L""; in _PyOS_GetOpt()138 if (*opt_ptr != L'\0') { in _PyOS_GetOpt()139 _PyOS_optarg = opt_ptr; in _PyOS_GetOpt()[all …]
40 static char *opt_ptr = ""; variable47 opt_ptr = ""; in _PyOS_ResetGetOpt()55 if (*opt_ptr == '\0') { in _PyOS_GetOpt()86 opt_ptr = &argv[_PyOS_optind++][1]; in _PyOS_GetOpt()89 if ((option = *opt_ptr++) == '\0') in _PyOS_GetOpt()113 if (*opt_ptr != '\0') { in _PyOS_GetOpt()114 _PyOS_optarg = opt_ptr; in _PyOS_GetOpt()115 opt_ptr = ""; in _PyOS_GetOpt()
29 opt_ptr
1625 ccp_test(unit, opt_ptr, opt_len, for_transmit) in ccp_test() argument1627 u_char *opt_ptr;1630 opt_ptr, opt_len, 0) >= 0)
1300 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) in ccp_test() argument1305 data.ptr = opt_ptr; in ccp_test()