Searched defs:subsystem_name (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ss/
H A Dinvocation.c25 int ss_create_invocation(const char *subsystem_name, const char *version_string, argument
55 new_table->subsystem_name = subsystem_name;
62 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
63 strcpy(new_table->prompt, subsystem_name);
H A Dtest_ss.c32 static char subsystem_name[] = "test_ss"; variable
107 sci_idx = ss_create_invocation(subsystem_name, version,
H A Dss_internal.h45 const char *subsystem_name; member in struct:_ss_data
/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c32 static char subsystem_name[] = "tst_bitmaps"; variable
76 printf("%s: %s\n", subsystem_name, buf);
677 "[-f cmd_file]", subsystem_name);
682 sci_idx = ss_create_invocation(subsystem_name, version,
696 subsystem_name, version);
/external/openssh/
H A Dservconf.h145 char *subsystem_name[MAX_SUBSYSTEMS]; member in struct:__anon15530

Completed in 168 milliseconds