Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ss/
Dinvocation.c23 int ss_create_invocation(subsystem_name, version_string, info_ptr, in ss_create_invocation() argument
25 const char *subsystem_name, *version_string; in ss_create_invocation()
51 new_table->subsystem_name = subsystem_name;
58 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
59 strcpy(new_table->prompt, subsystem_name);
Derror.c31 (strlen(infop->subsystem_name)+1)
35 strcpy(ret_val, infop->subsystem_name);
42 (strlen(infop->subsystem_name)+
46 cp1 = infop->subsystem_name;
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.c51 ss_info (sci_idx) -> subsystem_name); in ss_list_requests()