Home
last modified time | relevance | path

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

/third_party/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()
/third_party/boost/tools/build/src/engine/
Djam_strings.cpp148 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()
Dstrings.cpp160 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()
Dpathvms.cpp126 string_copy( m_vmsfilespec, f ); in copy_vmsfilespec()
218 string_copy( file, f ); in path_translate_to_os_()
Dpathunix.cpp55 string_copy( file, f ); in path_translate_to_os_()
Dstrings.h26 void string_copy( string *, char const * );
Djam_strings.h26 void string_copy( string *, char const * );
Dpathnt.cpp247 string_copy( buf, object_str( path ) ); in path_key()
372 string_copy( file, f ); in path_translate_to_os_()
Dfilent.cpp79 string_copy( pathspec, ".\\*" ); in file_collect_dir_content_()
87 string_copy( pathspec, object_str( d->name ) ); in file_collect_dir_content_()
Dpathsys.cpp284 string_copy( file_path, path_tmpdir()->value ); in path_tmpfile()
Dvariable.cpp239 string_copy( buf, object_str( symbol ) ); in var_get()
Ddebugger.cpp201 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()
Dexecnt.cpp1302 string_copy( result, *(argv++) ); in string_new_from_argv()
Dbuiltins.cpp1041 string_copy( buf, object_str( list_front( l1 ) ) ); in builtin_split_by_characters()
2568 string_copy( buf, symbol ); in builtin_glob_archive_back()
Dfunction.cpp5012 string_copy( out_name, out + 1 ); in function_run()
5016 string_copy( out_name, out ); in function_run()
/third_party/e2fsprogs/e2fsck/
Dunix.c669 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()
Dlogfile.c300 log_fn = string_copy(ctx, fn, 0); in set_up_log_file()
De2fsck.h666 extern char *string_copy(e2fsck_t ctx, const char *str, size_t len);
Dutil.c133 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)), in string_copy() function