/third_party/e2fsprogs/misc/ |
D | fsck.c | 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() [all …]
|
D | e2initrd_helper.c | 157 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()
|
/third_party/boost/tools/build/src/engine/ |
D | jam_strings.cpp | 148 void string_copy( string * s, char const * rhs ) in string_copy() function 213 string_copy( copy, original ); in string_unit_test() 222 string_copy( foo_copy, foo ); in string_unit_test() 232 string_copy( bar_copy, bar ); in string_unit_test()
|
D | strings.cpp | 160 void string_copy( string * s, char const * rhs ) in string_copy() function 225 string_copy( copy, original ); in string_unit_test() 234 string_copy( foo_copy, foo ); in string_unit_test() 244 string_copy( bar_copy, bar ); in string_unit_test()
|
D | pathvms.cpp | 126 string_copy( m_vmsfilespec, f ); in copy_vmsfilespec() 218 string_copy( file, f ); in path_translate_to_os_()
|
D | pathunix.cpp | 55 string_copy( file, f ); in path_translate_to_os_()
|
D | strings.h | 26 void string_copy( string *, char const * );
|
D | jam_strings.h | 26 void string_copy( string *, char const * );
|
D | pathnt.cpp | 247 string_copy( buf, object_str( path ) ); in path_key() 372 string_copy( file, f ); in path_translate_to_os_()
|
D | filent.cpp | 79 string_copy( pathspec, ".\\*" ); in file_collect_dir_content_() 87 string_copy( pathspec, object_str( d->name ) ); in file_collect_dir_content_()
|
D | pathsys.cpp | 284 string_copy( file_path, path_tmpdir()->value ); in path_tmpfile()
|
D | variable.cpp | 239 string_copy( buf, object_str( symbol ) ); in var_get()
|
D | debugger.cpp | 201 string_copy( out, object_str( frame->module->name ) ); in debug_format_rulename() 207 string_copy( out, frame->rulename ); in debug_format_rulename() 1132 string_copy( command_line, "b2 " ); in debug_start_child()
|
D | execnt.cpp | 1302 string_copy( result, *(argv++) ); in string_new_from_argv()
|
D | builtins.cpp | 1041 string_copy( buf, object_str( list_front( l1 ) ) ); in builtin_split_by_characters() 2568 string_copy( buf, symbol ); in builtin_glob_archive_back()
|
D | function.cpp | 5012 string_copy( out_name, out + 1 ); in function_run() 5016 string_copy( out_name, out ); in function_run()
|
/third_party/e2fsprogs/e2fsck/ |
D | unix.c | 669 buf = string_copy(ctx, opts, 0); in parse_extended_opts() 740 ctx->log_fn = string_copy(ctx, arg, 0); in parse_extended_opts() 746 ctx->problem_log_fn = string_copy(ctx, arg, 0); in parse_extended_opts() 962 bad_blocks_file = string_copy(ctx, optarg, 0); in PRS() 985 ctx->device_name = string_copy(ctx, optarg, 0); in PRS() 1709 ctx->device_name = string_copy(ctx, (char *) sb->s_volume_name, in main() 1713 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0); in main()
|
D | logfile.c | 300 log_fn = string_copy(ctx, fn, 0); in set_up_log_file()
|
D | e2fsck.h | 666 extern char *string_copy(e2fsck_t ctx, const char *str, size_t len);
|
D | util.c | 133 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)), in string_copy() function
|