Searched refs:matchline (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.bin/systat/
H A Difcmds.c41 char *matchline = NULL; variable
62 if (matchline != NULL)
63 free(matchline);
65 matchline = strdup(args);
68 if (matchline != NULL)
69 free(matchline);
71 matchline = NULL;
H A Difstat.c86 extern char *matchline;
378 char *p = matchline, *c, t;
381 if (matchline == NULL)
426 if (matchline && !check_match(ifp->if_mib.ifmd_name))

Completed in 55 milliseconds