Previous section.

Resource ReSerVation Protocol API (RAPI)
Copyright © 1998 The Open Group

NAME

rapi_fmt_tspec - format a tspec

SYNOPSIS

#include <rapi.h>

void rapi_fmt_tspec(
    rapi_tspec_t    *tspecp,  /* Addr of RAPI Tspec  */
    char            *buffer,  /* Addr of buffer      */
    int              length   /* Length of buffer    */
)


DESCRIPTION

The rapi_fmt_tspec() call formats a given RAPI Tspec into a buffer of given address and length. The output is truncated if the length is too small.

Contents Next section Index