Lines Matching refs:string_copy
127 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()
518 inst->prog = string_copy(prog); in execute()
519 inst->type = string_copy(type); in execute()
520 inst->device = string_copy(device); in execute()
779 list = string_copy(fs_type); in compile_fs_type()
812 cmp->list[num++] = string_copy(s); in compile_fs_type()
828 list = string_copy(optlist); in opt_in_list()
1155 devices[num_devices++] = dev ? dev : string_copy(arg); in PRS()
1164 args[num_args++] = string_copy(arg); in PRS()
1226 fstype = string_copy(tmp); in PRS()
1250 args[num_args++] = string_copy(options); in PRS()
1300 fsck_path = string_copy(fsck_prefix_path); in main()