manページ検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 960 for IN (0.305 sec.)
Man page of NANOSLEEP 3731
NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 nan ... osleep - 高精度なスリープ 書式 #include < time.h > int nanosleep(const struct timespe ... り込まれた場合、 nanosleep は -1 を返し、 errno に EINTR を設定し、 rem が NULL でなければ 残りの時間を r ... LT ユーザー空間からの情報のコピーで問題があった。 EINTR そのスレッドに配送されたシグナルにより停止が中断 ... できるように、 残りの停止時間が *rem に格納される。 EINVAL tv_nsec フィールドの値が 0 から 999999999 の範囲 ...
https://man.plustar.jp/manpage/man2/nanosleep.2.html - [similar]
Man page of TEE 3731
TEE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 tee - パイ ... プの中身を複製する 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #i ... nclude < fcntl.h > ssize_t tee(int fd_in , int fd_out , size_t len , unsigned int fl ... ags ); 説明 tee () は、ファイルディスクリプター fd_in が参照するパイプからファイルディスクリプター fd_ou ... ータを複製する。 この操作では、複製されるデータは fd_in からは消費されない。したがって、これらのデータをこ ...
https://man.plustar.jp/manpage/man2/tee.2.html - [similar]
Man page of CRYPT 3699
CRYPT Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 crypt, ... crypt_r - パスワードとデータの暗号化 書式 #define _XOPEN_SOURCE /* feature_test_macros (7) 参照 */ ... #include < unistd.h > char *crypt(const char * key , c ... onst char * salt ); #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #i ... の ことは、 crypt_r () の初回の呼び出しの前に data->initialized をゼロにすることだけである。 返り値 成功の ...
https://man.plustar.jp/manpage/man3/crypt.3.html - [similar]
Man page of CRYPT 3699
CRYPT Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 crypt, ... crypt_r - パスワードとデータの暗号化 書式 #define _XOPEN_SOURCE /* feature_test_macros (7) 参照 */ ... #include < unistd.h > char *crypt(const char * key , c ... onst char * salt ); #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #i ... の ことは、 crypt_r () の初回の呼び出しの前に data->initialized をゼロにすることだけである。 返り値 成功の ...
https://man.plustar.jp/manpage/man3/crypt_r.3.html - [similar]
Man page of MEMCPY 3699
MEMCPY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 memcpy ... - メモリー領域をコピーする。 書式 #include < string.h > void *memcpy(void * dest , const ... (POSIX and the C standards are explicit that employing memcpy () with overlapping areas produces undefin ... ed behavior.) Most notably, in glibc 2.13 a performance optimization of memcpy () ... on some platforms (including x86-64) included changing the order in whic ...
https://man.plustar.jp/manpage/man3/memcpy.3.html - [similar]
Man page of GETGROUPS 3674
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... ps - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types.h > #include < unistd.h > int get ... groups(int size , gid_t list []); #include < grp.h > int set ... 要件 ( feature_test_macros (7) 参照): setgroups (): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2.19 and earli ... ps () sets the supplementary group IDs for the calling process. Appropriate privileges are required (see ...
https://man.plustar.jp/manpage/man2/getgroups.2.html - [similar]
Man page of GETGROUPS 3674
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... ps - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types.h > #include < unistd.h > int get ... groups(int size , gid_t list []); #include < grp.h > int set ... 要件 ( feature_test_macros (7) 参照): setgroups (): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2.19 and earli ... ps () sets the supplementary group IDs for the calling process. Appropriate privileges are required (see ...
https://man.plustar.jp/manpage/man2/getgroups32.2.html - [similar]
Man page of GETGROUPS 3674
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... ps - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types.h > #include < unistd.h > int get ... groups(int size , gid_t list []); #include < grp.h > int set ... 要件 ( feature_test_macros (7) 参照): setgroups (): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2.19 and earli ... ps () sets the supplementary group IDs for the calling process. Appropriate privileges are required (see ...
https://man.plustar.jp/manpage/man2/setgroups.2.html - [similar]
Man page of GETGROUPS 3674
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... ps - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types.h > #include < unistd.h > int get ... groups(int size , gid_t list []); #include < grp.h > int set ... 要件 ( feature_test_macros (7) 参照): setgroups (): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2.19 and earli ... ps () sets the supplementary group IDs for the calling process. Appropriate privileges are required (see ...
https://man.plustar.jp/manpage/man2/setgroups32.2.html - [similar]
Man page of FTW 3643
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... - ファイルツリーを歩きまわる 書式 #include < ftw.h > int nftw(const char * dirpath , int ... n ) (const char * fpath , const struct stat * sb , int typeflag , struct FTW * ftwbuf ), int nopenfd , i ... nt flags ); #include < ftw.h > int ftw(const char * dirpath , int ... n ) (const char * fpath , const struct stat * sb , int typeflag ), int nopenfd ); glibc 向けの機能検査マ ...
https://man.plustar.jp/manpage/man3/ftw.3.html - [similar]
PREV 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 NEXT

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