HomeSort by: relevance | last modified time | path
    Searched defs:spistr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-esp.c 644 char *spistr, *foo; local
647 spistr = strsep(&spikey, "@");
648 if (spistr == NULL) {
653 spino = strtoul(spistr, &foo, 0);
654 if (spistr == foo || !spikey) {
print-esp.c 644 char *spistr, *foo; local
647 spistr = strsep(&spikey, "@");
648 if (spistr == NULL) {
653 spino = strtoul(spistr, &foo, 0);
654 if (spistr == foo || !spikey) {

Completed in 29 milliseconds