manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 128 for FILENAME (0.016 sec.)
Man page of NSLOOKUP 6751
NSLOOKUP Section: Maintenance Commands (8) Index JM Home Page BSD mandoc BSD 4 名称 nslookup - イ ... ot '' コマンドで変更できます。 finger [ name ] [ > filename ] finger [ name ] [ >> filename ] 現在のホストにあ ... イレクトするのに使えます。 ls [ option ] domain [ > filename ] ls [ option ] domain [ >> filename ] domain につ ... 手できる情報の一覧を出します。 オプションでファイル filename を作成あるいは filename に追加できます。 デフォルト ... 受け取るたびにハッシュマークが表示されます。 view filename 直前の ls コマンドの出力を並べ変え、 more (1) で出 ...
https://man.plustar.jp/manpage/man8/nslookup.8.html - [similar]
Man page of UTIME 6678
UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime, ... es.h > #include < utime.h > int utime(const char * filename , const struct utimbuf * times ); #include < sys/t ... ime.h > int utimes(const char * filename , const struct timeval times [2]); 説明 備考: 最近 ... いたいと思うかもしれない。 utime () システムコールは filename で示される inode のアクセス時刻と修正時刻を times ... IDE も CAP_FOWNER も持っていない)。または、 ENOENT filename が存在しない。 EPERM times が NULL でなく、かつ呼び ...
https://man.plustar.jp/manpage/man2/utime.2.html - [similar]
Man page of UTIME 6678
UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime, ... es.h > #include < utime.h > int utime(const char * filename , const struct utimbuf * times ); #include < sys/t ... ime.h > int utimes(const char * filename , const struct timeval times [2]); 説明 備考: 最近 ... いたいと思うかもしれない。 utime () システムコールは filename で示される inode のアクセス時刻と修正時刻を times ... IDE も CAP_FOWNER も持っていない)。または、 ENOENT filename が存在しない。 EPERM times が NULL でなく、かつ呼び ...
https://man.plustar.jp/manpage/man2/utimes.2.html - [similar]
Man page of PIC 6617
PIC Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 pic - troff と TeX ... で用いるピクチャコンパイラ 書式 pic [ -nvCSU ] [ filename ... ] pic -t [ -cvzCSU ] [ filename ... ] 解説 本マ ... X は command 中に存在しない任意の文字です。 copy " filename " filename をファイルのこの位置に埋め込みます。 co ... py [ " filename " ] thru X body X [ until " word " ] copy [ " file ... ] thru macro [ until " word " ] この構造は body を filename の各行に対して 1 度づつ実行します。 行は空白で区切 ...
https://man.plustar.jp/manpage/man1/pic.1.html - [similar]
Man page of dhcpd.conf 6617
dhcpd.conf Section: File Formats (5) Index JM Home Page 名前 dhcpd.conf - dhcpd の設定ファイル 説 ... えば、 hostname オプション、 取得するするファイル ( filename パラメータ)、 ファイルを取得するホスト ( next-serv ... それらをモデルごとに group 化することです。 group { filename "Xncd19r"; next-server ncd-booter; host ncd1 { har ... { hardware ethernet 0:c0:c3:22:46:81; } } group { filename "Xncd19c"; next-server ncd-booter; host ncd2 { har ... { hardware ethernet 0:c0:c3:00:14:11; } } group { filename "XncdHMX"; next-server ncd-booter; host ncd1 { har ...
https://man.plustar.jp/manpage/man5/dhcpd.conf.5.html - [similar]
Man page of BASH_BUILTINS 6470
BASH_BUILTINS Section: User Commands (1) Updated: 2004 Apr 20 Index JM Home Page 名前 bash, :, . ... 以外には何も行いません。 終了コード 0 を返します。 . filename [ arguments ] source filename [ arguments ] filena ... マンドを読み込み、現在のシェル環境の下で実行します。 filename 内の最後に実行したコマンドの終了ステータスを返しま ... す。 filename にスラッシュが含まれていない場合、 filename は PAT ... らかの arguments が指定された場合、これらの引き数は filename を実行したときの位置パラメータとなります。 指定され ...
https://man.plustar.jp/manpage/man1/builtins.1.html - [similar]
Man page of DLOPEN 6336
DLOPEN Section: Linux Programmer's Manual (3) Updated: 16 May 1995 Index JM Home Page 名前 dlclo ... 書式 #include < dlfcn.h > void *dlopen (const char * filename , int flag ); const char *dlerror(void); void *dls ... ボル: _init , _fini . 説明 dlopen は null 終端文字列 filename で指定された名前のファイルをダイナミックライブラリ ... イブラリへ の非透過 (opaque) な「ハンドル」を返す。 filename が絶対パス ("/" で始まるパス) で ない 場合には、フ ... あるライブラリのリスト。 /usr/lib 、 次いで /lib 。 filename が NULL ポインタである場合は、 返されるハンドルはメ ...
https://man.plustar.jp/manpage/man3/dlerror.3.html - [similar]
Man page of DLOPEN 6336
DLOPEN Section: Linux Programmer's Manual (3) Updated: 16 May 1995 Index JM Home Page 名前 dlclo ... 書式 #include < dlfcn.h > void *dlopen (const char * filename , int flag ); const char *dlerror(void); void *dls ... ボル: _init , _fini . 説明 dlopen は null 終端文字列 filename で指定された名前のファイルをダイナミックライブラリ ... イブラリへ の非透過 (opaque) な「ハンドル」を返す。 filename が絶対パス ("/" で始まるパス) で ない 場合には、フ ... あるライブラリのリスト。 /usr/lib 、 次いで /lib 。 filename が NULL ポインタである場合は、 返されるハンドルはメ ...
https://man.plustar.jp/manpage/man3/dlsym.3.html - [similar]
Man page of DLOPEN 6263
DLOPEN Section: Linux Programmer's Manual (3) Updated: 2014-10-02 Index JM Home Page 名前 dlclos ... 書式 #include < dlfcn.h > void *dlopen(const char * filename , int flag ); char *dlerror(void); void *dlsym(voi ... 。 dlopen() 関数 dlopen () は、ヌル終端された文字列 filename で指定されたファイル名の動的ライブラリ (dynamic li ... し、 その動的ライブラリへの内部「ハンドル」を返す。 filename が NULL の場合、メインプログラムへのハンドルが返さ ... れる。 filename がスラッシュ ("/") を含む場合、(相対か絶対かの)パス ...
https://man.plustar.jp/manpage/man3/dlclose.3.html - [similar]
Man page of DLOPEN 6263
DLOPEN Section: Linux Programmer's Manual (3) Updated: 2014-10-02 Index JM Home Page 名前 dlclos ... 書式 #include < dlfcn.h > void *dlopen(const char * filename , int flag ); char *dlerror(void); void *dlsym(voi ... 。 dlopen() 関数 dlopen () は、ヌル終端された文字列 filename で指定されたファイル名の動的ライブラリ (dynamic li ... し、 その動的ライブラリへの内部「ハンドル」を返す。 filename が NULL の場合、メインプログラムへのハンドルが返さ ... れる。 filename がスラッシュ ("/") を含む場合、(相対か絶対かの)パス ...
https://man.plustar.jp/manpage/man3/dlmopen.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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