manページ検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 932 for NULL (0.064 sec.)
Man page of PERFMONCTL 3627
PERFMONCTL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pe ... 読み出す。 PFM_START perfmonctl(int fd , PFM_START, NULL, 0); 監視を開始する。 PFM_STOP perfmonctl(int fd , ... PFM_STOP, NULL, 0); 監視を停止する。 PFM_LOAD_CONTEXT perfmonctl( ... AD_CONTEXT perfmonctl(int fd , PFM_UNLOAD_CONTEXT, NULL, 0); 指定したコンテキストをスレッドが切り離す。 PF ... M_RESTART perfmonctl(int fd , PFM_RESTART, NULL, 0); オーバーフロー通知を受信した後、 監視を再開す ...
https://man.plustar.jp/manpage/man2/perfmonctl.2.html - [similar]
Man page of FOPENCOOKIE 3627
FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f ... 功すると 0 を、 エラーの場合 EOF を返す。 *close が NULL の場合、 ストリームがクローズされる際に特別な操作は ... しいストリームへのポインターを返す。 エラーの場合、 NULL が返される。 属性 この節で使用されている用語の説明 ... okie->buf, cookie->allocated * 2); if (new_buff == NULL) { return -1; } else { cookie->allocated *= 2; coo ... cookie->buf); cookie->allocated = 0; cookie->buf = NULL; return 0; } int main(int argc, char *argv[]) { co ...
https://man.plustar.jp/manpage/man3/fopencookie.3.html - [similar]
Man page of GETLINE 3627
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... 合は、改行文字もバッファーに格納される。 *lineptr が NULL にセットされ、 *n が呼び出し前に 0 にセットされた場 ... エラー EINVAL 引数が不正である ( n または lineptr が NULL である。 もしくは stream が有効でない)。 ENOMEM Al ... t argc, char *argv[]) { FILE *stream; char *line = NULL; size_t len = 0; ssize_t nread; if (argc != 2) { f ... RE); } stream = fopen(argv[1], "r"); if (stream == NULL) { perror("fopen"); exit(EXIT_FAILURE); } while (( ...
https://man.plustar.jp/manpage/man3/getdelim.3.html - [similar]
Man page of GETLINE 3627
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... 合は、改行文字もバッファーに格納される。 *lineptr が NULL にセットされ、 *n が呼び出し前に 0 にセットされた場 ... エラー EINVAL 引数が不正である ( n または lineptr が NULL である。 もしくは stream が有効でない)。 ENOMEM Al ... t argc, char *argv[]) { FILE *stream; char *line = NULL; size_t len = 0; ssize_t nread; if (argc != 2) { f ... RE); } stream = fopen(argv[1], "r"); if (stream == NULL) { perror("fopen"); exit(EXIT_FAILURE); } while (( ...
https://man.plustar.jp/manpage/man3/getline.3.html - [similar]
Man page of MEMFD_CREATE 3583
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... (The limit is 249 bytes, excluding the terminating null byte.) EINVAL Both MFD_HUGETLB and MFD_ALLOW_SEALI ... ed, set some seals on the file */ if (seals_arg != NULL) { seals = 0; if (strchr(seals_arg, 'g') != NULL) ... eals |= F_SEAL_GROW; if (strchr(seals_arg, 's') != NULL) seals |= F_SEAL_SHRINK; if (strchr(seals_arg, 'w' ... ) != NULL) seals |= F_SEAL_WRITE; if (strchr(seals_arg, 'W') ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of SIGPROCMASK 3583
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... いるシグナルの集合に set 引数を設定する。 oldset が NULL でなければ、シグナルマスクの今までの値を oldset に ... 格納する。 set が NULL であれば、シグナルマスクは変更されない (すなわち、 ... スクの値は oldset に入れて返される (但し、 oldset が NULL でない場合)。 A set of functions for modifying and ... not very useful) to specify both set and oldset as NULL. C ライブラリとカーネルの違い The kernel's definit ...
https://man.plustar.jp/manpage/man2/rt_sigprocmask.2.html - [similar]
Man page of SIGPROCMASK 3583
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... いるシグナルの集合に set 引数を設定する。 oldset が NULL でなければ、シグナルマスクの今までの値を oldset に ... 格納する。 set が NULL であれば、シグナルマスクは変更されない (すなわち、 ... スクの値は oldset に入れて返される (但し、 oldset が NULL でない場合)。 A set of functions for modifying and ... not very useful) to specify both set and oldset as NULL. C ライブラリとカーネルの違い The kernel's definit ...
https://man.plustar.jp/manpage/man2/sigprocmask.2.html - [similar]
Man page of ERR 3583
ERR Section: C Library Functions (3) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 err ... ロンとスペースを続けたものを出力する。 引き数 fmt が NULL でない場合、フォーマットされたエラーメッセージ・ コ ... 文字列を表示して終了する: if ((p = malloc(size)) == NULL) err(1, NULL); if ((fd = open(file_name, O_RDONLY, ...
https://man.plustar.jp/manpage/man3/err.3.html - [similar]
Man page of SETLOCALE 3583
SETLOCALE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 set ... したり 問い合わせたりするのに用いられる。 locale が NULL でなければ、プログラムのカレントロケールは引数に従 ... しくなければ、ロケールは変更されず、 setlocale () は NULL を返す。 The locale "C" or "POSIX" is a portable l ... cales, try "locale -a" (see locale (1)). locale が NULL ならば、現在のロケールを問い合わせるのみで変更はし ... ールが復元される。 設定に失敗した場合には、返り値は NULL になる。 属性 この節で使用されている用語の説明につ ...
https://man.plustar.jp/manpage/man3/setlocale.3.html - [similar]
Man page of STRCAT 3583
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... 例 Because strcat () and strncat () must find the null byte that terminates the string dest using a searc ... LIM 4000000 char p[LIM + 1]; /* +1 for terminating null byte */ time_t base; base = time(NULL); p[0] = '\0 ... 0000) == 0) printf("%d %jd\n", j, (intmax_t) (time(NULL) - base)); strcat(p, "a"); } } 関連項目 bcopy (3), ...
https://man.plustar.jp/manpage/man3/strcat.3.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 NEXT

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