Home
last modified time | relevance | path

Searched refs:subsystem_name (Results 1 – 9 of 9) sorted by relevance

/external/e2fsprogs/lib/ss/
Derror.c30 (strlen(infop->subsystem_name)+1) in ss_name()
34 strcpy(ret_val, infop->subsystem_name); in ss_name()
41 (strlen(infop->subsystem_name)+ in ss_name()
45 cp1 = infop->subsystem_name; in ss_name()
Dinvocation.c24 int ss_create_invocation(const char *subsystem_name, const char *version_string, in ss_create_invocation() argument
53 new_table->subsystem_name = subsystem_name; in ss_create_invocation()
60 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4); in ss_create_invocation()
61 strcpy(new_table->prompt, subsystem_name); in ss_create_invocation()
Drequests.c30 printf("%s version %s\n", info->subsystem_name, in ss_self_identify()
42 printf("%s\n", ss_info(sci_idx)->subsystem_name); in ss_subsystem_name()
Dtest_ss.c31 static char subsystem_name[] = "test_ss"; variable
106 sci_idx = ss_create_invocation(subsystem_name, version, in main()
Dstd_rqs.ct38 subsystem_name,
Dget_readline.c89 *t = info->subsystem_name; in ss_get_readline()
Dss_internal.h45 const char *subsystem_name; member
Dlist_rqs.c56 ss_info (sci_idx) -> subsystem_name); in ss_list_requests()
/external/e2fsprogs/lib/ext2fs/
Dtst_bitmaps.c31 static char subsystem_name[] = "tst_bitmaps"; variable
75 printf("%s: %s\n", subsystem_name, buf); in source_file()
615 "[-f cmd_file]", subsystem_name); in main()
620 sci_idx = ss_create_invocation(subsystem_name, version, in main()
634 subsystem_name, version); in main()