Home
last modified time | relevance | path

Searched refs:string_copy (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/misc/
Dfsck.c126 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 …]
De2initrd_helper.c156 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/
Dunix.c650 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()
Dlogfile.c294 log_fn = string_copy(ctx, ctx->log_fn, 0); in set_up_logging()
De2fsck.h521 extern char *string_copy(e2fsck_t ctx, const char *str, int len);
Dutil.c131 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)), in string_copy() function