Changeset 1433ecda in mainline for uspace/app/bdsh/cmds/modules/cp/cp.c
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cp/cp.c
r47b2d7e3 r1433ecda 53 53 { "buffer", required_argument, 0, 'b' }, 54 54 { "force", no_argument, 0, 'f' }, 55 { "interactive", no_argument, 0, 'i' },55 { "interactive", no_argument, 0, 'i' }, 56 56 { "recursive", no_argument, 0, 'r' }, 57 57 { "help", no_argument, 0, 'h' }, … … 160 160 } 161 161 162 switch (ev.ev.key.key) {162 switch (ev.ev.key.key) { 163 163 case KC_Y: 164 164 printf("y\n"); … … 384 384 385 385 static int copy_file(const char *src, const char *dest, 386 386 size_t blen, int vb) 387 387 { 388 388 int fd1, fd2;
Note:
See TracChangeset
for help on using the changeset viewer.