Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fcstrcopyfilename(3) [opensolaris man page]

FcStrCopyFilename(3)													      FcStrCopyFilename(3)

NAME
FcStrCopyFilename - create a complete path from a filename SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcChar8 * FcStrCopyFilename (const FcChar8 *s); DESCRIPTION
FcStrCopyFilename constructs an absolute pathname from s. It converts any leading '~' characters in to the value of the HOME environment variable, and any relative paths are converted to absolute paths using the current working directory. Sequences of '/' characters are con- verted to a single '/', and names containing the current directory '.' or parent directory '..' are correctly reconstructed. Returns NULL if '~' is the leading character and HOME is unset or disabled (see FcConfigEnableHome). VERSION
Fontconfig version 2.5.0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcStrCopyFilename(3)

Check Out this Related Man Page

FcAtomicCreate(3)														 FcAtomicCreate(3)

NAME
FcAtomicCreate - create an FcAtomic object SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcAtomic * FcAtomicCreate (const FcChar8 *file); DESCRIPTION
Creates a data structure containing data needed to control access to file. Writing is done to a separate file. Once that file is com- plete, the original configuration file is atomically replaced so that reading process always see a consistent and complete file without the need to lock for reading. VERSION
Fontconfig version 2.5.0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcAtomicCreate(3)
Man Page