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

/freebsd-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c118 static const char *b_arg = NULL; variable
511 if (verbose >= 1 || b_arg != NULL) {
545 if (b_arg != NULL) {
630 if (verbose >= 0 || r_arg != NULL || b_arg != NULL) {
840 b_arg = optarg;
869 if (b_arg != NULL) {
870 p->bfd = open(b_arg, O_CREAT | O_TRUNC |
874 "'%s' for write", b_arg);
882 if (w_arg != NULL || b_arg != NULL)

Completed in 54 milliseconds