xref: /illumos-gate/usr/src/lib/krb5/ss/std_rqs.c (revision 7c478bd9)
1 #pragma ident	"%Z%%M%	%I%	%E% SMI"
2 
3 /* std_rqs.c - automatically generated from std_rqs.ct */
4 #include <ss/ss.h>
5 
6 #ifndef __STDC__
7 #define const
8 #endif
9 
10 static char const * const ssu00001[] = {
11 ".",
12     (char const *)0
13 };
14 extern void ss_self_identify __SS_PROTO;
15 static char const * const ssu00002[] = {
16 "help",
17     (char const *)0
18 };
19 extern void ss_help __SS_PROTO;
20 static char const * const ssu00003[] = {
21 "list_help",
22     "lh",
23     (char const *)0
24 };
25 extern void ss_unimplemented __SS_PROTO;
26 static char const * const ssu00004[] = {
27 "list_requests",
28     "lr",
29     "?",
30     (char const *)0
31 };
32 extern void ss_list_requests __SS_PROTO;
33 static char const * const ssu00005[] = {
34 "quit",
35     "q",
36     (char const *)0
37 };
38 extern void ss_quit __SS_PROTO;
39 static char const * const ssu00006[] = {
40 "abbrev",
41     "ab",
42     (char const *)0
43 };
44 extern void ss_unimplemented __SS_PROTO;
45 static char const * const ssu00007[] = {
46 "execute",
47     "e",
48     (char const *)0
49 };
50 extern void ss_unimplemented __SS_PROTO;
51 static char const * const ssu00008[] = {
52 "?",
53     (char const *)0
54 };
55 extern void ss_unimplemented __SS_PROTO;
56 static char const * const ssu00009[] = {
57 "subsystem_name",
58     (char const *)0
59 };
60 extern void ss_subsystem_name __SS_PROTO;
61 static char const * const ssu00010[] = {
62 "subsystem_version",
63     (char const *)0
64 };
65 extern void ss_subsystem_version __SS_PROTO;
66 static ss_request_entry ssu00011[] = {
67     { ssu00001,
68       ss_self_identify,
69       "Identify the subsystem.",
70       3 },
71     { ssu00002,
72       ss_help,
73       "Display info on command or topic.",
74       0 },
75     { ssu00003,
76       ss_unimplemented,
77       "List topics for which help is available.",
78       3 },
79     { ssu00004,
80       ss_list_requests,
81       "List available commands.",
82       0 },
83     { ssu00005,
84       ss_quit,
85       "Leave the subsystem.",
86       0 },
87     { ssu00006,
88       ss_unimplemented,
89       "Enable/disable abbreviation processing of request lines.",
90       3 },
91     { ssu00007,
92       ss_unimplemented,
93       "Execute a UNIX command line.",
94       3 },
95     { ssu00008,
96       ss_unimplemented,
97       "Produce a list of the most commonly used requests.",
98       3 },
99     { ssu00009,
100       ss_subsystem_name,
101       "Return the name of this subsystem.",
102       1 },
103     { ssu00010,
104       ss_subsystem_version,
105       "Return the version of this subsystem.",
106       1 },
107     { 0, 0, 0, 0 }
108 };
109 
110 ss_request_table ss_std_requests = { 2, ssu00011 };
111