manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 318 for path (0.026 sec.)
Man page of REALPATH 9652
REALPATH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 real ... clude < limits.h > #include < stdlib.h > char *realpath(const char * path , char * resolved_path ); glibc ... 査マクロの要件 ( feature_test_macros (7) 参照): realpath (): _XOPEN_SOURCE >= 500 || /* glibc 2.19 以降: */ ... RCE || /* glibc 2.19 以前: */ _BSD_SOURCE 説明 realpath () は path として与えられたヌル終端された文字列中の ... 絶対パス名を生成する。 得られた絶対パス名は、最大で PATH_MAX バイトのヌル終端された文字列として、 resolved_ ...
https://man.plustar.jp/manpage/man3/realpath.3.html - [similar]
Man page of MODULES.CONF 9123
MODULES.CONF Section: File Formats (5) Updated: 07 December 1999 Index JM Home Page 名前 modules ... module module_list define VARIABLE WORD depfile=A_PATH else elseif EXPRESSION endif if EXPRESSION include ... PATH_TO_CONFIG_FILE insmod_opt=GENERIC_OPTIONS_TO_INSMO ... keep [add] options module MODULE_SPECIFIC_OPTIONS path=A_PATH path[TAG]=A_PATH generic_stringfile=A_PATH ... pcimapfile=A_PATH isapnpmapfile=A_PATH usbmapfile=A_PATH parportmapf ...
https://man.plustar.jp/manpage/man5/modules.conf.5.html - [similar]
Man page of FPATHCONF 8585
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpath ... thconf, pathconf - ファイルの設定値を取得する 書式 #include < u ... nistd.h > long fpathconf(int fd , int name ); long pathconf(const char ... * path , int name ); 説明 fpathconf () はオープンされてい ... 対して設定されているオプション name の値を取得する。 pathconf () はファイル名 path に対して設定されているオプ ...
https://man.plustar.jp/manpage/man3/fpathconf.3.html - [similar]
Man page of FPATHCONF 8585
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpath ... thconf, pathconf - ファイルの設定値を取得する 書式 #include < u ... nistd.h > long fpathconf(int fd , int name ); long pathconf(const char ... * path , int name ); 説明 fpathconf () はオープンされてい ... 対して設定されているオプション name の値を取得する。 pathconf () はファイル名 path に対して設定されているオプ ...
https://man.plustar.jp/manpage/man3/pathconf.3.html - [similar]
Man page of BASENAME 8418
BASENAME Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 base ... 出す 書式 #include < libgen.h > char *dirname(char * path ); char *basename(char * path ); 説明 警告: basena ... についた '/' 文字は、パス名の一部とはみなされない。 path に '/' 文字がない場合は、 dirname () は文字列 "." ... を返し、 basename () は path と同じ内容を返す。 path が文字列 "/" に等しい場合は ... 、 dirname () も basename () も文字列 "/" を返す。 path が ヌルポインターだったり、空の文字列を指していた場 ...
https://man.plustar.jp/manpage/man3/basename.3.html - [similar]
Man page of BASENAME 8418
BASENAME Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 base ... 出す 書式 #include < libgen.h > char *dirname(char * path ); char *basename(char * path ); 説明 警告: basena ... についた '/' 文字は、パス名の一部とはみなされない。 path に '/' 文字がない場合は、 dirname () は文字列 "." ... を返し、 basename () は path と同じ内容を返す。 path が文字列 "/" に等しい場合は ... 、 dirname () も basename () も文字列 "/" を返す。 path が ヌルポインターだったり、空の文字列を指していた場 ...
https://man.plustar.jp/manpage/man3/dirname.3.html - [similar]
Man page of UNIX 7473
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... n { sa_family_t sun_family; /* AF_UNIX */ char sun_path[108]; /* Pathname */ }; The sun_family field alway ... s contains AF_UNIX . On Linux, sun_path is 108 bytes in size; see also NOTES, below. 様々な ... ddr_un 構造体では 3 種類のアドレスが区別される。 * pathname (パス名) : bind (2) を使って、UNIX ドメインソケ ... れる際、 その長さは offsetof(struct sockaddr_un, sun_path) + strlen(sun_path) + 1 であり、 sun_path にはヌル ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of STATVFS 7315
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... include < sys/statvfs.h > int statvfs(const char * path , struct statvfs * buf ); int fstatvfs(int fd , st ... マウントされたファイルシステムについての情報を返す。 path はマウントされたファイルシステム中の任意のファイル ... がセットされる。 エラー EACCES ( statvfs () の場合) path のディレクトリ部分に検索許可が与えられていない ( p ... ファイルディスクリプターではない。 EFAULT buf または path が無効なアドレスを指している。 EINTR この呼び出しが ...
https://man.plustar.jp/manpage/man3/fstatvfs.3.html - [similar]
Man page of STATVFS 7315
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... include < sys/statvfs.h > int statvfs(const char * path , struct statvfs * buf ); int fstatvfs(int fd , st ... マウントされたファイルシステムについての情報を返す。 path はマウントされたファイルシステム中の任意のファイル ... がセットされる。 エラー EACCES ( statvfs () の場合) path のディレクトリ部分に検索許可が与えられていない ( p ... ファイルディスクリプターではない。 EFAULT buf または path が無効なアドレスを指している。 EINTR この呼び出しが ...
https://man.plustar.jp/manpage/man3/statvfs.3.html - [similar]
Man page of CHDIR 7232
CHDIR Section: Linux Programmer's Manual (2) Updated: 2019-08-02 Index JM Home Page 名前 chdir, ... 書式 #include < unistd.h > int chdir(const char * path ); int fchdir(int fd ); glibc 向けの機能検査マクロ ... の作業ディレクトリ (current working directory) を、 path に指定されたディレクトリに変更する。 fchdir () は、 ... る。 chdir () で一般的なエラーを以下に挙げる: EACCES path の構成要素のいずれかに検索許可 (search permission) ... がない ( path_resolution (7) も参照すること)。 EFAULT path がアク ...
https://man.plustar.jp/manpage/man2/chdir.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022