Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

FcStrCopyFilename(3)


FcStrCopyFilename

FcStrCopyFilename

NAME
SYNOPSIS
DESCRIPTION
VERSION

NAME

FcStrCopyFilename − copy a string, expanding ’~’

SYNOPSIS

#include <fontconfig.h>

FcChar8 * FcStrCopyFilename (const FcChar8 *s);

DESCRIPTION

Just like FcStrCopy except that it converts any leading ’~’ characters in s to the value of the HOME environment variable. Returns NULL if ’~’ is present in s and HOME is unset.

VERSION

Fontconfig version 2.4.1



FcStrCopyFilename(3)