Searched refs:opt_ptr (Results 1 – 4 of 4) sorted by relevance
40 static const wchar_t *opt_ptr = L""; variable57 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 …]
1338 ccp_test(ppp_pcb *pcb, u_char *opt_ptr, int opt_len, int for_transmit)1341 LWIP_UNUSED_ARG(opt_ptr);
464 int ccp_test(ppp_pcb *pcb, u_char *opt_ptr, int opt_len, int for_transmit);
2011 void *opt_ptr = *(void **)dst; in av_opt_is_set_to_default() local2020 ret = !memcmp(opt_ptr, tmp.data, tmp.size); in av_opt_is_set_to_default()