manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 850 for void (0.015 sec.)
Man page of SETALIASENT 4257
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... アスエントリーを読み込む 書式 #include < aliases.h > void setaliasent(void); void endaliasent(void); struct ... aliasent *getaliasent(void); int getaliasent_r(struct aliasent * result , cha ... ムには同様のルーチンがある。 #include < aliasdb.h > void alias_setent(void); void alias_endent(void); alias ... _ent *alias_getent(void); alias_ent *alias_getbyname(char *name); 例 以下の ...
https://man.plustar.jp/manpage/man3/getaliasent_r.3.html - [similar]
Man page of SETALIASENT 4257
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... アスエントリーを読み込む 書式 #include < aliases.h > void setaliasent(void); void endaliasent(void); struct ... aliasent *getaliasent(void); int getaliasent_r(struct aliasent * result , cha ... ムには同様のルーチンがある。 #include < aliasdb.h > void alias_setent(void); void alias_endent(void); alias ... _ent *alias_getent(void); alias_ent *alias_getbyname(char *name); 例 以下の ...
https://man.plustar.jp/manpage/man3/setaliasent.3.html - [similar]
Man page of PTHREAD_CLEANUP 4212
PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p ... ドラを登録および削除する 書式 #include < pthread.h > void pthread_cleanup_push(void (* routine ) (void *), v ... oid * arg ); void pthread_cleanup_pop(int execute ); void pthread_cl ... eanup_push_defer_np(void (* routine ) (void *), void * arg ); void pthread_ ... である: pthread_cleanup_push(pthread_mutex_unlock, (void *) &mut); pthread_mutex_lock(&mut); /* 何かをする ...
https://man.plustar.jp/manpage/man3/pthread_cleanup_pop.3.html - [similar]
Man page of PTHREAD_CLEANUP 4212
PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p ... ドラを登録および削除する 書式 #include < pthread.h > void pthread_cleanup_push(void (* routine ) (void *), v ... oid * arg ); void pthread_cleanup_pop(int execute ); void pthread_cl ... eanup_push_defer_np(void (* routine ) (void *), void * arg ); void pthread_ ... である: pthread_cleanup_push(pthread_mutex_unlock, (void *) &mut); pthread_mutex_lock(&mut); /* 何かをする ...
https://man.plustar.jp/manpage/man3/pthread_cleanup_pop_restore_np.3.html - [similar]
Man page of PTHREAD_CLEANUP 4212
PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p ... ドラを登録および削除する 書式 #include < pthread.h > void pthread_cleanup_push(void (* routine ) (void *), v ... oid * arg ); void pthread_cleanup_pop(int execute ); void pthread_cl ... eanup_push_defer_np(void (* routine ) (void *), void * arg ); void pthread_ ... である: pthread_cleanup_push(pthread_mutex_unlock, (void *) &mut); pthread_mutex_lock(&mut); /* 何かをする ...
https://man.plustar.jp/manpage/man3/pthread_cleanup_push.3.html - [similar]
Man page of PTHREAD_CLEANUP 4212
PTHREAD_CLEANUP Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 p ... ドラを登録および削除する 書式 #include < pthread.h > void pthread_cleanup_push(void (* routine ) (void *), v ... oid * arg ); void pthread_cleanup_pop(int execute ); void pthread_cl ... eanup_push_defer_np(void (* routine ) (void *), void * arg ); void pthread_ ... である: pthread_cleanup_push(pthread_mutex_unlock, (void *) &mut); pthread_mutex_lock(&mut); /* 何かをする ...
https://man.plustar.jp/manpage/man3/pthread_cleanup_push_defer_np.3.html - [similar]
Man page of ERR 4140
ERR Section: C Library Functions (3) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 err ... ジをフォーマットにする 書式 Fd #include < err.h > Ft void Fn err int eval const char *fmt ... Ft void Fn ver ... r int eval const char *fmt va_list args Ft void Fn errx int eval const char *fmt ... Ft void Fn ve ... rrx int eval const char *fmt va_list args Ft void Fn warn const char *fmt ... Ft void Fn vwarn const ... char *fmt va_list args Ft void Fn warnx const char *fmt ... Ft void Fn vwarnx con ...
https://man.plustar.jp/manpage/man3/err.3.html - [similar]
Man page of PTHREAD_SPECIFIC 4140
PTHREAD_SPECIFIC Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 ... d.h > int pthread_key_create(pthread_key_t * key , void (* destr_function ) (void *)); int pthread_key_del ... int pthread_setspecific(pthread_key_t key , const void * pointer ); void * pthread_getspecific(pthread_ke ... キーをインデックスとして管理される。 TSD 領域では void * 型の値を TSD キーに結び付ける。 TSD キーはすべて ... うに することができる。 具体的にいえば、 TSD 領域は void * 型のポインタの配列として、 TSD キーはこの配列に対 ...
https://man.plustar.jp/manpage/man3/pthread_key_create.3.html - [similar]
Man page of RPC 4068
RPC Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rpc - 遠隔 ... int bool_t ; typedef bool_t (* xdrproc_t ) (XDR *, void *, ...); typedef bool_t (* resultproc_t ) (caddr_t ... PRT , XDR の宣言についてはヘッダーファイルを参照。 void auth_destroy(AUTH * auth ); このマクロは auth に関 ... を使用することは未定義である。 AUTH *authnone_create(void); 各リモートプロシージャーコールで使用できない仮の ... ますことは簡単である。 AUTH *authunix_create_default(void); 適切なパラメーターで authunix_create () を呼び出 ...
https://man.plustar.jp/manpage/man3/auth_destroy.3.html - [similar]
Man page of RPC 4068
RPC Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rpc - 遠隔 ... int bool_t ; typedef bool_t (* xdrproc_t ) (XDR *, void *, ...); typedef bool_t (* resultproc_t ) (caddr_t ... PRT , XDR の宣言についてはヘッダーファイルを参照。 void auth_destroy(AUTH * auth ); このマクロは auth に関 ... を使用することは未定義である。 AUTH *authnone_create(void); 各リモートプロシージャーコールで使用できない仮の ... ますことは簡単である。 AUTH *authunix_create_default(void); 適切なパラメーターで authunix_create () を呼び出 ...
https://man.plustar.jp/manpage/man3/authnone_create.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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