Searched refs:subsystem_name (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Derror.c31 (strlen(infop->subsystem_name)+1)
35 strcpy(ret_val, infop->subsystem_name);
42 (strlen(infop->subsystem_name)+
46 cp1 = infop->subsystem_name;
H A Dinvocation.c23 int ss_create_invocation(subsystem_name, version_string, info_ptr,
25 const char *subsystem_name, *version_string;
51 new_table->subsystem_name = subsystem_name;
58 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
59 strcpy(new_table->prompt, subsystem_name);
H A Drequests.c30 printf("%s version %s\n", info->subsystem_name,
42 printf("%s\n", ss_info(sci_idx)->subsystem_name);
H A Dtest_ss.c31 static char subsystem_name[] = "test_ss"; variable
104 sci_idx = ss_create_invocation(subsystem_name, version,
H A Dget_readline.c89 *t = info->subsystem_name;
H A Dss_internal.h45 const char *subsystem_name; member in struct:_ss_data
H A Dlist_rqs.c51 ss_info (sci_idx) -> subsystem_name);

Completed in 166 milliseconds