manページ検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 1594 for int (1.108 sec.)
Man page of GETSPNAM 2623
GETSPNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 gets ... stream ); struct spwd *sgetspent(const char * s ); int putspent(const struct spwd * p , FILE * stream ); ... int lckpwdf(void); int ulckpwdf(void); /* GNU による拡張 */ #include < sh ... adow.h > int getspent_r(struct spwd * spbuf , char * buf , size ... _t buflen , struct spwd ** spbufp ); int getspnam_r(const char * name , struct spwd * spbuf ...
https://man.plustar.jp/manpage/man3/getspnam_r.3.html - [similar]
Man page of FPCLASSIFY 2623
FPCLASSIFY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fp ... 浮動小数点数の分類マクロ 書式 #include < math.h > int fpclassify( x ); int isfinite( x ); int isnormal( ... x ); int isnan( x ); int isinf( x ); -lm でリンクする。 gli ... OURCE , fpclassify , FPCLASSIFY , マクロ , isinf , int , isfinite , isnormal , isnan , NAN Linux マニュア ...
https://man.plustar.jp/manpage/man3/isfinite.3.html - [similar]
Man page of FPCLASSIFY 2623
FPCLASSIFY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fp ... 浮動小数点数の分類マクロ 書式 #include < math.h > int fpclassify( x ); int isfinite( x ); int isnormal( ... x ); int isnan( x ); int isinf( x ); -lm でリンクする。 gli ... OURCE , fpclassify , FPCLASSIFY , マクロ , isinf , int , isfinite , isnormal , isnan , NAN Linux マニュア ...
https://man.plustar.jp/manpage/man3/isinf.3.html - [similar]
Man page of FPCLASSIFY 2623
FPCLASSIFY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fp ... 浮動小数点数の分類マクロ 書式 #include < math.h > int fpclassify( x ); int isfinite( x ); int isnormal( ... x ); int isnan( x ); int isinf( x ); -lm でリンクする。 gli ... OURCE , fpclassify , FPCLASSIFY , マクロ , isinf , int , isfinite , isnormal , isnan , NAN Linux マニュア ...
https://man.plustar.jp/manpage/man3/isnan.3.html - [similar]
Man page of FPCLASSIFY 2623
FPCLASSIFY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 fp ... 浮動小数点数の分類マクロ 書式 #include < math.h > int fpclassify( x ); int isfinite( x ); int isnormal( ... x ); int isnan( x ); int isinf( x ); -lm でリンクする。 gli ... OURCE , fpclassify , FPCLASSIFY , マクロ , isinf , int , isfinite , isnormal , isnan , NAN Linux マニュア ...
https://man.plustar.jp/manpage/man3/isnormal.3.html - [similar]
Man page of GETSPNAM 2623
GETSPNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 gets ... stream ); struct spwd *sgetspent(const char * s ); int putspent(const struct spwd * p , FILE * stream ); ... int lckpwdf(void); int ulckpwdf(void); /* GNU による拡張 */ #include < sh ... adow.h > int getspent_r(struct spwd * spbuf , char * buf , size ... _t buflen , struct spwd ** spbufp ); int getspnam_r(const char * name , struct spwd * spbuf ...
https://man.plustar.jp/manpage/man3/lckpwdf.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 2623
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... feature_test_macros (7) */ #include < pthread.h > int pthread_setaffinity_np(pthread_t thread , size_t c ... pusetsize , const cpu_set_t * cpuset ); int pthread_getaffinity_np(pthread_t thread , size_t c ... = en; perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char *argv[]) { int s; cpu_set_t cp ... to include CPUs 0 to 7 */ CPU_ZERO(&cpuset); for (int j = 0; j < 8; j++) CPU_SET(j, &cpuset); s = pthrea ...
https://man.plustar.jp/manpage/man3/pthread_getaffinity_np.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 2623
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... feature_test_macros (7) */ #include < pthread.h > int pthread_setaffinity_np(pthread_t thread , size_t c ... pusetsize , const cpu_set_t * cpuset ); int pthread_getaffinity_np(pthread_t thread , size_t c ... = en; perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char *argv[]) { int s; cpu_set_t cp ... to include CPUs 0 to 7 */ CPU_ZERO(&cpuset); for (int j = 0; j < 8; j++) CPU_SET(j, &cpuset); s = pthrea ...
https://man.plustar.jp/manpage/man3/pthread_setaffinity_np.3.html - [similar]
Man page of GETSPNAM 2623
GETSPNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 gets ... stream ); struct spwd *sgetspent(const char * s ); int putspent(const struct spwd * p , FILE * stream ); ... int lckpwdf(void); int ulckpwdf(void); /* GNU による拡張 */ #include < sh ... adow.h > int getspent_r(struct spwd * spbuf , char * buf , size ... _t buflen , struct spwd ** spbufp ); int getspnam_r(const char * name , struct spwd * spbuf ...
https://man.plustar.jp/manpage/man3/putspent.3.html - [similar]
Man page of SEM_WAIT 2623
SEM_WAIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 sem_ ... セマフォをロックする 書式 #include < semaphore.h > int sem_wait(sem_t * sem ); int sem_trywait(sem_t * se ... m ); int sem_timedwait(sem_t * sem , const struct timespec ... 返し、 errno にエラーを示す値をセットする。 エラー EINTR 呼び出しはシグナルハンドラーにより中断された。 si ... xit(EXIT_FAILURE); } while (0) static void handler(int sig) { write(STDOUT_FILENO, "sem_post() from handl ...
https://man.plustar.jp/manpage/man3/sem_timedwait.3.html - [similar]
PREV 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 NEXT

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