Results of 1 - 10 of about 50 for UTIME (0.002 sec.)
- Man page of UTIME 12558
- UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime,
...
を変更する 書式 #include < sys/types.h > #include < utime.h > int utime(const char * filename , const struct ...
utimbuf * times ); #include < sys/time.h > int utimes(const char * filename , const struct timeval time ...
s [2]); 説明 備考: 最近のアプリケーションの場合、 utimensat (2) で説明されているインターフェースを使いたい ...
と思うかもしれない。 utime () システムコールは filename で示される inode のア ...
-
https://man.plustar.jp/manpage/man2/utime.2.html
- [similar]
- Man page of UTIME 12558
- UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime,
...
を変更する 書式 #include < sys/types.h > #include < utime.h > int utime(const char * filename , const struct ...
utimbuf * times ); #include < sys/time.h > int utimes(const char * filename , const struct timeval time ...
s [2]); 説明 備考: 最近のアプリケーションの場合、 utimensat (2) で説明されているインターフェースを使いたい ...
と思うかもしれない。 utime () システムコールは filename で示される inode のア ...
-
https://man.plustar.jp/manpage/man2/utimes.2.html
- [similar]
- Man page of UTIMENSAT 12497
- UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 utime
...
mensat, futimens - ファイルのタイムスタンプをナノ秒精度で変更する ...
/* AT_* 定数の定義 */ #include < sys/stat.h > int utimensat(int dirfd , const char * pathname , const stru ...
ct timespec times [2], int flags ); int futimens(int fd , const struct timespec times [2]); glibc ...
能検査マクロの要件 ( feature_test_macros (7) 参照): utimensat (): Since glibc 2.10: _POSIX_C_SOURCE >= 20080 ...
-
https://man.plustar.jp/manpage/man2/utimensat.2.html
- [similar]
- Man page of UTIMENSAT 12497
- UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 utime
...
mensat, futimens - ファイルのタイムスタンプをナノ秒精度で変更する ...
/* AT_* 定数の定義 */ #include < sys/stat.h > int utimensat(int dirfd , const char * pathname , const stru ...
ct timespec times [2], int flags ); int futimens(int fd , const struct timespec times [2]); glibc ...
能検査マクロの要件 ( feature_test_macros (7) 参照): utimensat (): Since glibc 2.10: _POSIX_C_SOURCE >= 20080 ...
-
https://man.plustar.jp/manpage/man3/futimens.3.html
- [similar]
- Man page of TIMES 7835
- TIMES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 times -
...
以下のように定義されている: struct tms { clock_t tms_utime; /* user time */ clock_t tms_stime; /* system time ...
*/ clock_t tms_cutime; /* user time of children */ clock_t tms_cstime; / ...
* system time of children */ }; The tms_utime field contains the CPU time spent executing instru ...
alling process. The tms_stime field contains the CPU time spent executing inside the kernel while performin ...
-
https://man.plustar.jp/manpage/man2/times.2.html
- [similar]
- Man page of ACCT 7760
- ACCT Section: Linux Programmer's Manual (5) Updated: 2017-09-15 Index JM Home Page 名前 acct - プ
...
eation time (seconds since the Epoch) */ comp_t ac_utime; /* User CPU time */ comp_t ac_stime; /* System CP ...
0x1fff) << (((c >> 13) & 0x7) * 3); フィールド ac_utime , ac_stime , ac_etime は "clock ticks" 単位で計測し ...
me */ float ac_etime; /* Elapsed time */ comp_t ac_utime; /* User CPU time */ comp_t ac_stime; /* System ti ...
-
https://man.plustar.jp/manpage/man5/acct.5.html
- [similar]
- JM Project (Japanese)::List(man1) 7760
- Linux マニュアル 一覧表 アルファベット順 - u linuxマニュアルの u の一覧表です。 Linux マニュアル
...
-8 - ASCII と互換性のある多バイト Unicode の符号化 utime man2 utime, utimes - ファイルの最終アクセス時刻と修 ...
正時刻を変更する utimensat man2 utimensat, futimens - ファイルのタイムスタ ...
ンプをナノ秒精度で変更する utimes man2 utime, utimes - ファイルの最終アクセス時刻と ...
-
https://man.plustar.jp/manpage/man_u.html
- [similar]
- Man page of GETRUSAGE 7625
- GETRUSAGE Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 get
...
以下の形式である。 struct rusage { struct timeval ru_utime; /* 使用されたユーザー CPU 時間 */ struct timeval ...
れない)。 各フィールドの詳細は以下の通りである。 ru_utime ユーザーモードでの実行で消費された合計時間。 timev ...
e () を規定しているが、規定しているフィールドは ru_utime と ru_stime だけである。 RUSAGE_THREAD は Linux 固 ...
-
https://man.plustar.jp/manpage/man2/getrusage.2.html
- [similar]
- Man page of GETRUSAGE 7625
- GETRUSAGE Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 get
...
以下の形式である。 struct rusage { struct timeval ru_utime; /* 使用されたユーザー CPU 時間 */ struct timeval ...
れない)。 各フィールドの詳細は以下の通りである。 ru_utime ユーザーモードでの実行で消費された合計時間。 timev ...
e () を規定しているが、規定しているフィールドは ru_utime と ru_stime だけである。 RUSAGE_THREAD は Linux 固 ...
-
https://man.plustar.jp/manpage/man3/vtimes.3.html
- [similar]
- Man page of MAGIC 7339
- MAGIC Section: C Library Functions (3) Index JM Home Page BSD mandoc 名前 magic_open magic_close
...
準エラー出力に警告を表示する。 MAGIC_PRESERVE_ATIME utime (2) または utimes (2) をサポートするシステムでは、 ...
文を返す。 エラーがない場合は NULL を返す。 そして、 utime (2) または utimes (2) がサポートされていないシステ ...
-
https://man.plustar.jp/manpage/man3/libmagic.3.html
- [similar]