Home
last modified time | relevance | path

Searched refs:prog_name (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/libufdt/utils/src/
H A Dmkdtimg.c35 void (*usage)(FILE *out_fp, const char *prog_name);
73 fprintf(out_fp, " %s <command>\n\n", prog_name); in output_all_usage()
80 info->usage(out_fp, prog_name); in output_all_usage()
85 void handle_usage_help(FILE *out_fp, const char *prog_name) { in handle_usage_help() argument
86 fprintf(out_fp, " %s help all\n", prog_name); in handle_usage_help()
87 fprintf(out_fp, " %s help <command>\n\n", prog_name); in handle_usage_help()
93 const char *prog_name = argv[0]; in handle_command_help() local
96 handle_usage_help(stderr, prog_name); in handle_command_help()
101 output_all_usage(stdout, prog_name); in handle_command_help()
107 handle_usage_help(stderr, prog_name); in handle_command_help()
[all …]
H A Dmkdtimg_create.c95 void handle_usage_create(FILE *out_fp, const char *prog_name) { in handle_usage_create() argument
96 … %s create <image_file> (<global_option>...) (<dtb_file> (<entry_option>...) ...)\n\n", prog_name); in handle_usage_create()
H A Dmkdtimg_cfg_create.c161 void handle_usage_cfg_create(FILE *out_fp, const char *prog_name) { in handle_usage_cfg_create() argument
162 fprintf(out_fp, " %s cfg_create <image_file> <config_file> (<option>...)\n\n", prog_name); in handle_usage_cfg_create()
H A Dmkdtimg_dump.c238 void handle_usage_dump(FILE *out_fp, const char *prog_name) { in handle_usage_dump() argument
239 fprintf(out_fp, " %s dump <image_file> (<option>...)\n\n", prog_name); in handle_usage_dump()
H A Dmkdtboimg.py994 prog_name = os.path.basename(__file__)
996 print_default_usage(prog_name)
1006 print_default_usage(prog_name)
1010 help_func(prog_name)
1015 print_default_usage(prog_name)
/aosp12/system/extras/ext4_utils/
H A Dmkuserimg_mke2fs.py49 def FindProgram(prog_name): argument
59 prog_path = os.path.join(exec_dir, prog_name)
63 return prog_name
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp88 explicit Driver(const char* prog_name) in Driver() argument
89 : prog_name_(prog_name), in Driver()
147 inline std::string ParseProgName(const char* prog_name) { in ParseProgName() argument
150 std::string name(mcld::sys::fs::Path(prog_name).stem().native()); in ParseProgName()
157 llvm::StringRef prog_name_ref(prog_name); in ParseProgName()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf.h335 char prog_name[BPF_OBJ_NAME_LEN]; member