buildfilen.3

来自「speech signal process tools」· 3 代码 · 共 61 行

3
61
字号
.\" Copyright (c) 1991 Entropic Research Laboratory, Inc.; All rights reserved.\" @(#)buildfilen.3	1.7 12 May 1997 ERL.ds ]W (c) 1991 Entropic Research Laboratory, Inc..TH  BUILD_FILENAME 3\-ESPSu 12 May 1997.SH NAME.nfbuild_filename \- expands environment variables into path name.fi.SH SYNOPSIS.nf.ft B#include <esps/esps.h>char *build_filename(into_string,filename,dirname)char *into_string;char *filename;char *dirname;.ft.SH DESCRIPTION.PPFunction \fIbuild_filename\fR builds a complete path to a filename.  The firstargument, \fIinto_string\fR, is a string that holds the resulting full path.It should be large enough to hold the largest path your system supports. Thisargument is also returned as the function result. NULL is not a valid argument..ppThe second argument, \fIfilename\fR, contains the basename of the file path.Environment variables are not expanded in this component, so do not use them.(See Future Changes.).ppThe third, argument, \fIdirname\fR, holds the directory name that isto be expanded and concatenated with \fIfilename\fR to form the fullpath. Environment variables will be expanded. You do not need to place a / at the end of \fIdirname\fR; it will be provided..SH EXAMPLES.PP.nf build_filename(expandedFilename,"","/usr/bin/$ARCH");.fi.SH ERRORS AND DIAGNOSTICS.PPNone..SH FUTURE CHANGES.PPAdd environment variable expansion to the basename (filename) argument..SH BUGS.PPNone known..SH REFERENCES.PP.SH "SEE ALSO".nf\fIfind_esps_file\fR(3\-ESPS), \fIbuild_esps_path\fR(3\-ESPS), \fIget_esps_base\fR(3\-ESPS).fi.PP.SH AUTHOR.PPKen Nelson wrote the routine and the man page.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?