manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 256 for function (0.020 sec.)
Man page of FTS 6608
FTS Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 fts, fts_ ... instr ); int fts_close(FTS * ftsp ); 説明 The fts functions are provided for traversing file hierarchies. A s ... imple overview is that the fts_open () function returns a "handle" (of type FTS * ) that refers to ... am". This handle is then supplied to the other fts functions. The function fts_read () returns a pointer to a ... ribing one of the files in the file hierarchy. The function fts_children () returns a pointer to a linked list ...
https://man.plustar.jp/manpage/man3/fts_open.3.html - [similar]
Man page of FTS 6608
FTS Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 fts, fts_ ... instr ); int fts_close(FTS * ftsp ); 説明 The fts functions are provided for traversing file hierarchies. A s ... imple overview is that the fts_open () function returns a "handle" (of type FTS * ) that refers to ... am". This handle is then supplied to the other fts functions. The function fts_read () returns a pointer to a ... ribing one of the files in the file hierarchy. The function fts_children () returns a pointer to a linked list ...
https://man.plustar.jp/manpage/man3/fts_read.3.html - [similar]
Man page of FTS 6608
FTS Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 fts, fts_ ... instr ); int fts_close(FTS * ftsp ); 説明 The fts functions are provided for traversing file hierarchies. A s ... imple overview is that the fts_open () function returns a "handle" (of type FTS * ) that refers to ... am". This handle is then supplied to the other fts functions. The function fts_read () returns a pointer to a ... ribing one of the files in the file hierarchy. The function fts_children () returns a pointer to a linked list ...
https://man.plustar.jp/manpage/man3/fts_set.3.html - [similar]
Man page of SIGACTION 6389
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... nore this signal. * A pointer to a signal handling function. This function receives the signal number as its o ... tead of sa_handler ) specifies the signal-handling function for signum . This function receives three argument ... tcontext (3) and signal (7). Commonly, the handler function doesn't make any use of the third argument. The si ... 内から安全に呼び出すことができる、 async-signal-safe functions (非同期シグナルで安全な関数) の リストについては ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 6389
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... nore this signal. * A pointer to a signal handling function. This function receives the signal number as its o ... tead of sa_handler ) specifies the signal-handling function for signum . This function receives three argument ... tcontext (3) and signal (7). Commonly, the handler function doesn't make any use of the third argument. The si ... 内から安全に呼び出すことができる、 async-signal-safe functions (非同期シグナルで安全な関数) の リストについては ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of PTHREAD_SPECIFIC 6280
PTHREAD_SPECIFIC Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 ... ead_key_create(pthread_key_t * key , void (* destr_function ) (void *)); int pthread_key_delete(pthread_key_t ... いるスレッドすべてにおいて NULL である。 引数 destr_function に NULL 以外の値を指定することで、 そのキーに対応す ... ッド中でキーに結び付けられた値を引数として関数 destr_function が呼び出される。 値が NULL の場合には関数 destr_fu ...
https://man.plustar.jp/manpage/man3/pthread_key_create.3.html - [similar]
Man page of SIGEVENT 6061
SIGEVENT Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 sige ... ta passed with notification */ void (*sigev_notify_function) (union sigval); /* Function used for thread notif ... レッドセーフの開始関数であるかのように sigev_notify_function を起動することで、 プロセスへの通知を行う (実装の可 ...
https://man.plustar.jp/manpage/man7/sigevent.7.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/man2/mq_notify.2.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/calloc.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/free.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