manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 256 for function (0.023 sec.)
Man page of LSEEK64 5951
LSEEK64 Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 lseek ... t , int whence ); The C library's lseek () wrapper function uses the type off_t . This is a 32-bit signed type ... 下のようなリンク時の警告が追加された。 "the `llseek' function may be dangerous; use `lseek64' instead." これによ ... この関数を使用不可にできる。 Since glibc 2.28, this function symbol is no longer available to newly linked appl ... system call that is used (by the C library wrapper functions) to implement all of the above functions. The pro ...
https://man.plustar.jp/manpage/man3/lseek64.3.html - [similar]
Man page of MALLOC 5951
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... L の場合には、何の動作も行われない。 The calloc () function allocates memory for an array of nmemb elements of ... 場合は free(ptr) が実行される。 The reallocarray () function changes the size of the memory block pointed to by ... される。 free () 関数は値を返さない。 The realloc () function returns a pointer to the newly allocated memory, w ... ot freed or moved. On success, the reallocarray () function returns a pointer to the newly allocated memory. O ...
https://man.plustar.jp/manpage/man3/malloc.3.html - [similar]
Man page of MQ_NOTIFY 5951
MQ_NOTIFY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq_ ... SIGEV_THREAD メッセージの配送時には、 sigev_notify_function があたかも新しいスレッドの開始関数であるかのように ... the glibc implementation, the mq_notify () library function is implemented on top of the system call of the sa ... on mechanism other than SIGEV_THREAD , the library function directly invokes the system call. For SIGEV_THREAD ... sev.sigev_notify = SIGEV_THREAD; sev.sigev_notify_function = tfunc; sev.sigev_notify_attributes = NULL; sev.s ...
https://man.plustar.jp/manpage/man3/mq_notify.3.html - [similar]
Man page of MALLOC 5951
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... L の場合には、何の動作も行われない。 The calloc () function allocates memory for an array of nmemb elements of ... 場合は free(ptr) が実行される。 The reallocarray () function changes the size of the memory block pointed to by ... される。 free () 関数は値を返さない。 The realloc () function returns a pointer to the newly allocated memory, w ... ot freed or moved. On success, the reallocarray () function returns a pointer to the newly allocated memory. O ...
https://man.plustar.jp/manpage/man3/realloc.3.html - [similar]
Man page of MALLOC 5951
MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc ... L の場合には、何の動作も行われない。 The calloc () function allocates memory for an array of nmemb elements of ... 場合は free(ptr) が実行される。 The reallocarray () function changes the size of the memory block pointed to by ... される。 free () 関数は値を返さない。 The realloc () function returns a pointer to the newly allocated memory, w ... ot freed or moved. On success, the reallocarray () function returns a pointer to the newly allocated memory. O ...
https://man.plustar.jp/manpage/man3/reallocarray.3.html - [similar]
Man page of STRNLEN 5951
STRNLEN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 strnl ... glibc 2.10 より前: _GNU_SOURCE 説明 The strnlen () function returns the number of bytes in the string pointed ... d never beyond s[maxlen-1] . 返り値 The strnlen () function returns strlen(s) , if that is less than maxlen , ...
https://man.plustar.jp/manpage/man3/strnlen.3.html - [similar]
Man page of gdb 5842
gdb Section: GNU Tools (1) Updated: 22may2002 Index JM Home Page 名前 gdb - GNU デバッガ 書式 gd ... ンドには以下のようなものがあります: break [ file : ] function プレークポイントを ( file 内の) function に設定しま ... の関数は 1 ステップで実行されます。 edit [ file : ] function 現在中断している場所のプログラムの行をエディタで開 ... きます。 list [ file : ] function 現在中断している場所の近辺のプログラムのソースを表 ...
https://man.plustar.jp/manpage/man1/gdb.1.html - [similar]
Man page of SIGPROCMASK 5842
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... de < signal.h > /* Prototype for the glibc wrapper function */ int sigprocmask(int how , const sigset_t * set ... される (但し、 oldset が NULL でない場合)。 A set of functions for modifying and inspecting variables of type si ... sigset_t in the kernel sources). The glibc wrapper function for sigprocmask () silently ignores attempts to bl ... rnel_sigset_t) ). The glibc sigprocmask () wrapper function hides these details from us, transparently calling ...
https://man.plustar.jp/manpage/man2/rt_sigprocmask.2.html - [similar]
Man page of SIGPROCMASK 5842
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... de < signal.h > /* Prototype for the glibc wrapper function */ int sigprocmask(int how , const sigset_t * set ... される (但し、 oldset が NULL でない場合)。 A set of functions for modifying and inspecting variables of type si ... sigset_t in the kernel sources). The glibc wrapper function for sigprocmask () silently ignores attempts to bl ... rnel_sigset_t) ). The glibc sigprocmask () wrapper function hides these details from us, transparently calling ...
https://man.plustar.jp/manpage/man2/sigprocmask.2.html - [similar]
Man page of INDENT 5722
INDENT Section: Misc. Reference Manual Pages (1L) Index JM Home Page 名前 indent - 空白の挿入や削 ... メント 」セクションを参照すること。 -bfda , --break-function-decl-args (関数) 宣言の全ての引き数の後で折り返す。 ... 宣言 」セクションを参照すること。 -bfde , --break-function-decl-args (関数) 宣言の全ての引き数の前で折り返す。 ... 」セクションを参照すること。 -nbfda , --dont-break-function-decl-args 関数宣言の各引き数を別々の行に置かない。 ... セクションを参照すること。 -npcs , --no-space-after-function-call-names 関数呼び出し内部の関数の後に空白を置かな ...
https://man.plustar.jp/manpage/man1/indent.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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