Content-type: text/html Manpage of TRACE_GETPATH

TRACE_GETPATH

Section: C Library Functions (3)     Updated: Feb 10, 1992    Return to Library's README

NAME

Trace_GetPath -- Get list of pathnames in a trace record

SYNOPSIS

void Trace_GetPath(recPtr, pathplist, nump)
dfs_header_t *recPtr;
char *pathplist[];
int *nump;

DESCRIPTION

Trace_GetPath returns the number of pathnames in the record in nump, and a list of pointers to the pathnames in pathplist. Most of the trace records contain pathnames; there are no more than 2 pathnames in any record. If there are no pathnames in a record, *nump will be set to 0.

AUTHOR

Lily B. Mummert


Index

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

This document was created on Time: 05:25:53 GMT, October 10, 1998