Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:cnt

426 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars)
428 if (cnt == 0 && max_chars == 0)
431 sprintf(buffer, "%s%0*d", orig_name, max_chars, cnt);
451 register int cnt, op, i;
485 cnt = -1;
524 cnt = atoi(optarg);
525 if (cnt <= 0)
1053 status = pcap_loop(pd, cnt, callback, pcap_userdata);