manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 216 for MALLOC (0.025 sec.)
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_r.3.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/man3/mq_notify.3.html - [similar]
Man page of ASPRINTF 4923
ASPRINTF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 aspr ... には strp を NULL にセットする。 関連項目 free (3), malloc (3), printf (3) この文書について この man ページは ...
https://man.plustar.jp/manpage/man3/asprintf.3.html - [similar]
Man page of ERR 4923
ERR Section: C Library Functions (3) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 err ... 号 (errno) 情報の文字列を表示して終了する: if ((p = malloc(size)) == NULL) err(1, NULL); if ((fd = open(file_ ...
https://man.plustar.jp/manpage/man3/err.3.html - [similar]
Man page of FOPENCOOKIE 4923
FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f ... kie before calling fopencookie() */ mycookie.buf = malloc(INIT_BUF_SIZE); if (mycookie.buf == NULL) { perror ... ("malloc"); exit(EXIT_FAILURE); } mycookie.allocated = INIT ...
https://man.plustar.jp/manpage/man3/fopencookie.3.html - [similar]
Man page of GLOB 4923
GLOB Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 glob, gl ... れている。 バグ glob () 関数はその中で呼び出している malloc (3) や opendir (3) などの関数の呼び出しで失敗が起こ ... 目 ls (1), sh (1), stat (2), exec (3), fnmatch (3), malloc (3), opendir (3), readdir (3), wordexp (3), glob ( ...
https://man.plustar.jp/manpage/man3/glob.3.html - [similar]
Man page of GLOB 4923
GLOB Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 glob, gl ... れている。 バグ glob () 関数はその中で呼び出している malloc (3) や opendir (3) などの関数の呼び出しで失敗が起こ ... 目 ls (1), sh (1), stat (2), exec (3), fnmatch (3), malloc (3), opendir (3), readdir (3), wordexp (3), glob ( ...
https://man.plustar.jp/manpage/man3/globfree.3.html - [similar]
Man page of MEMPCPY 4923
MEMPCPY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mempc ... , size_t s1, void *o2, size_t s2) { void *result = malloc(s1 + s2); if (result != NULL) mempcpy(mempcpy(resu ...
https://man.plustar.jp/manpage/man3/mempcpy.3.html - [similar]
Man page of ASPRINTF 4923
ASPRINTF Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 aspr ... には strp を NULL にセットする。 関連項目 free (3), malloc (3), printf (3) この文書について この man ページは ...
https://man.plustar.jp/manpage/man3/vasprintf.3.html - [similar]
Man page of WCSDUP 4923
WCSDUP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 wcsdup ... てて返す。 新しいワイド文字文字列のためのメモリーは malloc (3) を使って割り当てられる。 この領域は free (3) を ...
https://man.plustar.jp/manpage/man3/wcsdup.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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