manページ検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 267 for len (0.041 sec.)
Man page of REGEX 4664
REGEX Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 regcomp ... allows matching embedded NUL bytes and avoids a strlen (3) on large strings. It does not use nmatch on in ... regex_t regex; regmatch_t pmatch[1]; regoff_t off, len; if (regcomp(&regex, re, REG_NEWLINE)) exit(EXIT_F ... tch, 0)) break; off = pmatch[0].rm_so + (s - str); len = pmatch[0].rm_eo - pmatch[0].rm_so; printf("#%d:\ ... n", i); printf("offset = %jd; length = %jd\n", (intmax_t) off, (intmax_t) len); prin ...
https://man.plustar.jp/manpage/man3/regerror.3.html - [similar]
Man page of REGEX 4664
REGEX Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 regcomp ... allows matching embedded NUL bytes and avoids a strlen (3) on large strings. It does not use nmatch on in ... regex_t regex; regmatch_t pmatch[1]; regoff_t off, len; if (regcomp(&regex, re, REG_NEWLINE)) exit(EXIT_F ... tch, 0)) break; off = pmatch[0].rm_so + (s - str); len = pmatch[0].rm_eo - pmatch[0].rm_so; printf("#%d:\ ... n", i); printf("offset = %jd; length = %jd\n", (intmax_t) off, (intmax_t) len); prin ...
https://man.plustar.jp/manpage/man3/regex.3.html - [similar]
Man page of REGEX 4664
REGEX Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 regcomp ... allows matching embedded NUL bytes and avoids a strlen (3) on large strings. It does not use nmatch on in ... regex_t regex; regmatch_t pmatch[1]; regoff_t off, len; if (regcomp(&regex, re, REG_NEWLINE)) exit(EXIT_F ... tch, 0)) break; off = pmatch[0].rm_so + (s - str); len = pmatch[0].rm_eo - pmatch[0].rm_so; printf("#%d:\ ... n", i); printf("offset = %jd; length = %jd\n", (intmax_t) off, (intmax_t) len); prin ...
https://man.plustar.jp/manpage/man3/regexec.3.html - [similar]
Man page of REGEX 4664
REGEX Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 regcomp ... allows matching embedded NUL bytes and avoids a strlen (3) on large strings. It does not use nmatch on in ... regex_t regex; regmatch_t pmatch[1]; regoff_t off, len; if (regcomp(&regex, re, REG_NEWLINE)) exit(EXIT_F ... tch, 0)) break; off = pmatch[0].rm_so + (s - str); len = pmatch[0].rm_eo - pmatch[0].rm_so; printf("#%d:\ ... n", i); printf("offset = %jd; length = %jd\n", (intmax_t) off, (intmax_t) len); prin ...
https://man.plustar.jp/manpage/man3/regfree.3.html - [similar]
Man page of SHMOP 4605
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... emid, shmid; struct sembuf sop; char *addr; size_t len; if (argc != 4) { fprintf(stderr, "Usage: %s shmid ... semid string\n", argv[0]); exit(EXIT_FAILURE); } len = strlen(argv[3]) + 1; /* +1 to include trailing ' ... \0' */ if (len > MEM_SIZE) { fprintf(stderr, "String is too big!\ ... oid *) -1) errExit("shmat"); memcpy(addr, argv[3], len); /* Decrement semaphore to 0 */ sop.sem_num = 0; ...
https://man.plustar.jp/manpage/man2/shmat.2.html - [similar]
Man page of SHMOP 4605
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... emid, shmid; struct sembuf sop; char *addr; size_t len; if (argc != 4) { fprintf(stderr, "Usage: %s shmid ... semid string\n", argv[0]); exit(EXIT_FAILURE); } len = strlen(argv[3]) + 1; /* +1 to include trailing ' ... \0' */ if (len > MEM_SIZE) { fprintf(stderr, "String is too big!\ ... oid *) -1) errExit("shmat"); memcpy(addr, argv[3], len); /* Decrement semaphore to 0 */ sop.sem_num = 0; ...
https://man.plustar.jp/manpage/man2/shmdt.2.html - [similar]
Man page of SHMOP 4605
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... emid, shmid; struct sembuf sop; char *addr; size_t len; if (argc != 4) { fprintf(stderr, "Usage: %s shmid ... semid string\n", argv[0]); exit(EXIT_FAILURE); } len = strlen(argv[3]) + 1; /* +1 to include trailing ' ... \0' */ if (len > MEM_SIZE) { fprintf(stderr, "String is too big!\ ... oid *) -1) errExit("shmat"); memcpy(addr, argv[3], len); /* Decrement semaphore to 0 */ sop.sem_num = 0; ...
https://man.plustar.jp/manpage/man2/shmop.2.html - [similar]
Man page of GETIPNODEBYNAME 4605
GETIPNODEBYNAME Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名 ... ostent *getipnodebyaddr(const void * addr , size_t len , int af , int * error_num ); void freehostent(str ... r *h_name; char **h_aliases; int h_addrtype; int h_length; char **h_addr_list; }; これらの関数は、 IPv4 ネ ... addr 引数は struct in_addr へのポインターであり、 len 引数は sizeof(struct in_addr) に設定しなければなら ... addr 引数は struct in6_addr へのポインターであり、 len 引数は sizeof(struct in6_addr) に設定しなければなら ...
https://man.plustar.jp/manpage/man3/freehostent.3.html - [similar]
Man page of GETIPNODEBYNAME 4605
GETIPNODEBYNAME Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名 ... ostent *getipnodebyaddr(const void * addr , size_t len , int af , int * error_num ); void freehostent(str ... r *h_name; char **h_aliases; int h_addrtype; int h_length; char **h_addr_list; }; これらの関数は、 IPv4 ネ ... addr 引数は struct in_addr へのポインターであり、 len 引数は sizeof(struct in_addr) に設定しなければなら ... addr 引数は struct in6_addr へのポインターであり、 len 引数は sizeof(struct in6_addr) に設定しなければなら ...
https://man.plustar.jp/manpage/man3/getipnodebyaddr.3.html - [similar]
Man page of GETIPNODEBYNAME 4605
GETIPNODEBYNAME Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名 ... ostent *getipnodebyaddr(const void * addr , size_t len , int af , int * error_num ); void freehostent(str ... r *h_name; char **h_aliases; int h_addrtype; int h_length; char **h_addr_list; }; これらの関数は、 IPv4 ネ ... addr 引数は struct in_addr へのポインターであり、 len 引数は sizeof(struct in_addr) に設定しなければなら ... addr 引数は struct in6_addr へのポインターであり、 len 引数は sizeof(struct in6_addr) に設定しなければなら ...
https://man.plustar.jp/manpage/man3/getipnodebyname.3.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 NEXT

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