Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dfsck.c127 static char *string_copy(const char *s) in string_copy() function
252 fs->device = string_copy(device); in create_fs_device()
253 fs->mountpt = string_copy(mntpnt); in create_fs_device()
254 fs->type = string_copy(type); in create_fs_device()
255 fs->opts = string_copy(opts ? opts : ""); in create_fs_device()
404 char *p = string_copy(fsck_path); in find_fsck()
456 argv[0] = string_copy(prog); in execute()
460 argv[argc++] = string_copy(args[i]); in execute()
476 argv[argc++] = string_copy(tmp); in execute()
480 argv[argc++] = string_copy(device); in execute()
[all …]
De2initrd_helper.c157 static char *string_copy(const char *s) in string_copy() function
272 fs->device = string_copy(device); in parse_fstab_line()
273 fs->mountpt = string_copy(mntpnt); in parse_fstab_line()
274 fs->type = string_copy(type); in parse_fstab_line()
275 fs->opts = string_copy(opts ? opts : ""); in parse_fstab_line()
/external/e2fsprogs/e2fsck/
Dunix.c666 buf = string_copy(ctx, opts, 0); in parse_extended_opts()
737 ctx->log_fn = string_copy(ctx, arg, 0); in parse_extended_opts()
943 bad_blocks_file = string_copy(ctx, optarg, 0); in PRS()
966 ctx->device_name = string_copy(ctx, optarg, 0); in PRS()
1676 ctx->device_name = string_copy(ctx, sb->s_volume_name, in main()
1680 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0); in main()
Dlogfile.c299 log_fn = string_copy(ctx, ctx->log_fn, 0); in set_up_logging()
De2fsck.h606 extern char *string_copy(e2fsck_t ctx, const char *str, int len);
Dutil.c138 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)), in string_copy() function