Home
last modified time | relevance | path

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

/third_party/python/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 …]
/third_party/lwip/src/netif/ppp/
Dppp.c1338 ccp_test(ppp_pcb *pcb, u_char *opt_ptr, int opt_len, int for_transmit)
1341 LWIP_UNUSED_ARG(opt_ptr);
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h464 int ccp_test(ppp_pcb *pcb, u_char *opt_ptr, int opt_len, int for_transmit);
/third_party/ffmpeg/libavutil/
Dopt.c2011 void *opt_ptr = *(void **)dst; in av_opt_is_set_to_default() local
2020 ret = !memcmp(opt_ptr, tmp.data, tmp.size); in av_opt_is_set_to_default()