Home | History | Annotate | Download | only in misc

Lines Matching full:string_copy

127 static char *string_copy(const char *s)
252 fs->device = string_copy(device);
253 fs->mountpt = string_copy(mntpnt);
254 fs->type = string_copy(type);
255 fs->opts = string_copy(opts ? opts : "");
403 char *p = string_copy(fsck_path);
448 argv[0] = string_copy(prog);
452 argv[argc++] = string_copy(args[i]);
468 argv[argc++] = string_copy(tmp);
472 argv[argc++] = string_copy(device);
510 inst->prog = string_copy(prog);
511 inst->type = string_copy(type);
512 inst->device = string_copy(device);
771 list = string_copy(fs_type);
804 cmp->list[num++] = string_copy(s);
820 list = string_copy(optlist);
1147 devices[num_devices++] = dev ? dev : string_copy(arg);
1156 args[num_args++] = string_copy(arg);
1218 fstype = string_copy(tmp);
1242 args[num_args++] = string_copy(options);
1292 fsck_path = string_copy(fsck_prefix_path);