File: canonicalize_file_name.3

package info (click to toggle)
manpages-ja 0.5.0.0.20120606-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 25,964 kB
  • sloc: perl: 161; makefile: 116
file content (28 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.\"  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 <stdlib.h>\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/ に書かれている。