manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 365 for define (0.013 sec.)
Man page of LSEEK64 5240
LSEEK64 Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 lseek ... 64 ビットの読み書きオフセットの位置を変える 書式 #define _LARGEFILE64_SOURCE /* feature_test_macros (7) 参照 ... on 32-bit architectures, unless one compiles with #define _FILE_OFFSET_BITS 64 を定義してコンパイルした場合は ... 定義をしてコンパイルした場合にのみ使用可能である。 #define _LARGEFILE64_SOURCE 関数 lseek64 () は glibc 2.1 以 ... s if the _LARGEFILE64_SOURCE feature test macro is defined. ALternatively, on a 32-bit system, the symbol ls ...
https://man.plustar.jp/manpage/man3/lseek64.3.html - [similar]
Man page of OPEN_BY_HANDLE_AT 5160
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... ンドルの取得とハンドルによるファイルのオープン 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ... size for f_handle . (The constant MAX_HANDLE_SZ , defined in < fcntl.h > , specifies the maximum expected s ... handle プログラムのソース: t_name_to_handle_at.c #define _GNU_SOURCE #include < sys/types.h > #include < sy ... td.h > #include < errno.h > #include < string.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 5160
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... ンドルの取得とハンドルによるファイルのオープン 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ... size for f_handle . (The constant MAX_HANDLE_SZ , defined in < fcntl.h > , specifies the maximum expected s ... handle プログラムのソース: t_name_to_handle_at.c #define _GNU_SOURCE #include < sys/types.h > #include < sy ... td.h > #include < errno.h > #include < string.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of MEMFD_CREATE 5080
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... e - 無名ファイル (anonymous file) を作成する 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ... WRITE SHRINK プログラムのソース: t_memfd_create.c #define _GNU_SOURCE #include < stdint.h > #include < sys/m ... td.h > #include < string.h > #include < stdio.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); ... XIT_SUCCESS); } プログラムのソース: t_get_seals.c #define _GNU_SOURCE #include < sys/mman.h > #include < fcn ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of FEATURE_TEST_MACROS 5080
FEATURE_TEST_MACROS Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Pag ... では明示的に認められている)。 #include < abc.h > #define _GNU_SOURCE #include < xyz.h > 機能検査マクロを使う ... ードよりも前で行わなければならないことを意味する。 #define _BSD_SOURCE #define _XOPEN_SOURCE /* 500 未満の任意 ... adahead (2) のマニュアルページからの引用である)。 #define _GNU_SOURCE #include < fcntl.h > ssize_t readahead ... ally be provided by default). * Certain macros are defined with default values. Thus, although one or more m ...
https://man.plustar.jp/manpage/man7/feature_test_macros.7.html - [similar]
Man page of bc 4992
bc Section: User Commands (1) Updated: . Index JM Home Page 名称 bc - 任意精度の計算言語 書式 bc ... き換えられます。 関数の定義は、以下のように行います: define name ( parameters ) { newline auto_list statement_ ... が若干緩やかになりました。 標準では、開くブレースが define キーワードと同じ行にあることと、 他の部分が引き続く ... 後の改行数は任意です。 例えば、次の定義は合法です。 define d (n) { return (2*n); } define d (n) { return (2*n ... the series: e^x = 1 + x + x^2/2! + x^3/3! + ... */ define e(x) { auto a, d, e, f, i, m, v, z /* Check the si ...
https://man.plustar.jp/manpage/man1/bc.1.html - [similar]
Man page of MEMPCPY 4992
MEMPCPY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mempc ... py, wmempcpy - メモリー領域をコピーする 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ... pcpy(void * dest , const void * src , size_t n ); #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ...
https://man.plustar.jp/manpage/man3/mempcpy.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 4992
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... - スレッドの CPU affinity の設定/取得を行う 書式 #define _GNU_SOURCE /* See feature_test_macros (7) */ #inc ... 際に設定された CPU affinity マスクを確認している。 #define _GNU_SOURCE #include < pthread.h > #include < stdi ... o.h > #include < stdlib.h > #include < errno.h > #define handle_error_en(en, msg) \ do { errno = en; perror ...
https://man.plustar.jp/manpage/man3/pthread_getaffinity_np.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 4992
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... - スレッドの CPU affinity の設定/取得を行う 書式 #define _GNU_SOURCE /* See feature_test_macros (7) */ #inc ... 際に設定された CPU affinity マスクを確認している。 #define _GNU_SOURCE #include < pthread.h > #include < stdi ... o.h > #include < stdlib.h > #include < errno.h > #define handle_error_en(en, msg) \ do { errno = en; perror ...
https://man.plustar.jp/manpage/man3/pthread_setaffinity_np.3.html - [similar]
Man page of MEMPCPY 4992
MEMPCPY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mempc ... py, wmempcpy - メモリー領域をコピーする 書式 #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ... pcpy(void * dest , const void * src , size_t n ); #define _GNU_SOURCE /* feature_test_macros (7) 参照 */ #in ...
https://man.plustar.jp/manpage/man3/wmempcpy.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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