manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 3107 for time (0.079 sec.)
Man page of DM.CONF 3268
DM.CONF Section: File Formats (5) Index JM Home Page BSD mandoc 名称 dm.conf - dm 設定ファイル 解 ... ァイルです。 このファイルは ``badtty'', ``game'', ``time'' の 3 個のキーワードの どれか1つから始まる行で構成 ... 以下のようにします。 badtty /dev/tty19 キーワード ``time'' の後に、日付/時間の組み合わせをリストすると、その ... 4 個のフィールドからなります。 その 4 つは文字列 ``time'' と省略なしの曜日、ゲームをしてはいけない時間帯 の ... 時以降のみに ゲームで遊ぶことを許可するものです。 time Monday 8 17 キーワード ``game'' の後に何らかのゲー ...
https://man.plustar.jp/manpage/man5/dm.conf.5.html - [similar]
Man page of SHUTDOWN 3268
SHUTDOWN Section: Linux System Administrator's Manual (8) Updated: Juli 31, 2001 Index JM Home P ... させる 書式 /sbin/shutdown [ -t sec ] [ -arkhncfF ] time [ warning-message ] 説明 shutdown はシステムを安全 ... キャンセルする。 当然ながら、このオプションと同時に time を指定することはできない。 しかし、コマンドラインか ... 入力し、 ログイン中の全てのユーザに送る事はできる。 time いつシャットダウンするか。 warning-message ユーザ全 ... 員に送られるメッセージ。 time 引数は様々な書式で指定できる。 まず、 hh:mm という ...
https://man.plustar.jp/manpage/man8/shutdown.8.html - [similar]
Man page of FAILLOG 3229
FAILLOG Section: File Formats (5) Index JM Home Page 名前 faillog - ログイン失敗を記録するファイ ... hort fail_cnt; short fail_max; char fail_line[12]; time_t fail_time; }; ファイル /var/log/faillog - ログイ ... , FAILLOG , faillog , 記録 , fail , 最後 , 回数 , time , レコード Linux マニュアル 一覧 [ man1 ] [ man2 ] ... was created by man2html , using the manual pages. Time: 12:08:33 GMT, June 11, 2022 ...
https://man.plustar.jp/manpage/man5/faillog.5.html - [similar]
Man page of iptables-extensions 3229
iptables-extensions Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables-exten ... る。 指定できる状況のリストは後述。 [ ! ] --ctexpire time [ : time ] 有効期間の残り秒数、 またはその範囲(両端 ... t gives you the ability to express " N packets per time quantum per group" or " N bytes per seconds" (see ... value ] 指定された TCP MSS 値か範囲にマッチする。 time このモジュールはパケットの到着時刻/日付が指定された ... それぞれ 1970-01-01 と 2038-01-19 とみなされます。 --timestart hh : mm [ : ss ] --timestop hh : mm [ : ss ] ...
https://man.plustar.jp/manpage/man8/iptables-extensions.8.html - [similar]
Man page of CLOCK_GETCPUCLOCKID 3189
CLOCK_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Pag ... の CPU 時刻のクロック ID を取得する 書式 #include < time.h > int clock_getcpuclockid(pid_t pid , clockid_t ... 呼び出して得られたクロック ID を引数として clock_gettime (2) の呼び出すのは、 クロック ID CLOCK_PROCESS_CPU ... TIME_ID を使って clock_gettime (2) の呼び出すのと同じである。 例 以下のサンプルプ ... プロセスの CPU 時刻のクロック ID を取得し、 clock_gettime (2) を使ってそのクロックの時刻を取得する。 以下は実 ...
https://man.plustar.jp/manpage/man3/clock_getcpuclockid.3.html - [similar]
Man page of IO_GETEVENTS 3153
IO_GETEVENTS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 ... /aio_abi.h > /* 必要な型の定義 */ #include < linux/time.h > /* 'struct timespec' の定義 */ int io_getevent ... n_nr , long nr , struct io_event * events , struct timespec * timeout ); 注 : このシステムコールには glibc ... queue of the AIO context specified by ctx_id . The timeout argument specifies the amount of time to wait f ... or events, and is specified as a relative timeout in a structure of the following form: struct ti ...
https://man.plustar.jp/manpage/man2/io_getevents.2.html - [similar]
Man page of MSGCTL 3153
MSGCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgctl ... ipc_perm msg_perm; /* Ownership and permissions */ time_t msg_stime; /* Time of last msgsnd (2) */ time_t ... msg_rtime; /* Time of last msgrcv (2) */ time_t msg_ctime; / ... * Time of creation or last modification by msgctl() */ un ... the access permissions on the message queue. msg_stime 最後の msgsnd (2) システムコールの時刻。 msg_rtime ...
https://man.plustar.jp/manpage/man2/msgctl.2.html - [similar]
Man page of NANOSLEEP 3153
NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 nan ... osleep - 高精度なスリープ 書式 #include < time.h > int nanosleep(const struct timespec * req , st ... ruct timespec * rem ); glibc 向けの機能検査マクロの要件 ( fe ... 節を参照のこと)。 ナノ秒刻みの時間間隔を指定するのに timespec 構造体が使用される。この構造体は次のように定義 ... されている。 struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ ...
https://man.plustar.jp/manpage/man2/nanosleep.2.html - [similar]
Man page of GETDATE 3153
GETDATE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getda ... 時刻の文字列を要素別の時刻に変換する 書式 #include < time.h > struct tm *getdate(const char * string ); exte ... rn int getdate_err; #include < time.h > int getdate_r(const char * string , struct tm ... 文字列表現の日付と時刻を、 要素別の時刻 (broken-down time) に変換する。 要素別の時刻は tm 構造体に格納され、 ... れない。 ( format 引数でフォーマットを指定する) strptime (3) とは違い、 getdate () は環境変数 DATEMSK で指定 ...
https://man.plustar.jp/manpage/man3/getdate.3.html - [similar]
Man page of GETDATE 3153
GETDATE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getda ... 時刻の文字列を要素別の時刻に変換する 書式 #include < time.h > struct tm *getdate(const char * string ); exte ... rn int getdate_err; #include < time.h > int getdate_r(const char * string , struct tm ... 文字列表現の日付と時刻を、 要素別の時刻 (broken-down time) に変換する。 要素別の時刻は tm 構造体に格納され、 ... れない。 ( format 引数でフォーマットを指定する) strptime (3) とは違い、 getdate () は環境変数 DATEMSK で指定 ...
https://man.plustar.jp/manpage/man3/getdate_err.3.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