Home
last modified time | relevance | path

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

/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()
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c1209 ccp_test( int unit, int opt_len, int for_transmit, u_char *opt_ptr)