rapi_fmt_adspec(3) osf1 man page | unix.com

Man Page: rapi_fmt_adspec

Operating Environment: osf1

Section: 3

rapi_fmt_adspec(3)					     Library Functions Manual						rapi_fmt_adspec(3)

NAME
rapi_fmt_adspec - Format an RSVP API (RAPI) Adspec
LIBRARY
RAPI Library (librsvp.so, librsvp.a)
SYNOPSIS
#include <rapi.h> void rapi_fmt_adspec( rapi_adspec_t *adspecp, char *buffer, int length);
PARAMETERS
Points to an RAPI Adspec. Points to a buffer that is to contain the formatted Adspec. Specifies the length, in bytes, of the buffer that is to contain the formatted Adspec.
DESCRIPTION
The rapi_fmt_adspec() routine reads a given RAPI Adspec and formats it into a fixed length buffer whose address is specified by buffer and whose size is specified by length. If the buffer size is too small, the formatted Adspec is truncated.
RELATED INFORMATION
Functions: rapi_event_rtn_t(3), rapi_fmt_filtspec(3), rapi_fmt_flowspec(3), rapi_fmt_tspec(3). Network: RSVP(7). delim off rapi_fmt_adspec(3)
Related Man Pages
evmeventformat(3) - osf1
rapi_release(3) - osf1
rapi_reserve(3) - osf1
rapi_session(3) - osf1
rapi_version(3) - osf1
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB