manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 216 for MALLOC (0.007 sec.)
Man page of OPEN_BY_HANDLE_AT 5039
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... e 構造体を確保する */ fhsize = sizeof(*fhp); fhp = malloc(fhsize); if (fhp == NULL) errExit("malloc"); /* na ... file_handle 構造体をここで割り当てできる */ fhp = malloc(sizeof(*fhp) + handle_bytes); if (fhp == NULL) err ... Exit("malloc"); fhp->handle_bytes = handle_bytes; fhp->handle_t ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 5039
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... e 構造体を確保する */ fhsize = sizeof(*fhp); fhp = malloc(fhsize); if (fhp == NULL) errExit("malloc"); /* na ... file_handle 構造体をここで割り当てできる */ fhp = malloc(sizeof(*fhp) + handle_bytes); if (fhp == NULL) err ... Exit("malloc"); fhp->handle_bytes = handle_bytes; fhp->handle_t ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of BRK 5039
BRK Section: Linux Programmer's Manual (2) Updated: 2016-03-15 Index JM Home Page 名前 brk, sbrk ... 注意 brk () や sbrk () を使用するのは避けること。 malloc (3) メモリー割り当てパッケージの方が、移植性が高く ... いる。 関連項目 execve (2), getrlimit (2), end (3), malloc (3) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man2/sbrk.2.html - [similar]
Man page of ALLOCA 5039
ALLOCA Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 alloca ... する。 特定のアプリケーションでは、この関数を使うと malloc (3) と free (3) を組み合わせて使った場合に比べて効 ... てしまうためである。 関連項目 brk (2), longjmp (3), malloc (3) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man3/alloca.3.html - [similar]
Man page of GETGROUPLIST 5039
GETGROUPLIST Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ILURE); } ngroups = atoi(argv[2]); gid_t *groups = malloc(sizeof(*groups) * ngroups); if (groups == NULL) { ... perror("malloc"); exit(EXIT_FAILURE); } /* Fetch passwd structure ...
https://man.plustar.jp/manpage/man3/getgrouplist.3.html - [similar]
Man page of INSQUE 5039
INSQUE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 insque ... element * new_element(void) { struct element *e = malloc(sizeof(*e)); if (e == NULL) { fprintf(stderr, "mal ...
https://man.plustar.jp/manpage/man3/insque.3.html - [similar]
Man page of INSQUE 5039
INSQUE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 insque ... element * new_element(void) { struct element *e = malloc(sizeof(*e)); if (e == NULL) { fprintf(stderr, "mal ...
https://man.plustar.jp/manpage/man3/remque.3.html - [similar]
Man page of SCANDIR 5007
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... び出す。 filter () が 0 以外の値を返すエントリーは、 malloc (3) により確保された文字列に格納され、比較関数 com ... par () を用いた qsort (3) によりソートされて、 malloc (3) により確保された配列 namelist にまとめられる。 ...
https://man.plustar.jp/manpage/man3/alphasort.3.html - [similar]
Man page of MPOOL 5007
MPOOL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mpool - ... 関数 mpool_open () は失敗するとライブラリルーチン malloc (3) で指定されているエラーに応じた errno をセットす ... は失敗するとライブラリルーチン read (2), write (2), malloc (3) で指定されているエラーに応じた errno をセットす ...
https://man.plustar.jp/manpage/man3/mpool.3.html - [similar]
Man page of SCANDIR 5007
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... び出す。 filter () が 0 以外の値を返すエントリーは、 malloc (3) により確保された文字列に格納され、比較関数 com ... par () を用いた qsort (3) によりソートされて、 malloc (3) により確保された配列 namelist にまとめられる。 ...
https://man.plustar.jp/manpage/man3/scandir.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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