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

/freebsd-10.1-release/usr.sbin/usbdump/
H A Dusbdump.c117 static const char *b_arg = NULL; variable
510 if (verbose >= 1 || b_arg != NULL) {
544 if (b_arg != NULL) {
629 if (verbose >= 0 || r_arg != NULL || b_arg != NULL) {
824 b_arg = optarg;
853 if (b_arg != NULL) {
854 p->bfd = open(b_arg, O_CREAT | O_TRUNC |
858 "'%s' for write", b_arg);
866 if (w_arg != NULL || b_arg != NULL)

Completed in 44 milliseconds