Searched refs:nslist (Results 1 – 2 of 2) sorted by relevance
3789 const char *nslist = NULL; in c14nRunTest() local3828 if (loadMem(ns_filename, &nslist, &nssize)) { in c14nRunTest()3834 inclusive_namespaces = parse_list((xmlChar *) nslist); in c14nRunTest()3864 if (nslist != NULL) free((char *) nslist); in c14nRunTest()
583 local nslist=$( ip netns list 2>/dev/null )584 COMPREPLY+=( $( compgen -W "$nslist" -- "$cur" ) )