manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 203 for result (0.027 sec.)
Man page of GETGRNAM 5981
GETGRNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... grp , char * buf , size_t buflen , struct group ** result ); int getgrgid_r(gid_t gid , struct group * grp , ... char * buf , size_t buflen , struct group ** result ); glibc 向けの機能検査マクロの要件 ( feature_test ... ーが見つからなかった 場合やエラーが発生した場合には *result には NULL が入る。 呼び出し sysconf(_SC_GETGR_R_SI ... ると、 getgrnam_r () と getgrgid_r () は 0 を返し、 *result に grp を設定する。 マッチするグループエントリーが ...
https://man.plustar.jp/manpage/man3/getgrnam.3.html - [similar]
Man page of GETGRNAM 5981
GETGRNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... grp , char * buf , size_t buflen , struct group ** result ); int getgrgid_r(gid_t gid , struct group * grp , ... char * buf , size_t buflen , struct group ** result ); glibc 向けの機能検査マクロの要件 ( feature_test ... ーが見つからなかった 場合やエラーが発生した場合には *result には NULL が入る。 呼び出し sysconf(_SC_GETGR_R_SI ... ると、 getgrnam_r () と getgrgid_r () は 0 を返し、 *result に grp を設定する。 マッチするグループエントリーが ...
https://man.plustar.jp/manpage/man3/getgrnam_r.3.html - [similar]
Man page of RANDOM_R 5756
RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand ... int random_r(struct random_data * buf , int32_t * result ); int srandom_r(unsigned int seed , struct random ... enerated random number is returned in the argument result . The srandom_r () function is like srandom (3), e ... ve been initialized using initstate_r () or be the result of a previous call of setstate_r (). 返り値 これら ... が NULL であった。 EINVAL random_r () の引数 buf か result が NULL であった。 属性 この節で使用されている用語 ...
https://man.plustar.jp/manpage/man3/initstate_r.3.html - [similar]
Man page of RANDOM_R 5756
RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand ... int random_r(struct random_data * buf , int32_t * result ); int srandom_r(unsigned int seed , struct random ... enerated random number is returned in the argument result . The srandom_r () function is like srandom (3), e ... ve been initialized using initstate_r () or be the result of a previous call of setstate_r (). 返り値 これら ... が NULL であった。 EINVAL random_r () の引数 buf か result が NULL であった。 属性 この節で使用されている用語 ...
https://man.plustar.jp/manpage/man3/random_r.3.html - [similar]
Man page of RANDOM_R 5756
RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand ... int random_r(struct random_data * buf , int32_t * result ); int srandom_r(unsigned int seed , struct random ... enerated random number is returned in the argument result . The srandom_r () function is like srandom (3), e ... ve been initialized using initstate_r () or be the result of a previous call of setstate_r (). 返り値 これら ... が NULL であった。 EINVAL random_r () の引数 buf か result が NULL であった。 属性 この節で使用されている用語 ...
https://man.plustar.jp/manpage/man3/setstate_r.3.html - [similar]
Man page of RANDOM_R 5756
RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand ... int random_r(struct random_data * buf , int32_t * result ); int srandom_r(unsigned int seed , struct random ... enerated random number is returned in the argument result . The srandom_r () function is like srandom (3), e ... ve been initialized using initstate_r () or be the result of a previous call of setstate_r (). 返り値 これら ... が NULL であった。 EINVAL random_r () の引数 buf か result が NULL であった。 属性 この節で使用されている用語 ...
https://man.plustar.jp/manpage/man3/srandom_r.3.html - [similar]
Man page of MALLOC_HOOK 5671
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... lloc_hook(size_t size, const void *caller) { void *result; /* 元々のフックを全て戻す */ __malloc_hook = old_ ... malloc_hook; /* malloc の再帰的呼び出し */ result = malloc(size); /* 現在設定されているフック (under ... c(%zu) called from %p returns %p\n", size, caller, result); /* ユーザーが使おうとするフックを再設定する */ _ ... _malloc_hook = my_malloc_hook; return result; } 関連項目 mallinfo (3), malloc (3), mcheck (3), ...
https://man.plustar.jp/manpage/man3/__after_morecore_hook.3.html - [similar]
Man page of MALLOC_HOOK 5671
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... lloc_hook(size_t size, const void *caller) { void *result; /* 元々のフックを全て戻す */ __malloc_hook = old_ ... malloc_hook; /* malloc の再帰的呼び出し */ result = malloc(size); /* 現在設定されているフック (under ... c(%zu) called from %p returns %p\n", size, caller, result); /* ユーザーが使おうとするフックを再設定する */ _ ... _malloc_hook = my_malloc_hook; return result; } 関連項目 mallinfo (3), malloc (3), mcheck (3), ...
https://man.plustar.jp/manpage/man3/__free_hook.3.html - [similar]
Man page of MALLOC_HOOK 5671
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... lloc_hook(size_t size, const void *caller) { void *result; /* 元々のフックを全て戻す */ __malloc_hook = old_ ... malloc_hook; /* malloc の再帰的呼び出し */ result = malloc(size); /* 現在設定されているフック (under ... c(%zu) called from %p returns %p\n", size, caller, result); /* ユーザーが使おうとするフックを再設定する */ _ ... _malloc_hook = my_malloc_hook; return result; } 関連項目 mallinfo (3), malloc (3), mcheck (3), ...
https://man.plustar.jp/manpage/man3/__malloc_hook.3.html - [similar]
Man page of MALLOC_HOOK 5671
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... lloc_hook(size_t size, const void *caller) { void *result; /* 元々のフックを全て戻す */ __malloc_hook = old_ ... malloc_hook; /* malloc の再帰的呼び出し */ result = malloc(size); /* 現在設定されているフック (under ... c(%zu) called from %p returns %p\n", size, caller, result); /* ユーザーが使おうとするフックを再設定する */ _ ... _malloc_hook = my_malloc_hook; return result; } 関連項目 mallinfo (3), malloc (3), mcheck (3), ...
https://man.plustar.jp/manpage/man3/__malloc_initialize_hook.3.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