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

  /external/e2fsprogs/lib/ss/
error.c 31 (strlen(infop->subsystem_name)+1)
35 strcpy(ret_val, infop->subsystem_name);
42 (strlen(infop->subsystem_name)+
46 cp1 = infop->subsystem_name;
invocation.c 23 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);
requests.c 30 printf("%s version %s\n", info->subsystem_name,
42 printf("%s\n", ss_info(sci_idx)->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 51 ss_info (sci_idx) -> subsystem_name);
  /external/openssh/
servconf.h 130 char *subsystem_name[MAX_SUBSYSTEMS]; member in struct:__anon25846
servconf.c     [all...]
session.c     [all...]

Completed in 85 milliseconds