manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 194 for sizeof (0.013 sec.)
Man page of OPEN_BY_HANDLE_AT 6270
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... struct file_handle { unsigned int handle_bytes; /* Size of f_handle [in, out] */ int handle_type; /* Handle ... gv[1]; /* file_handle 構造体を確保する */ fhsize = sizeof(*fhp); fhp = malloc(fhsize); if (fhp == NULL) errE ... andle 構造体を正しいサイズに確保し直す */ fhsize = sizeof(*fhp) + fhp->handle_bytes; fhp = realloc(fhp, fhsi ... ype> <bytes of handle in hex> */ if ((fgets(line1, sizeof(line1), stdin) == NULL) || (fgets(line2, sizeof(li ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of FANOTIFY 6150
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... ader contains a len field. The value of len is the size of the additional information record including the f ... anotify_event_info_header itself. The total size of all additional information records is not expecte ... ;;) { /* イベントを読み出す */ len = read(fd, buf, sizeof(buf)); if (len == -1 && errno != EAGAIN) { perror( ... esponse.response = FAN_ALLOW; write(fd, &response, sizeof(response)); } /* 書き込み可能ファイルのクローズイベ ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of SYSINFO 6020
SYSINFO Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 sysin ... unit; /* Memory unit size in bytes */ char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding to 64 bytes */ }; I ...
https://man.plustar.jp/manpage/man2/sysinfo.2.html - [similar]
Man page of INET_PTON 6020
INET_PTON Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ine ... ddr に変換されて dst にコピーされる。 dst の長さは sizeof(struct in_addr) (4) バイト (32ビット) でなければな ... ddr に変換されて dst にコピーされる。 dst の長さは sizeof(struct in6_addr) (16) バイト (128 ビット) でなけれ ... t main(int argc, char *argv[]) { unsigned char buf[sizeof(struct in6_addr)]; int domain, s; char str[INET6_A ...
https://man.plustar.jp/manpage/man3/inet_pton.3.html - [similar]
Man page of MEMUSAGE 5901
MEMUSAGE Section: Linux user manual (1) Updated: 2020-11-01 Index JM Home Page 名前 memusage - プ ... r *argv[]) { int i, j; size_t size; int *p; size = sizeof(*p) * 100; printf("malloc: %zu\n", size); p = mall ... i++) { if (i < CYCLES / 2) j = i; else j--; size = sizeof(*p) * (j * 50 + 110); printf("realloc: %zu\n", siz ... e); p = realloc(p, size); size = sizeof(*p) * ((j + 1) * 150 + 110); printf("realloc: %zu\ ...
https://man.plustar.jp/manpage/man1/memusage.1.html - [similar]
Man page of EVENTFD 5901
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... toull() allows various bases */ s = write(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ... rintf("Parent about to read\n"); s = read(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 5901
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... toull() allows various bases */ s = write(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ... rintf("Parent about to read\n"); s = read(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of EVENTFD 5901
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... toull() allows various bases */ s = write(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ... rintf("Parent about to read\n"); s = read(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ...
https://man.plustar.jp/manpage/man3/eventfd_read.3.html - [similar]
Man page of EVENTFD 5901
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... toull() allows various bases */ s = write(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ... rintf("Parent about to read\n"); s = read(efd, &u, sizeof(uint64_t)); if (s != sizeof(uint64_t)) handle_erro ...
https://man.plustar.jp/manpage/man3/eventfd_write.3.html - [similar]
Man page of GETNAMEINFO 5782
GETNAMEINFO Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 g ... [NI_MAXSERV]; if (getnameinfo(addr, addrlen, hbuf, sizeof(hbuf), sbuf, sizeof(sbuf), NI_NUMERICHOST | NI_NUM ... [NI_MAXHOST]; if (getnameinfo(addr, addrlen, hbuf, sizeof(hbuf), NULL, 0, NI_NAMEREQD)) printf("could not re ...
https://man.plustar.jp/manpage/man3/getnameinfo.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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