.\" Copyright 2005 walter harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2005 Michael Kerrisk (mtk.manpages@gmail.com). .\" Distributed under the GNU General Public License. .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH CANONICALIZE_FILE_NAME 3 2005\-07\-14 GNU "Linux Programmer's Manual" .SH 名前 canonicalize_file_name \- 正規化されたファイル名を返す .SH 書式 \fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */ .br \fB#include \fP .sp \fBchar *canonicalize_file_name(const char *\fP\fIpath\fP\fB);\fP .SH 説明 \fIcanonicalize_file_name(path)\fP は \fIrealpath(path,\ NULL)\fP と等価である。 .SH 準拠 この関数は GNU による拡張である。 .SH 関連項目 \fBrealpath\fP(3) .SH この文書について この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。