manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 318 for path (0.101 sec.)
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/getxattr.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/lgetxattr.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/man3/get_current_dir_name.3.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/man3/getcwd.3.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/man3/getwd.3.html - [similar]
Man page of runtest 5220
runtest Section: User Commands (1) Updated: 2018-12-01 Index JM Home Page 名前 runtest - DejaGnu ... 結果を受け取るメールアドレスを指定します。 --objdir PATH PATH には、 コンパイル済のテストコードを含むディレ ... いれば)、 ターゲットボードを再起動します。 --srcdir PATH PATH には、 テストディレクトリを指定します。 --str ... および関連初期化モジュールを制御します。 --tool_exec PATH テストする実行ファイルへのパスを指定します。 --too ... , DejaGnu , 実行 , Expect , NAME , TRIPLET , exp , PATH Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man1/runtest.1.html - [similar]
Man page of LINK 5220
LINK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 link, li ... 書式 #include < unistd.h > int link(const char * oldpath , const char * newpath ); #include < fcntl.h > /* ... istd.h > int linkat(int olddirfd , const char * oldpath , int newdirfd , const char * newpath , int flags ... (ハードリンク (hard link) ともいう) を作成する。 newpath が存在する場合には、上書きは されない 。 この新しい ... 全く同様に動作するが、以下で説明する点が異なる。 oldpath で指定されたパス名が相対パスの場合、このパス名はフ ...
https://man.plustar.jp/manpage/man2/link.2.html - [similar]
Man page of LINK 5220
LINK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 link, li ... 書式 #include < unistd.h > int link(const char * oldpath , const char * newpath ); #include < fcntl.h > /* ... istd.h > int linkat(int olddirfd , const char * oldpath , int newdirfd , const char * newpath , int flags ... (ハードリンク (hard link) ともいう) を作成する。 newpath が存在する場合には、上書きは されない 。 この新しい ... 全く同様に動作するが、以下で説明する点が異なる。 oldpath で指定されたパス名が相対パスの場合、このパス名はフ ...
https://man.plustar.jp/manpage/man2/linkat.2.html - [similar]
Man page of CONFSTR 5220
CONFSTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 confs ... (例えば "NPTL 2.3.4" や "linuxthreads-0.10")。 _CS_PATH すべての POSIX.2 標準ユーティリティが見つかるような ... PATH の値。 buf が NULL でなく、かつ len が 0 でなければ ... ーティリティがあるパス を取得するものである。 char *pathbuf; size_t n; n = confstr(_CS_PATH, NULL, (size_t) ... 0); pathbuf = malloc (n); if (pathbuf == NULL) abort(); con ...
https://man.plustar.jp/manpage/man3/confstr.3.html - [similar]
Man page of manpath 5173
manpath Section: /etc/manpath.config (5) Updated: July 12th, 1995 Index JM Home Page 名前 manpath ... h - /etc/manpath.config ファイルのフォーマット 説明 manpath 設定ファ ... ージのユーティリティによって用いら れる。ユーザの manpath を実行時に評価したり、どのマニュアルページ系列 (hi ... erarchy) すなわち manpath を `global' として扱うかを判断したり、 どのディレク ... 用いるかを 決定するために用いられる。 環境変数 $ MANPATH がすでに設定されている場合には、 /etc/manpath.conf ...
https://man.plustar.jp/manpage/man5/manpath.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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