NAME
pathof - find absolute path of subprogram
SYNOPSIS
char *pathof(identifier)
char *identifier;
DESCRIPTION
Pathof returns a pointer to the path associated with
identifier
found in /usr/lib/paths. Identifier should be in the form of
the
invoking program name and a path identifier separated by a
"."
(e.g. "csh.profiledir")
EXAMPLES
If /usr/lib/paths contained a line like
csh.profiledir /usr/lib/profiles/csh
pathof(csh.profiledir) would return a pointer to
/usr/lib/profiles/csh.
FILES
/usr/lib/paths