manページ検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 327 for return (0.022 sec.)
Man page of PRINTF 4822
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... snprintf(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, size, fm ... t, ap); va_end(ap); if (n < 0) { free(p); return NULL; } return p; } バージョン 2.0.6 より前の glib ...
https://man.plustar.jp/manpage/man3/snprintf.3.html - [similar]
Man page of PRINTF 4822
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... snprintf(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, size, fm ... t, ap); va_end(ap); if (n < 0) { free(p); return NULL; } return p; } バージョン 2.0.6 より前の glib ...
https://man.plustar.jp/manpage/man3/sprintf.3.html - [similar]
Man page of PRINTF 4822
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... snprintf(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, size, fm ... t, ap); va_end(ap); if (n < 0) { free(p); return NULL; } return p; } バージョン 2.0.6 より前の glib ...
https://man.plustar.jp/manpage/man3/vdprintf.3.html - [similar]
Man page of PRINTF 4822
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... snprintf(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, size, fm ... t, ap); va_end(ap); if (n < 0) { free(p); return NULL; } return p; } バージョン 2.0.6 より前の glib ...
https://man.plustar.jp/manpage/man3/vfprintf.3.html - [similar]
Man page of PRINTF 4822
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... snprintf(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, size, fm ... t, ap); va_end(ap); if (n < 0) { free(p); return NULL; } return p; } バージョン 2.0.6 より前の glib ...
https://man.plustar.jp/manpage/man3/vprintf.3.html - [similar]
Man page of PRINTF 4822
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... snprintf(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, size, fm ... t, ap); va_end(ap); if (n < 0) { free(p); return NULL; } return p; } バージョン 2.0.6 より前の glib ...
https://man.plustar.jp/manpage/man3/vsnprintf.3.html - [similar]
Man page of PRINTF 4822
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... snprintf(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, size, fm ... t, ap); va_end(ap); if (n < 0) { free(p); return NULL; } return p; } バージョン 2.0.6 より前の glib ...
https://man.plustar.jp/manpage/man3/vsprintf.3.html - [similar]
Man page of IPTABLES 4822
IPTABLES Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables/ip6tables --- IP ... ゲットのいずれか、 もしくは特別な値 ACCEPT , DROP , RETURN のいずれかを指定する。 ACCEPT はパケット通過、 DRO ... P はパケット廃棄を意味する。 RETURN は、このチェインを辿るのを中止して、 前の (呼び出し ... に到達した場合、 または組み込みチェインでターゲット RETURN を持つルールにマッチした場合、 パケットをどのように ... 継続することを指定する。 --jump オプションと異なり、 return が行われた際にこのチェインでの処理は継続されず、 - ...
https://man.plustar.jp/manpage/man8/ip6tables.8.html - [similar]
Man page of IPTABLES 4822
IPTABLES Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables/ip6tables --- IP ... ゲットのいずれか、 もしくは特別な値 ACCEPT , DROP , RETURN のいずれかを指定する。 ACCEPT はパケット通過、 DRO ... P はパケット廃棄を意味する。 RETURN は、このチェインを辿るのを中止して、 前の (呼び出し ... に到達した場合、 または組み込みチェインでターゲット RETURN を持つルールにマッチした場合、 パケットをどのように ... 継続することを指定する。 --jump オプションと異なり、 return が行われた際にこのチェインでの処理は継続されず、 - ...
https://man.plustar.jp/manpage/man8/iptables.8.html - [similar]
Man page of MOVE_PAGES 4721
MOVE_PAGES Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mo ... 要な場合もある。 status is an array of integers that return the status of each page. The array contains valid ... values only if move_pages () did not return an error. Preinitialization of the array to a valu ... することができない。 返り値 On success move_pages () returns zero. On error, it returns -1, and sets errno to ... indicate the error. If positive value is returned, it is the number of nonmigrated pages. エラー P ...
https://man.plustar.jp/manpage/man2/move_pages.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT

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