manページ検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 932 for NULL (0.353 sec.)
Man page of PRINTF 3204
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... 規定している。 一方 C99 では、このような場合 str を NULL とし、返り値として (通常通り) 出力バッファーが十分 ... *fmt, ...) { int n = 0; size_t size = 0; char *p = NULL; va_list ap; /* Determine required size */ va_star ... f(p, size, fmt, ap); va_end(ap); if (n < 0) return NULL; /* One extra byte for '\0' */ size = (size_t) n + ... 1; p = malloc(size); if (p == NULL) return NULL; va_start(ap, fmt); n = vsnprintf(p, ...
https://man.plustar.jp/manpage/man3/vdprintf.3.html - [similar]
Man page of PRINTF 3204
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... 規定している。 一方 C99 では、このような場合 str を NULL とし、返り値として (通常通り) 出力バッファーが十分 ... *fmt, ...) { int n = 0; size_t size = 0; char *p = NULL; va_list ap; /* Determine required size */ va_star ... f(p, size, fmt, ap); va_end(ap); if (n < 0) return NULL; /* One extra byte for '\0' */ size = (size_t) n + ... 1; p = malloc(size); if (p == NULL) return NULL; va_start(ap, fmt); n = vsnprintf(p, ...
https://man.plustar.jp/manpage/man3/vfprintf.3.html - [similar]
Man page of PRINTF 3204
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... 規定している。 一方 C99 では、このような場合 str を NULL とし、返り値として (通常通り) 出力バッファーが十分 ... *fmt, ...) { int n = 0; size_t size = 0; char *p = NULL; va_list ap; /* Determine required size */ va_star ... f(p, size, fmt, ap); va_end(ap); if (n < 0) return NULL; /* One extra byte for '\0' */ size = (size_t) n + ... 1; p = malloc(size); if (p == NULL) return NULL; va_start(ap, fmt); n = vsnprintf(p, ...
https://man.plustar.jp/manpage/man3/vprintf.3.html - [similar]
Man page of PRINTF 3204
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... 規定している。 一方 C99 では、このような場合 str を NULL とし、返り値として (通常通り) 出力バッファーが十分 ... *fmt, ...) { int n = 0; size_t size = 0; char *p = NULL; va_list ap; /* Determine required size */ va_star ... f(p, size, fmt, ap); va_end(ap); if (n < 0) return NULL; /* One extra byte for '\0' */ size = (size_t) n + ... 1; p = malloc(size); if (p == NULL) return NULL; va_start(ap, fmt); n = vsnprintf(p, ...
https://man.plustar.jp/manpage/man3/vsnprintf.3.html - [similar]
Man page of PRINTF 3204
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... 規定している。 一方 C99 では、このような場合 str を NULL とし、返り値として (通常通り) 出力バッファーが十分 ... *fmt, ...) { int n = 0; size_t size = 0; char *p = NULL; va_list ap; /* Determine required size */ va_star ... f(p, size, fmt, ap); va_end(ap); if (n < 0) return NULL; /* One extra byte for '\0' */ size = (size_t) n + ... 1; p = malloc(size); if (p == NULL) return NULL; va_start(ap, fmt); n = vsnprintf(p, ...
https://man.plustar.jp/manpage/man3/vsprintf.3.html - [similar]
Man page of SPU_RUN 3153
SPU_RUN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 spu_r ... した。 SPE_EVENT_SPE_ERROR 不正な命令が実行された。 NULL は event 引数として有効な値である。 この場合、イベ ... AULT npc が有効なポインターでない。または event が NULL 以外で、しかも無効なポインターである。 EINTR spu_r ... x0 */ npc = 0; spu_status = spu_run(context, &npc, NULL); if (spu_status == -1) handle_error("open"); /* w ...
https://man.plustar.jp/manpage/man2/spu_run.2.html - [similar]
Man page of CLEARENV 3153
CLEARENV Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 clea ... sets the value of the external variable environ to NULL. After this call, new variables can be added to th ... earenv () is unavailable, the assignment environ = NULL; というように変数 environ を設定すればよい。 The c ...
https://man.plustar.jp/manpage/man3/clearenv.3.html - [similar]
Man page of SYSLOG 3153
SYSLOG Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 closel ... 通常は ident にはプログラム名が設定される。 ident が NULL の場合、プログラムが ident として使用される (POSIX ... .1-2008 では ident が NULL の場合の動作は規定されていない)。 option 引数は、 ... yslog () が呼び出した場合、 ident のデフォルト値は NULL になる。 syslog() と vsyslog() syslog () generates ...
https://man.plustar.jp/manpage/man3/closelog.3.html - [similar]
Man page of RESOLVER 3153
RESOLVER Section: Linux Programmer's Manual (3) Updated: 2014-05-28 Index JM Home Page 名前 res_ ... 初のポインターはメッセージの冒頭を指し、そのリストは NULL で終わる。 配列の範囲は lastdnptr で決められる。 d ... nptr が NULL ならばドメイン名は圧縮されない。 lastdnptr が NULL ...
https://man.plustar.jp/manpage/man3/dn_comp.3.html - [similar]
Man page of RESOLVER 3153
RESOLVER Section: Linux Programmer's Manual (3) Updated: 2014-05-28 Index JM Home Page 名前 res_ ... 初のポインターはメッセージの冒頭を指し、そのリストは NULL で終わる。 配列の範囲は lastdnptr で決められる。 d ... nptr が NULL ならばドメイン名は圧縮されない。 lastdnptr が NULL ...
https://man.plustar.jp/manpage/man3/dn_expand.3.html - [similar]
PREV 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 NEXT

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