HomeSort by relevance Sort by last modified time
    Searched full:spistr (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-esp.c 182 char *spistr, *foo; local
189 spistr = strsep(&spikey, "@");
191 spino = strtoul(spistr, &foo, 0);
192 if (spistr == foo || !spikey) {

Completed in 559 milliseconds