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

  /src/usr.bin/systat/
ifcmds.c 49 char *matchline = NULL; variable
70 if (matchline != NULL)
71 free(matchline);
73 matchline = strdup(args);
76 if (matchline != NULL)
77 free(matchline);
79 matchline = NULL;
  /src/external/bsd/unbound/dist/testcode/
testpkts.c 110 static void matchline(char* line, struct entry* e) function
599 matchline(parse, current);

Completed in 16 milliseconds