manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 113 for old (0.004 sec.)
Man page of GETRLIMIT 7693
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... const struct rlimit * new_limit , struct rlimit * old_limit ); glibc 向けの機能検査マクロの要件 ( featur ... フトリミットとハードリミットの新しい値が設定される。 old_limit 引数が NULL 以外の場合、 prlimit () の呼び出 ... resource の直前のソフトリミットとハードリミットが old_limit が指す rlimit 構造体に格納される。 The pid a ... ) int main(int argc, char *argv[]) { struct rlimit old, new; struct rlimit *newp; pid_t pid; if (!(argc = ...
https://man.plustar.jp/manpage/man2/setrlimit.2.html - [similar]
Man page of GETRLIMIT 7693
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... const struct rlimit * new_limit , struct rlimit * old_limit ); glibc 向けの機能検査マクロの要件 ( featur ... フトリミットとハードリミットの新しい値が設定される。 old_limit 引数が NULL 以外の場合、 prlimit () の呼び出 ... resource の直前のソフトリミットとハードリミットが old_limit が指す rlimit 構造体に格納される。 The pid a ... ) int main(int argc, char *argv[]) { struct rlimit old, new; struct rlimit *newp; pid_t pid; if (!(argc = ...
https://man.plustar.jp/manpage/man2/ugetrlimit.2.html - [similar]
Man page of GETRLIMIT 7693
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... const struct rlimit * new_limit , struct rlimit * old_limit ); glibc 向けの機能検査マクロの要件 ( featur ... フトリミットとハードリミットの新しい値が設定される。 old_limit 引数が NULL 以外の場合、 prlimit () の呼び出 ... resource の直前のソフトリミットとハードリミットが old_limit が指す rlimit 構造体に格納される。 The pid a ... ) int main(int argc, char *argv[]) { struct rlimit old, new; struct rlimit *newp; pid_t pid; if (!(argc = ...
https://man.plustar.jp/manpage/man3/vlimit.3.html - [similar]
Man page of GETITIMER 7605
GETITIMER Section: Linux Programmer's Manual (2) Updated: 2014-07-08 Index JM Home Page 名前 get ... struct itimerval * new_value , struct itimerval * old_value ); 説明 システムは 1 個のプロセスにつき 3 個 ... 数は指定されたタイマーに new_value の値を設定する。 old_value が NULL 以外の場合、タイマーの古い値 (すなわ ... ち getitimer () で返されるのと同じ情報) が old_value に格納される。 タイマーは it_value からゼロへ ... rno が適切に設定される。 エラー EFAULT new_value , old_value , curr_value が有効なポインターではない。 EI ...
https://man.plustar.jp/manpage/man2/getitimer.2.html - [similar]
Man page of GETITIMER 7605
GETITIMER Section: Linux Programmer's Manual (2) Updated: 2014-07-08 Index JM Home Page 名前 get ... struct itimerval * new_value , struct itimerval * old_value ); 説明 システムは 1 個のプロセスにつき 3 個 ... 数は指定されたタイマーに new_value の値を設定する。 old_value が NULL 以外の場合、タイマーの古い値 (すなわ ... ち getitimer () で返されるのと同じ情報) が old_value に格納される。 タイマーは it_value からゼロへ ... rno が適切に設定される。 エラー EFAULT new_value , old_value , curr_value が有効なポインターではない。 EI ...
https://man.plustar.jp/manpage/man2/setitimer.2.html - [similar]
Man page of TELNET 7529
TELNET Section: User Commands (1) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 telnet ... lnet は 2 つの入力モード “character at a time” と “old line by line” のうちどちらかを選択する。 これはリモ ... 、処理のためにリモートシステムへすぐに送信される。 “old line by line” モードでは、 すべてのテキストはローカ ... 、または localchars の切替えが TRUE の場合 (これは “old line by line“ のデフォルトである。以下を参照)、 ユ ... ート側が LINEMODE オプションを解釈できない場合は、 “old-line-by-line“ モードに入ろうとする。 isig (-isig ) ...
https://man.plustar.jp/manpage/man1/telnet.1.html - [similar]
Man page of SYSCALLS 7365
SYSCALLS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sysc ... tat (2) nfsservctl (2) 2.2 3.1 で削除 nice (2) 1.0 old_adjtimex (2) 2.0 Alpha のみ; 「注意」を参照 old_ge ... trlimit (2) 2.4 Old variant of getrlimit (2) that used a different val ... ue for RLIM_INFINITY oldfstat (2) 1.0 oldlstat (2) 1.0 oldolduname (2) 1.0 ... oldstat (2) 1.0 oldumount (2) 2.4.116 Name of the old umount (2) sysca ...
https://man.plustar.jp/manpage/man2/syscalls.2.html - [similar]
Man page of MALLOC_HOOK 7365
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... 元々のフックを保存するための変数 */ static void *(*old_malloc_hook)(size_t, const void *); /* C ライブラリ ... ) = my_init_hook; static void my_init_hook(void) { old_malloc_hook = __malloc_hook; __malloc_hook = my_ma ... sult; /* 元々のフックを全て戻す */ __malloc_hook = old_malloc_hook; /* malloc の再帰的呼び出し */ result ... 設定されているフック (underlying hook) を保存する */ old_malloc_hook = __malloc_hook; /* printf() は malloc ...
https://man.plustar.jp/manpage/man3/__after_morecore_hook.3.html - [similar]
Man page of MALLOC_HOOK 7365
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... 元々のフックを保存するための変数 */ static void *(*old_malloc_hook)(size_t, const void *); /* C ライブラリ ... ) = my_init_hook; static void my_init_hook(void) { old_malloc_hook = __malloc_hook; __malloc_hook = my_ma ... sult; /* 元々のフックを全て戻す */ __malloc_hook = old_malloc_hook; /* malloc の再帰的呼び出し */ result ... 設定されているフック (underlying hook) を保存する */ old_malloc_hook = __malloc_hook; /* printf() は malloc ...
https://man.plustar.jp/manpage/man3/__free_hook.3.html - [similar]
Man page of MALLOC_HOOK 7365
MALLOC_HOOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 _ ... 元々のフックを保存するための変数 */ static void *(*old_malloc_hook)(size_t, const void *); /* C ライブラリ ... ) = my_init_hook; static void my_init_hook(void) { old_malloc_hook = __malloc_hook; __malloc_hook = my_ma ... sult; /* 元々のフックを全て戻す */ __malloc_hook = old_malloc_hook; /* malloc の再帰的呼び出し */ result ... 設定されているフック (underlying hook) を保存する */ old_malloc_hook = __malloc_hook; /* printf() は malloc ...
https://man.plustar.jp/manpage/man3/__malloc_hook.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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