manページ検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 1594 for int (0.180 sec.)
Man page of STRERROR 2577
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... 列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errnum ) ... ; const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , char * buf , ... e_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GNU-spec ... ific */ char *strerror_l(int errnum , locale_t locale ); glibc 向けの機能検査マ ...
https://man.plustar.jp/manpage/man3/strerror.3.html - [similar]
Man page of STRERROR 2577
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... 列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errnum ) ... ; const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , char * buf , ... e_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GNU-spec ... ific */ char *strerror_l(int errnum , locale_t locale ); glibc 向けの機能検査マ ...
https://man.plustar.jp/manpage/man3/strerror_l.3.html - [similar]
Man page of STRERROR 2577
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... 列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errnum ) ... ; const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , char * buf , ... e_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GNU-spec ... ific */ char *strerror_l(int errnum , locale_t locale ); glibc 向けの機能検査マ ...
https://man.plustar.jp/manpage/man3/strerror_r.3.html - [similar]
Man page of STRERROR 2577
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... 列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errnum ) ... ; const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , char * buf , ... e_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GNU-spec ... ific */ char *strerror_l(int errnum , locale_t locale ); glibc 向けの機能検査マ ...
https://man.plustar.jp/manpage/man3/strerrordesc_np.3.html - [similar]
Man page of STRERROR 2577
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... 列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errnum ) ... ; const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , char * buf , ... e_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GNU-spec ... ific */ char *strerror_l(int errnum , locale_t locale ); glibc 向けの機能検査マ ...
https://man.plustar.jp/manpage/man3/strerrorname_np.3.html - [similar]
Man page of REMOVEXATTR 2566
REMOVEXATTR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 r ... #include < sys/types.h > #include < sys/xattr.h > int removexattr(const char * path , const char * name ... ); int lremovexattr(const char * path , const char * name ... ); int fremovexattr(int fd , const char * name ); 説明 Ex ... al attributes which are associated with all inodes in the system (i.e., the stat (2) data). A complete ov ...
https://man.plustar.jp/manpage/man2/fremovexattr.2.html - [similar]
Man page of REMOVEXATTR 2566
REMOVEXATTR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 r ... #include < sys/types.h > #include < sys/xattr.h > int removexattr(const char * path , const char * name ... ); int lremovexattr(const char * path , const char * name ... ); int fremovexattr(int fd , const char * name ); 説明 Ex ... al attributes which are associated with all inodes in the system (i.e., the stat (2) data). A complete ov ...
https://man.plustar.jp/manpage/man2/lremovexattr.2.html - [similar]
Man page of REMOVEXATTR 2566
REMOVEXATTR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 r ... #include < sys/types.h > #include < sys/xattr.h > int removexattr(const char * path , const char * name ... ); int lremovexattr(const char * path , const char * name ... ); int fremovexattr(int fd , const char * name ); 説明 Ex ... al attributes which are associated with all inodes in the system (i.e., the stat (2) data). A complete ov ...
https://man.plustar.jp/manpage/man2/removexattr.2.html - [similar]
Man page of SHMOP 2566
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... < sys/types.h > #include < sys/shm.h > void *shmat(int shmid , const void * shmaddr , int shmflg ); int s ... pe, and does not have the CAP_IPC_OWNER capability in the user namespace that governs its IPC namespace. ... egment and a System V semaphore set. The program prints out the IDs of the created objects, and then wait ... gram has ceased waiting on the semaphore and has printed the string that was copied into the shared memor ...
https://man.plustar.jp/manpage/man2/shmat.2.html - [similar]
Man page of SHMOP 2566
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... < sys/types.h > #include < sys/shm.h > void *shmat(int shmid , const void * shmaddr , int shmflg ); int s ... pe, and does not have the CAP_IPC_OWNER capability in the user namespace that governs its IPC namespace. ... egment and a System V semaphore set. The program prints out the IDs of the created objects, and then wait ... gram has ceased waiting on the semaphore and has printed the string that was copied into the shared memor ...
https://man.plustar.jp/manpage/man2/shmdt.2.html - [similar]
PREV 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 NEXT

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