manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 98 for array (0.019 sec.)
Man page of BASH_BUILTINS 7095
BASH_BUILTINS Section: User Commands (1) Updated: 2004 Apr 20 Index JM Home Page 名前 bash, :, . ... します。 alias エイリアス名。 -a でも指定できます。 arrayvar 配列変数名。 binding readline キー割り当て名。 ... [ -t ] [ -u fd ] [ -C callback ] [ -c quantum ] [ array ] readarray [ -n count ] [ -O origin ] [ -s count ... [ -t ] [ -u fd ] [ -C callback ] [ -c quantum ] [ array ] 標準入力の各行を配列変数 array に読み込みます。 ... fd から読み込みます。 変数 MAPFILE がデフォルトの array です。 オプションが指定された場合、以下の意味を持ち ...
https://man.plustar.jp/manpage/man1/builtins.1.html - [similar]
Man page of EXECVE 7095
EXECVE Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 execve ... ープリタースクリプト」の節を参照のこと。 argv is an array of pointers to strings passed to the new program a ... associated with the file being executed. The argv array must be terminated by a NULL pointer. (Thus, in th ... new program, argv[argc] will be NULL.) envp is an array of pointers to strings, conventionally of the form ... ed as the environment of the new program. The envp array must be terminated by a NULL pointer. The argument ...
https://man.plustar.jp/manpage/man2/execve.2.html - [similar]
Man page of POLL 7095
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... utside the process's accessible address space. The array given as argument was not contained in the calling ... Open each file on command line, and add it 'pfds' array */ for (int j = 0; j < nfds; j++) { pfds[j].fd = o ... poll"); printf("Ready: %d\n", ready); /* Deal with array returned by poll() */ for (int j = 0; j < nfds; j+ ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 7095
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... utside the process's accessible address space. The array given as argument was not contained in the calling ... Open each file on command line, and add it 'pfds' array */ for (int j = 0; j < nfds; j++) { pfds[j].fd = o ... poll"); printf("Ready: %d\n", ready); /* Deal with array returned by poll() */ for (int j = 0; j < nfds; j+ ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of GAWK 6873
GAWK Section: Utility Commands (1) Updated: May 17 2000 Index JM Home Page 名称 gawk - パターン検 ... 定義されているかを調べることができます。 if (val in array) print array[val] もし、配列が多次元インデックスを ... 持つなら、 (i, j) in array を用います。 in はまた、 for ループ中で、配列のすべ ... r ( expr1 ; expr2 ; expr3 ) statement for ( var in array ) statement break continue delete array [ index ] ... delete array exit [ expression ] { statements } 入出力ステートメ ...
https://man.plustar.jp/manpage/man1/gawk.1.html - [similar]
Man page of NETLINK 6873
NETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 netli ... s a pointer to __u32 and optlen is the size of the array. The array is filled with the full membership set ... of the socket, and the required array size is returned in optlen . NETLINK_BROADCAST_ERR ...
https://man.plustar.jp/manpage/man7/netlink.7.html - [similar]
Man page of MALLOC 6664
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... , free, calloc, realloc, reallocarray - 動的なメモリーの割り当てと解放を行う 書式 #inclu ... d *realloc(void *ptr , size_t size ); void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向 ... マクロの要件 ( feature_test_macros (7) 参照): reallocarray (): glibc 2.29 以降: _DEFAULT_SOURCE glibc 2.28 以 ... い。 The calloc () function allocates memory for an array of nmemb elements of size bytes each and returns a ...
https://man.plustar.jp/manpage/man3/calloc.3.html - [similar]
Man page of MALLOC 6664
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... , free, calloc, realloc, reallocarray - 動的なメモリーの割り当てと解放を行う 書式 #inclu ... d *realloc(void *ptr , size_t size ); void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向 ... マクロの要件 ( feature_test_macros (7) 参照): reallocarray (): glibc 2.29 以降: _DEFAULT_SOURCE glibc 2.28 以 ... い。 The calloc () function allocates memory for an array of nmemb elements of size bytes each and returns a ...
https://man.plustar.jp/manpage/man3/free.3.html - [similar]
Man page of MALLOC 6664
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... , free, calloc, realloc, reallocarray - 動的なメモリーの割り当てと解放を行う 書式 #inclu ... d *realloc(void *ptr , size_t size ); void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向 ... マクロの要件 ( feature_test_macros (7) 参照): reallocarray (): glibc 2.29 以降: _DEFAULT_SOURCE glibc 2.28 以 ... い。 The calloc () function allocates memory for an array of nmemb elements of size bytes each and returns a ...
https://man.plustar.jp/manpage/man3/malloc.3.html - [similar]
Man page of MALLOC 6664
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... , free, calloc, realloc, reallocarray - 動的なメモリーの割り当てと解放を行う 書式 #inclu ... d *realloc(void *ptr , size_t size ); void *reallocarray(void *ptr , size_t nmemb , size_t size ); glibc 向 ... マクロの要件 ( feature_test_macros (7) 参照): reallocarray (): glibc 2.29 以降: _DEFAULT_SOURCE glibc 2.28 以 ... い。 The calloc () function allocates memory for an array of nmemb elements of size bytes each and returns a ...
https://man.plustar.jp/manpage/man3/realloc.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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