manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 3107 for time (0.005 sec.)
Man page of TIME 6871
TIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 time - 秒 ... 単位の時間を得る 書式 #include < time.h > time_t time(time_t * tloc ); 説明 time () は、 ... 元(the Epoch)からの経過秒数を返す。エラーの場合は ((time_t) -1) を返し、 errno を設定する。 エラー EFAULT t ... だし「バグ」を参照)。 On systems where the C library time () wrapper function invokes an implementation prov ... ionale A.4.15 を参照すること。 On Linux, a call to time () with tloc specified as NULL cannot fail with th ...
https://man.plustar.jp/manpage/man2/time.2.html - [similar]
Man page of TOUCH 6068
TOUCH Section: User Commands (1) Updated: 17 November 1998 Index JM Home Page 名前 touch - ファイ ... 修正時刻を変更する 書式 touch [-acm][-r ref_file |-t time ] file... 今後使われなくなる書式: touch [-acm][ ug ... ly_time ] file... GNU 版: touch [-acfm] [-r file ] [-t tim ... e ] [-d time ] [--time={atime,access,use,mtime,modify}] [--date ... = time ] [--reference= file ] [--no-create] [--help] [--v ...
https://man.plustar.jp/manpage/man1/touch.1.html - [similar]
Man page of TIME 5988
TIME Section: Linux User's Manual (1) Updated: 2019-03-06 Index JM Home Page 名前 time - コマンド ... の時間計測やリソース使用量を表示する 書式 time [ options ] command [ arguments... ] 説明 time コマ ... を渡された引数で実行する。 command が終了すると、 time はこのプログラムの実行時間の統計情報についてのメッ ... 成される: (i) 起動から終了までに経過した実時間 (real time)、 (ii) ユーザー CPU 時間 ( times (2) が返す struc ... t tms の tms_utime と tms_cutime の値の合計)、 (iii) システム CPU 時間 ...
https://man.plustar.jp/manpage/man1/time.1.html - [similar]
Man page of PTHREAD_GETCPUCLOCKID 5452
PTHREAD_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home P ... を取得する 書式 #include < pthread.h > #include < time.h > int pthread_getcpuclockid(pthread_t thread , c ... etcpuclockid () function obtains the ID of the CPU-time clock of the thread whose ID is given in thread , ... ッドを参照している場合、 クロック ID CLOCK_THREAD_CPUTIME_ID が指定されていれば、 clock_gettime (2) と clock ... _settime (2) が操作するのと同じ時計 を参照する ID が返される ...
https://man.plustar.jp/manpage/man3/pthread_getcpuclockid.3.html - [similar]
Man page of TIME 5376
TIME Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名前 time - 時 ... 間とタイマーの概要 説明 実時間 (real time) とプロセス時間 実時間 は、特定の時点から計った時間 ... (例えば、システムコールを実行するのに使った時間)。 time (1) コマンドはプログラムの実行に費された総 CPU 時間 ... 使用される。 プログラムは、自身が費した総 CPU 時間を times (2), getrusage (2), clock (3) を使って計ることがで ... fy タイムアウトを設定したり (例えば select (2), sigtimedwait (2))、 CPU 時間を計測したり (例えば getrusage ...
https://man.plustar.jp/manpage/man7/time.7.html - [similar]
Man page of TIMEGM 5336
TIMEGM Section: Linux Programmer's Manual (3) Updated: 2016-12-12 Index JM Home Page 名前 timegm ... , timelocal - gmtime と localtime の逆関数 書式 #include ... < time.h > time_t timelocal(struct tm * tm ); time_t time ... 能検査マクロの要件 ( feature_test_macros (7) 参照): timelocal (), timegm (): Since glibc 2.19: _DEFAULT_SOU ... er: _BSD_SOURCE || _SVID_SOURCE 説明 The functions timelocal () and timegm () are the inverses of localtim ...
https://man.plustar.jp/manpage/man3/timegm.3.html - [similar]
Man page of TIMEGM 5336
TIMEGM Section: Linux Programmer's Manual (3) Updated: 2016-12-12 Index JM Home Page 名前 timegm ... , timelocal - gmtime と localtime の逆関数 書式 #include ... < time.h > time_t timelocal(struct tm * tm ); time_t time ... 能検査マクロの要件 ( feature_test_macros (7) 参照): timelocal (), timegm (): Since glibc 2.19: _DEFAULT_SOU ... er: _BSD_SOURCE || _SVID_SOURCE 説明 The functions timelocal () and timegm () are the inverses of localtim ...
https://man.plustar.jp/manpage/man3/timelocal.3.html - [similar]
Man page of UUID_TIME 5261
UUID_TIME Section: C Library Functions (3) Updated: December 2010 Index JM Home Page 名前 uuid_time ... 成された時刻を取り出す 書式 #include < uuid/uuid.h > time_t uuid_time(uuid_t uu , struct timeval * ret_tv ) ... 説明 uuid_time は、与えられた時刻ベースの UUID uu から、それが生成 ... 数が時刻を取り出せる UUID は、おそらく uuid_generate_time (3) 関数によって生成されたものに限られる。 他の仕組 ... GMT (the epoch: 紀元) からの 経過秒数で返される ( time (2) を見よ)。 UUID が生成された時刻を、紀元からの秒 ...
https://man.plustar.jp/manpage/man3/uuid_time.3.html - [similar]
Man page of CTIME 4915
CTIME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 asctime ... , ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gm ... time_r, localtime_r - 日付と時刻を要素別の時刻や ASCII に変換する 書 ... 式 #include < time.h > char *asctime(const struct tm * tm ); char *as ... ctime_r(const struct tm * tm , char * buf ); char *ctime ...
https://man.plustar.jp/manpage/man3/asctime.3.html - [similar]
Man page of CTIME 4915
CTIME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 asctime ... , ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gm ... time_r, localtime_r - 日付と時刻を要素別の時刻や ASCII に変換する 書 ... 式 #include < time.h > char *asctime(const struct tm * tm ); char *as ... ctime_r(const struct tm * tm , char * buf ); char *ctime ...
https://man.plustar.jp/manpage/man3/asctime_r.3.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