Searched refs:string_copy (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/misc/ |
D | fsck.c | 126 static char *string_copy(const char *s) in string_copy() function 251 fs->device = string_copy(device); in create_fs_device() 252 fs->mountpt = string_copy(mntpnt); in create_fs_device() 253 fs->type = string_copy(type); in create_fs_device() 254 fs->opts = string_copy(opts ? opts : ""); in create_fs_device() 403 char *p = string_copy(fsck_path); in find_fsck() 448 argv[0] = string_copy(prog); in execute() 452 argv[argc++] = string_copy(args[i]); in execute() 468 argv[argc++] = string_copy(tmp); in execute() 472 argv[argc++] = string_copy(device); in execute() [all …]
|
D | e2initrd_helper.c | 156 static char *string_copy(const char *s) in string_copy() function 271 fs->device = string_copy(device); in parse_fstab_line() 272 fs->mountpt = string_copy(mntpnt); in parse_fstab_line() 273 fs->type = string_copy(type); in parse_fstab_line() 274 fs->opts = string_copy(opts ? opts : ""); in parse_fstab_line()
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 650 buf = string_copy(ctx, opts, 0); in parse_extended_opts() 696 ctx->log_fn = string_copy(ctx, arg, 0); in parse_extended_opts() 879 bad_blocks_file = string_copy(ctx, optarg, 0); in PRS() 902 ctx->device_name = string_copy(ctx, optarg, 0); in PRS() 1441 ctx->device_name = string_copy(ctx, sb->s_volume_name, in main() 1445 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0); in main()
|
D | logfile.c | 294 log_fn = string_copy(ctx, ctx->log_fn, 0); in set_up_logging()
|
D | e2fsck.h | 521 extern char *string_copy(e2fsck_t ctx, const char *str, int len);
|
D | util.c | 131 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)), in string_copy() function
|