HomeSort by relevance Sort by last modified time
    Searched refs:subsystem_name (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ss/
error.c 30 (strlen(infop->subsystem_name)+1)
34 strcpy(ret_val, infop->subsystem_name);
41 (strlen(infop->subsystem_name)+
45 cp1 = infop->subsystem_name;
requests.c 30 printf("%s version %s\n", info->subsystem_name,
42 printf("%s\n", ss_info(sci_idx)->subsystem_name);
invocation.c 24 int ss_create_invocation(const char *subsystem_name, const char *version_string,
53 new_table->subsystem_name = subsystem_name;
60 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
61 strcpy(new_table->prompt, subsystem_name);
test_ss.c 31 static char subsystem_name[] = "test_ss"; variable
106 sci_idx = ss_create_invocation(subsystem_name, version,
get_readline.c 89 *t = info->subsystem_name;
ss_internal.h 45 const char *subsystem_name; member in struct:_ss_data
list_rqs.c 56 ss_info (sci_idx) -> subsystem_name);
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 31 static char subsystem_name[] = "tst_bitmaps"; variable
75 printf("%s: %s\n", subsystem_name, buf);
615 "[-f cmd_file]", subsystem_name);
620 sci_idx = ss_create_invocation(subsystem_name, version,
634 subsystem_name, version);

Completed in 1189 milliseconds