Home
last modified time | relevance | path

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

/external/ltp/testcases/commands/keyctl/
Dkeyctl01.sh39 local nosup
41 nosup=0
44 nosup=1
50 nosup=1
56 nosup=1
60 if [ $nosup -ne 0 ]; then
/external/libpcap/
Dpcap-null.c30 static char nosup[] = "live packet capture not supported on this system"; variable
35 (void)strlcpy(ebuf, nosup, PCAP_ERRBUF_SIZE); in pcap_create_interface()
53 (void)strlcpy(errbuf, nosup, PCAP_ERRBUF_SIZE); in pcap_lookupnet()