Searched refs:ABBREV_TTY (Results 1 – 2 of 2) sorted by relevance
/external/ltp/tools/top-LTP/proc/ | ||
D | devname.h | 9 #define ABBREV_TTY 2 /* remove tty */ macro |
D | devname.c | 298 if ((flags & ABBREV_TTY) && !strncmp(tmp, "tty", 3) && tmp[3]) in dev_to_tty() |