Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dgetopt.c40 static const wchar_t *opt_ptr = L""; variable
57 opt_ptr = L""; in _PyOS_ResetGetOpt()
65 if (*opt_ptr == '\0') { in _PyOS_GetOpt()
95 opt_ptr = &argv[_PyOS_optind++][1]; in _PyOS_GetOpt()
98 if ((option = *opt_ptr++) == L'\0') in _PyOS_GetOpt()
103 if (*opt_ptr == L'\0') { in _PyOS_GetOpt()
112 if (!wcscmp(opt->name, opt_ptr)) in _PyOS_GetOpt()
121 opt_ptr = L""; in _PyOS_GetOpt()
151 if (*opt_ptr != L'\0') { in _PyOS_GetOpt()
152 _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/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()