manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 269 for argc (0.017 sec.)
Man page of STRTOL 5553
STRTOL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtol ... lude < stdio.h > #include < errno.h > int main(int argc, char *argv[]) { int base; char *endptr, *str; lon ... g val; if (argc < 2) { fprintf(stderr, "Usage: %s str [base]\n", a ... [0]); exit(EXIT_FAILURE); } str = argv[1]; base = (argc > 2) ? atoi(argv[2]) : 0; errno = 0; /* To disting ...
https://man.plustar.jp/manpage/man3/strtoq.3.html - [similar]
Man page of GETADDRINFO 5436
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... lude < netdb.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct addrinfo hints; struct add ... r_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage: %s port\n", argv[0 ... ude < string.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct addrinfo hints; struct add ... size_t len; ssize_t nread; char buf[BUF_SIZE]; if (argc < 3) { fprintf(stderr, "Usage: %s host port msg... ...
https://man.plustar.jp/manpage/man3/freeaddrinfo.3.html - [similar]
Man page of GETADDRINFO 5436
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... lude < netdb.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct addrinfo hints; struct add ... r_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage: %s port\n", argv[0 ... ude < string.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct addrinfo hints; struct add ... size_t len; ssize_t nread; char buf[BUF_SIZE]; if (argc < 3) { fprintf(stderr, "Usage: %s host port msg... ...
https://man.plustar.jp/manpage/man3/gai_strerror.3.html - [similar]
Man page of GETADDRINFO 5436
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... lude < netdb.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct addrinfo hints; struct add ... r_addr_len; ssize_t nread; char buf[BUF_SIZE]; if (argc != 2) { fprintf(stderr, "Usage: %s port\n", argv[0 ... ude < string.h > #define BUF_SIZE 500 int main(int argc, char *argv[]) { struct addrinfo hints; struct add ... size_t len; ssize_t nread; char buf[BUF_SIZE]; if (argc < 3) { fprintf(stderr, "Usage: %s host port msg... ...
https://man.plustar.jp/manpage/man3/getaddrinfo.3.html - [similar]
Man page of MALLOC_INFO 5436
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... n thread terminates */ return NULL; } int main(int argc, char *argv[]) { int sleepTime; if (argc < 4) { fp ... (argv[2]); blockSize = atoi(argv[3]); sleepTime = (argc > 4) ? atoi(argv[4]) : 0; pthread_t *thr = calloc( ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of SHM_OPEN 5436
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... e < ctype.h > #include "pshm_ucase.h" int main(int argc, char *argv[]) { if (argc != 2) { fprintf(stderr, ... < string.h > #include "pshm_ucase.h" int main(int argc, char *argv[]) { if (argc != 3) { fprintf(stderr, ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 5436
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... e < ctype.h > #include "pshm_ucase.h" int main(int argc, char *argv[]) { if (argc != 2) { fprintf(stderr, ... < string.h > #include "pshm_ucase.h" int main(int argc, char *argv[]) { if (argc != 3) { fprintf(stderr, ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of TIMERFD_CREATE 5309
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... secs, (nsecs + 500000) / 1000000); } int main(int argc, char *argv[]) { struct itimerspec new_value; int ... mespec now; uint64_t exp, tot_exp; ssize_t s; if ((argc != 2) && (argc != 4)) { fprintf(stderr, "%s init-s ... 1]); new_value.it_value.tv_nsec = now.tv_nsec; if (argc == 2) { new_value.it_interval.tv_sec = 0; max_exp ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 5309
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... secs, (nsecs + 500000) / 1000000); } int main(int argc, char *argv[]) { struct itimerspec new_value; int ... mespec now; uint64_t exp, tot_exp; ssize_t s; if ((argc != 2) && (argc != 4)) { fprintf(stderr, "%s init-s ... 1]); new_value.it_value.tv_nsec = now.tv_nsec; if (argc == 2) { new_value.it_interval.tv_sec = 0; max_exp ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
Man page of TIMERFD_CREATE 5309
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... secs, (nsecs + 500000) / 1000000); } int main(int argc, char *argv[]) { struct itimerspec new_value; int ... mespec now; uint64_t exp, tot_exp; ssize_t s; if ((argc != 2) && (argc != 4)) { fprintf(stderr, "%s init-s ... 1]); new_value.it_value.tv_nsec = now.tv_nsec; if (argc == 2) { new_value.it_interval.tv_sec = 0; max_exp ...
https://man.plustar.jp/manpage/man2/timerfd_settime.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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