2N/A/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2N/A/*
2N/A * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A */
2N/A
2N/A/*
2N/A * Solaris Kerberos
2N/A * Not auto-gened.
2N/A */
2N/A/* std_rqs.c - automatically generated from std_rqs.ct */
2N/A#include <ss/ss.h>
2N/A
2N/A#ifndef __STDC__
2N/A#define const
2N/A#endif
2N/A
2N/A/* Solaris Kerberos - errors are now returned. */
2N/A
2N/Astatic char const * const ssu00001[] = {
2N/A".",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_self_identify __SS_PROTO;
2N/Astatic char const * const ssu00002[] = {
2N/A"help",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_help __SS_PROTO;
2N/Astatic char const * const ssu00003[] = {
2N/A"list_help",
2N/A "lh",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_unimplemented __SS_PROTO;
2N/Astatic char const * const ssu00004[] = {
2N/A"list_requests",
2N/A "lr",
2N/A "?",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_list_requests __SS_PROTO;
2N/Astatic char const * const ssu00005[] = {
2N/A"quit",
2N/A "q",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_quit __SS_PROTO;
2N/Astatic char const * const ssu00006[] = {
2N/A"abbrev",
2N/A "ab",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_unimplemented __SS_PROTO;
2N/Astatic char const * const ssu00007[] = {
2N/A"execute",
2N/A "e",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_unimplemented __SS_PROTO;
2N/Astatic char const * const ssu00008[] = {
2N/A"?",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_unimplemented __SS_PROTO;
2N/Astatic char const * const ssu00009[] = {
2N/A"subsystem_name",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_subsystem_name __SS_PROTO;
2N/Astatic char const * const ssu00010[] = {
2N/A"subsystem_version",
2N/A (char const *)0
2N/A};
2N/Aextern int ss_subsystem_version __SS_PROTO;
2N/Astatic ss_request_entry ssu00011[] = {
2N/A { ssu00001,
2N/A ss_self_identify,
2N/A "Identify the subsystem.",
2N/A 3 },
2N/A { ssu00002,
2N/A ss_help,
2N/A "Display info on command or topic.",
2N/A 0 },
2N/A { ssu00003,
2N/A ss_unimplemented,
2N/A "List topics for which help is available.",
2N/A 3 },
2N/A { ssu00004,
2N/A ss_list_requests,
2N/A "List available commands.",
2N/A 0 },
2N/A { ssu00005,
2N/A ss_quit,
2N/A "Leave the subsystem.",
2N/A 0 },
2N/A { ssu00006,
2N/A ss_unimplemented,
2N/A "Enable/disable abbreviation processing of request lines.",
2N/A 3 },
2N/A { ssu00007,
2N/A ss_unimplemented,
2N/A "Execute a UNIX command line.",
2N/A 3 },
2N/A { ssu00008,
2N/A ss_unimplemented,
2N/A "Produce a list of the most commonly used requests.",
2N/A 3 },
2N/A { ssu00009,
2N/A ss_subsystem_name,
2N/A "Return the name of this subsystem.",
2N/A 1 },
2N/A { ssu00010,
2N/A ss_subsystem_version,
2N/A "Return the version of this subsystem.",
2N/A 1 },
2N/A { 0, 0, 0, 0 }
2N/A};
2N/A
2N/Ass_request_table ss_std_requests = { 2, ssu00011 };