Searched refs:get_detail_line (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.h | 128 extern char *get_detail_line(int, int);
|
H A D | snoop_display.c | 182 (void) sprintf(get_detail_line(0, len), "%s%s----- %s -----", 193 /* Note: begin+end are ignored in get_detail_line */ 199 line = get_detail_line(begin, end);
|
H A D | snoop_rport.c | 302 (void) snprintf(get_detail_line(0, 0), MAXLINE,
|
H A D | snoop.c | 651 * get_sum_line and get_detail_line and not have 672 get_detail_line(off, len) function 686 * Each interpretor uses the get_sum_line and get_detail_line functions
|
H A D | snoop_ip.c | 236 (void) snprintf(get_detail_line(0, 0), MAXLINE,
|
Completed in 53 milliseconds