Home
last modified time | relevance | path

Searched refs:wp_arg (Results 1 – 2 of 2) sorted by relevance

/external/iptables/libxtables/
Dxtoptions.c603 char *lo_arg, *wp_arg, *arg; in xtopt_parse_mport() local
607 wp_arg = lo_arg = strdup(cb->arg); in xtopt_parse_mport()
622 while ((arg = strsep(&wp_arg, ":")) != NULL) { in xtopt_parse_mport()
/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig114 PythonObject wp_arg(PyRefType::Owned, SBTypeToSWIGWrapper(sb_wp));
115 PythonObject result = pfunc(frame_arg, wp_arg, dict);