manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 216 for MALLOC (0.017 sec.)
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/scandirat.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/versionsort.3.html - [similar]
Man page of READLINK 4986
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... に基づいてパス名を構成する。 例 The following program allocates the buffer needed by readlink () dynamically ... . */ if (sb.st_size == 0) bufsiz = PATH_MAX; buf = malloc(bufsiz); if (buf == NULL) { perror("malloc"); exit ...
https://man.plustar.jp/manpage/man2/readlink.2.html - [similar]
Man page of READLINK 4986
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... に基づいてパス名を構成する。 例 The following program allocates the buffer needed by readlink () dynamically ... . */ if (sb.st_size == 0) bufsiz = PATH_MAX; buf = malloc(bufsiz); if (buf == NULL) { perror("malloc"); exit ...
https://man.plustar.jp/manpage/man2/readlinkat.2.html - [similar]
Man page of ENVIRON 4986
ENVIRON Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 envir ... イブラリルーチンは POSIX の規定に従うようになる。 * malloc (3) の動作は MALLOC_* 変数によって影響される。 * H ...
https://man.plustar.jp/manpage/man7/environ.7.html - [similar]
Man page of MTRACE 4955
MTRACE Section: Linux user manual (1) Updated: 2017-09-15 Index JM Home Page 名前 mtrace - malloc ...
https://man.plustar.jp/manpage/man1/mtrace.1.html - [similar]
Man page of MQ_NOTIFY 4955
MQ_NOTIFY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq_ ... s, &attr) == -1) handle_error("mq_getattr"); buf = malloc(attr.mq_msgsize); if (buf == NULL) handle_error("m ...
https://man.plustar.jp/manpage/man2/mq_notify.2.html - [similar]
Man page of GETPWNAM 4955
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... bufsize = 16384; /* 十分大きな値にすべき */ buf = malloc(bufsize); if (buf == NULL) { perror("malloc"); exi ...
https://man.plustar.jp/manpage/man3/getpwnam.3.html - [similar]
Man page of GETPWNAM 4955
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... bufsize = 16384; /* 十分大きな値にすべき */ buf = malloc(bufsize); if (buf == NULL) { perror("malloc"); exi ...
https://man.plustar.jp/manpage/man3/getpwnam_r.3.html - [similar]
Man page of GETPWNAM 4955
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... bufsize = 16384; /* 十分大きな値にすべき */ buf = malloc(bufsize); if (buf == NULL) { perror("malloc"); exi ...
https://man.plustar.jp/manpage/man3/getpwuid.3.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