Home
last modified time | relevance | path

Searched refs:opt_ptr (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dgetopt.c44 static wchar_t *opt_ptr = L""; variable
51 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 …]
/external/python/cpython2/Python/
Dgetopt.c40 static char *opt_ptr = ""; variable
47 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()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt29 opt_ptr
/external/ppp/pppd/
Dsys-solaris.c1625 ccp_test(unit, opt_ptr, opt_len, for_transmit) in ccp_test() argument
1627 u_char *opt_ptr;
1630 opt_ptr, opt_len, 0) >= 0)
Dsys-linux.c1300 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) in ccp_test() argument
1305 data.ptr = opt_ptr; in ccp_test()