manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 318 for path (0.055 sec.)
Man page of REMOVEXATTR 5424
REMOVEXATTR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 r ... clude < sys/xattr.h > int removexattr(const char * path , const char * name ); int lremovexattr(const char ... * path , const char * name ); int fremovexattr(int fd , c ... removexattr () は、ファイルシステム内の指定された path に対応する、名前 name の拡張属性を削除する。 lremo ... る。 fremovexattr () は removexattr () と同じだが、 path の代わりに fd で参照されたオープン済みファイルから ...
https://man.plustar.jp/manpage/man2/removexattr.2.html - [similar]
Man page of LOCATE 5340
LOCATE Section: User Commands (1) Index JM Home Page 名前 locate - ファイル名データベースからパタ ... ーンに合うものを表示する 書式 locate [-d path | --database=path] [-e | -E | --[non-]existing] [- ... ただし -- print (-p) も指定された場合は除きます。 -d path, --database=path デフォルトのファイル名データベース ... を検索するのではなく、 path にあるファイル名データベースを検索します。 複数のデ ... ルは、 コロンで区切って指定します。 環境変数 LOCATE_PATH を利用して、 検索するデータベースファイルを指定する ...
https://man.plustar.jp/manpage/man1/locate.1.html - [similar]
Man page of BIND 5340
BIND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 bind - ソ ... 名の構成要素に検索許可 (search permission) がない ( path_resolution (7) も参照すること)。 EADDRNOTAVAIL 存在 ... A component in the directory prefix of the socket pathname does not exist. ENOMEM カーネルに、利用可能なメ ... < stdio.h > #include < string.h > #define MY_SOCK_PATH "/somepath" #define LISTEN_BACKLOG 50 #define hand ... my_addr.sun_family = AF_UNIX; strncpy(my_addr.sun_path, MY_SOCK_PATH, sizeof(my_addr.sun_path) - 1); if ( ...
https://man.plustar.jp/manpage/man2/bind.2.html - [similar]
Man page of afpd.conf 5340
afpd.conf Section: File Formats (5) Updated: 28 September 2000 Index JM Home Page 名前 afpd.conf ... がスペースを含む場合は、クォートしなければならない。 path は、完全なフルパス名・シェルの省略形 ~ を使ったパス ... 意味を以下に示す: AppleVolumes ファイル -defaultvol [path] AppleVolumes.default ファイルのパスを指定する (デ ... ォルトは /etc/netatalk/AppleVolumes.default )。 -nlspath [path] コードページのパスを指定する (デフォルトは ... /etc/netatalk/nls )。 -systemvol [path] AppleVolumes.system ファイルのパスを指定する (デフ ...
https://man.plustar.jp/manpage/man5/afpd.conf.5.html - [similar]
Man page of TRUNCATE 5303
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... #include < sys/types.h > int truncate(const char * path , off_t length ); int ftruncate(int fd , off_t len ... libc 2.19 以前: */ _BSD_SOURCE 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照 ... されたファイルに対する書き込み許可を持っていない。 ( path_resolution (7) も参照のこと) EFAULT 引数 path がプ ... ftruncate () にも同様のエラーが適用される。 但し、 path に関するエラーの場合は、ファイルディスクリプター f ...
https://man.plustar.jp/manpage/man2/ftruncate.2.html - [similar]
Man page of TRUNCATE 5303
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... #include < sys/types.h > int truncate(const char * path , off_t length ); int ftruncate(int fd , off_t len ... libc 2.19 以前: */ _BSD_SOURCE 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照 ... されたファイルに対する書き込み許可を持っていない。 ( path_resolution (7) も参照のこと) EFAULT 引数 path がプ ... ftruncate () にも同様のエラーが適用される。 但し、 path に関するエラーの場合は、ファイルディスクリプター f ...
https://man.plustar.jp/manpage/man2/ftruncate64.2.html - [similar]
Man page of TRUNCATE 5303
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... #include < sys/types.h > int truncate(const char * path , off_t length ); int ftruncate(int fd , off_t len ... libc 2.19 以前: */ _BSD_SOURCE 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照 ... されたファイルに対する書き込み許可を持っていない。 ( path_resolution (7) も参照のこと) EFAULT 引数 path がプ ... ftruncate () にも同様のエラーが適用される。 但し、 path に関するエラーの場合は、ファイルディスクリプター f ...
https://man.plustar.jp/manpage/man2/truncate.2.html - [similar]
Man page of TRUNCATE 5303
TRUNCATE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 trun ... #include < sys/types.h > int truncate(const char * path , off_t length ); int ftruncate(int fd , off_t len ... libc 2.19 以前: */ _BSD_SOURCE 説明 truncate () は path で指定されるファイルを、 ftruncate () は fd で参照 ... されたファイルに対する書き込み許可を持っていない。 ( path_resolution (7) も参照のこと) EFAULT 引数 path がプ ... ftruncate () にも同様のエラーが適用される。 但し、 path に関するエラーの場合は、ファイルディスクリプター f ...
https://man.plustar.jp/manpage/man2/truncate64.2.html - [similar]
Man page of GETXATTR 5257
GETXATTR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 getx ... lude < sys/xattr.h > ssize_t getxattr(const char * path , const char * name , void * value , size_t size ) ... ; ssize_t lgetxattr(const char * path , const char * name , void * value , size_t size ) ... e identified by name and associated with the given path in the filesystem. The attribute value is placed i ... が異なる。 fgetxattr () は getxattr () と同じだが、 path の代わりに fd で参照されたオープン済みファイルの情 ...
https://man.plustar.jp/manpage/man2/fgetxattr.2.html - [similar]
Man page of GETCWD 5257
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... レントワーキングディレクトリの 絶対パス名 (absolute pathname) が入った文字列を返す。 返される文字列はヌルで ... メモリー獲得を一切行なわない。 buf 引数は少なくとも PATH_MAX バイトの長さを持つ配列へのポインターである必要 ... カレントワーキングディレクトリの 絶対パス名の長さが PATH_MAX バイトを超えている場合、 NULL が返され、 errno ... ENAMETOOLONG が設定される。 (システムによっては、 PATH_MAX は必ずしもコンパイル時に決まる定数ではない点に ...
https://man.plustar.jp/manpage/man2/getcwd.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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