manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 3107 for time (0.019 sec.)
Man page of TIMERADD 3073
TIMERADD Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 time ... radd, timersub, timercmp, timerclear, timerisset - timeval の ... 操作 書式 #include < sys/time.h > void timeradd(struct timeval * a , struct time ... val * b , struct timeval * res ); void timersub(struct timeval * a , str ... uct timeval * b , struct timeval * res ); void timerclear(s ...
https://man.plustar.jp/manpage/man3/timersub.3.html - [similar]
Man page of GETUTENT 3073
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... に基く検索を行う。 ut ->ut_type が RUN_LVL , BOOT_TIME , NEW_TIME , OLD_TIME の いずれかなら、 getutid () ... y MT-Unsafe init race:utent race:utentbuf sig:ALRM timer getutid (), getutline () Thread safety MT-Unsafe ... init race:utent sig:ALRM timer pututline () Thread safety MT-Unsafe race:utent s ... ig:ALRM timer setutent (), endutent (), utmpname () Thread safe ...
https://man.plustar.jp/manpage/man3/utmpname.3.html - [similar]
Man page of GETUTENT 3073
GETUTENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getu ... に基く検索を行う。 ut ->ut_type が RUN_LVL , BOOT_TIME , NEW_TIME , OLD_TIME の いずれかなら、 getutid () ... y MT-Unsafe init race:utent race:utentbuf sig:ALRM timer getutid (), getutline () Thread safety MT-Unsafe ... init race:utent sig:ALRM timer pututline () Thread safety MT-Unsafe race:utent s ... ig:ALRM timer setutent (), endutent (), utmpname () Thread safe ...
https://man.plustar.jp/manpage/man3/utmpxname.3.html - [similar]
Man page of STRCAT 3038
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... arts at the beginning of the string, the execution time of these functions scales according to the length ... lude < stdint.h > #include < string.h > #include < time.h > #include < stdio.h > int main(int argc, char * ... har p[LIM + 1]; /* +1 for terminating null byte */ time_t base; base = time(NULL); p[0] = '\0'; for (int j ... j % 10000) == 0) printf("%d %jd\n", j, (intmax_t) (time(NULL) - base)); strcat(p, "a"); } } 関連項目 bcopy ...
https://man.plustar.jp/manpage/man3/strcat.3.html - [similar]
Man page of STRCAT 3038
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... arts at the beginning of the string, the execution time of these functions scales according to the length ... lude < stdint.h > #include < string.h > #include < time.h > #include < stdio.h > int main(int argc, char * ... har p[LIM + 1]; /* +1 for terminating null byte */ time_t base; base = time(NULL); p[0] = '\0'; for (int j ... j % 10000) == 0) printf("%d %jd\n", j, (intmax_t) (time(NULL) - base)); strcat(p, "a"); } } 関連項目 bcopy ...
https://man.plustar.jp/manpage/man3/strncat.3.html - [similar]
Man page of XFERLOG 3038
XFERLOG Section: File Formats (5) Index JM Home Page 名前 xferlog - FTP サーバログファイル 説明 ... フィールドはスペースによって区切られている。 current-time transfer-time remote-host file-size filename trans ... od authenticated-user-id completion-status current-time は"DDD MMM dd hh:mm:ss YYYY"形式の現在の地域時間で ... mm は分、ss は秒、そしてYYYY は年である。 transfer-time は秒単位での転送の総合時間である。 remote-host はリ ... was created by man2html , using the manual pages. Time: 12:08:59 GMT, June 11, 2022 ...
https://man.plustar.jp/manpage/man5/xferlog.5.html - [similar]
Man page of CLOCK_NANOSLEEP 2998
CLOCK_NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名 ... クロックでの高精度な実行停止 (sleep) 書式 #include < time.h > int clock_nanosleep(clockid_t clockid , int fl ... ags , const struct timespec * request , struct timespec * remain ); -lrt と ... 渡したり、このシステムコールが返したりする時間の値は timespec 構造体を使って指定される。この構造体の定義は以 ... 下の通りである。 struct timespec { time_t tv_sec; /* seconds */ long tv_nsec; / ...
https://man.plustar.jp/manpage/man2/clock_nanosleep.2.html - [similar]
Man page of LOCALE 2998
LOCALE Section: Linux User Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 locale - ロケー ... LATE * LC_MESSAGES * LC_MONETARY * LC_NUMERIC * LC_TIME また、バージョン 2.2 以降の GNU C ライブラリでは以 ... 定義は END LC_TELEPHONE という文字列で終了する。 LC_TIME このカテゴリーの定義は最初のカラムに LC_TIME という ... ストを指定する。 d_t_fmt 適切な日付け (date) と時刻 (time) のフォーマットを指定する (書式については strftime ... y the appropriate date format (for syntax, see strftime (3)). t_fmt 適切な時刻のフォーマットを指定する (書 ...
https://man.plustar.jp/manpage/man5/locale.5.html - [similar]
Man page of who 2922
who Section: User Commands (1) Updated: 18 June 2002 Index JM Home Page 名前 who - だれがいまログ ... ge] [--mesg] [--process] [--runlevel] [--short] [--time] [--users] [--writable] [am i] [ file ] who [--hel ... ユーザが最後に端末操作を行なってからの時間・分 (idle-time) が表示される。 `.' はユーザが 1 分以内に端末操作を ... のランレベルのみを表示する。 -s, --short NAME, LINE, TIME カラムのみを表示する (これがデフォルトである)。 -t ... , --time システムクロックが最後に変更された時刻を表示する。 ...
https://man.plustar.jp/manpage/man1/who.1.html - [similar]
Man page of GETITIMER 2922
GETITIMER Section: Linux Programmer's Manual (2) Updated: 2014-07-08 Index JM Home Page 名前 get ... itimer, setitimer - インターバルタイマーの値を取得または ... 設定する 書式 #include < sys/time.h > int getitimer(int which , struct itimerval * c ... urr_value ); int setitimer(int which , const struct itimerval * new_value , ... struct itimerval * old_value ); 説明 システムは 1 個のプロセスに ...
https://man.plustar.jp/manpage/man2/getitimer.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT

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