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

/freebsd-current/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 Dextern.h59 extern char *matchline;
H A Difstat.c382 char *p = matchline, *ch, t;
385 if (matchline == NULL)
430 if (matchline && !check_match(ifp->if_mib.ifmd_name))

Completed in 80 milliseconds