Home
last modified time | relevance | path

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

/external/ltp/testcases/commands/keyctl/
Dkeyctl01.sh25 local nosup
27 nosup=0
30 nosup=1
36 nosup=1
42 nosup=1
46 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()