-/* $OpenBSD: args.c,v 1.27 2016/08/14 13:40:55 tedu Exp $ */
+/* $OpenBSD: args.c,v 1.28 2016/08/16 16:44:55 krw Exp $ */
/* $NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $ */
/*-
/*
* Convert an expression of the following forms to a size_t
- * 1) A positive decimal number, optionally followed by
+ * 1) A positive decimal number, optionally followed by
* b - multiply by 512.
* k, m or g - multiply by 1024 each.
* w - multiply by sizeof int
/*
* Convert an expression of the following forms to an off_t
- * 1) A positive decimal number, optionally followed by
+ * 1) A positive decimal number, optionally followed by
* b - multiply by 512.
* k, m or g - multiply by 1024 each.
* w - multiply by sizeof int
-/* $OpenBSD: conv.c,v 1.12 2015/01/16 06:39:31 deraadt Exp $ */
+/* $OpenBSD: conv.c,v 1.13 2016/08/16 16:44:55 krw Exp $ */
/* $NetBSD: conv.c,v 1.6 1996/02/20 19:29:02 jtc Exp $ */
/*-
* Ddout copies the leftover output to the beginning of
* the buffer and resets the output buffer. Reset the
* input buffer to match it.
- */
+ */
in.dbp = out.dbp;
in.dbcnt = out.dbcnt;
}
-/* $OpenBSD: dd.h,v 1.6 2014/02/12 01:18:36 bluhm Exp $ */
+/* $OpenBSD: dd.h,v 1.7 2016/08/16 16:44:55 krw Exp $ */
/* $NetBSD: dd.h,v 1.4 1995/03/21 09:04:08 cgd Exp $ */
/*-
#define NOREAD 0x08 /* not readable */
u_int flags;
- char *name; /* name */
+ char *name; /* name */
int fd; /* file descriptor */
off_t offset; /* # of blocks to skip */