manページ検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 715 for IF (0.099 sec.)
Man page of TOUPPER 3653
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... ンドル locale が参照するロケールを使って変換を行う。 If c is an uppercase letter, tolower () returns its l ... owercase equivalent, if a lowercase representation exists in the current l ... that is representable in the type unsigned char . If the argument c is of type char , it must be cast t ...
https://man.plustar.jp/manpage/man3/tolower_l.3.html - [similar]
Man page of TOUPPER 3653
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... ンドル locale が参照するロケールを使って変換を行う。 If c is an uppercase letter, tolower () returns its l ... owercase equivalent, if a lowercase representation exists in the current l ... that is representable in the type unsigned char . If the argument c is of type char , it must be cast t ...
https://man.plustar.jp/manpage/man3/toupper.3.html - [similar]
Man page of TOUPPER 3653
TOUPPER Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 toupp ... ンドル locale が参照するロケールを使って変換を行う。 If c is an uppercase letter, tolower () returns its l ... owercase equivalent, if a lowercase representation exists in the current l ... that is representable in the type unsigned char . If the argument c is of type char , it must be cast t ...
https://man.plustar.jp/manpage/man3/toupper_l.3.html - [similar]
Man page of GETRLIMIT 3653
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... s virtual memory (address space). The limit is specified in bytes, and is rounded down to the system pag ... ls (and generates a SIGSEGV that kills the process if no alternate stack has been made available via sig ... he handler can return control to the main program. If the process continues to consume CPU time, it will ... a, uninitialized data, and heap). The limit is specified in bytes, and is rounded down to the system pag ...
https://man.plustar.jp/manpage/man3/vlimit.3.html - [similar]
Man page of DUP 3618
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... されていないことを意味する。 */ tmpfd = dup(newfd); if (tmpfd == -1 && errno != EBADF) { /* 予期しない du ... } /* アトミックに 'oldfd' を 'newfd' に複製する */ if (dup2(oldfd, newfd) == -1) { /* dup2() のエラーを処 ... されていたファイルの close() エラーをチェックする */ if (tmpfd != -1) { if (close(tmpfd) == -1) { /* close ...
https://man.plustar.jp/manpage/man2/dup.2.html - [similar]
Man page of DUP 3618
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... されていないことを意味する。 */ tmpfd = dup(newfd); if (tmpfd == -1 && errno != EBADF) { /* 予期しない du ... } /* アトミックに 'oldfd' を 'newfd' に複製する */ if (dup2(oldfd, newfd) == -1) { /* dup2() のエラーを処 ... されていたファイルの close() エラーをチェックする */ if (tmpfd != -1) { if (close(tmpfd) == -1) { /* close ...
https://man.plustar.jp/manpage/man2/dup2.2.html - [similar]
Man page of DUP 3618
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... されていないことを意味する。 */ tmpfd = dup(newfd); if (tmpfd == -1 && errno != EBADF) { /* 予期しない du ... } /* アトミックに 'oldfd' を 'newfd' に複製する */ if (dup2(oldfd, newfd) == -1) { /* dup2() のエラーを処 ... されていたファイルの close() エラーをチェックする */ if (tmpfd != -1) { if (close(tmpfd) == -1) { /* close ...
https://man.plustar.jp/manpage/man2/dup3.2.html - [similar]
Man page of FANOTIFY_MARK 3618
FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... fanotify_mark - ファイルシステムオブジェクトへの fanotify ... マークの追加、削除、変更 書式 #include < sys/fanotify.h > int fanotify_mark(int fanotify_fd , unsigned ... k , int dirfd , const char * pathname ); 説明 fanotify API の概要については fanotify (7) を参照。 fanoti ... ark () はファイルシステムオブジェクトに対する fanotify マークの追加、削除、変更を行う。 呼び出し元はマー ...
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html - [similar]
Man page of GETCWD 3618
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... On older systems they would query /proc/self/cwd . If both system call and proc filesystem are missing, ... hich the functions described in this page will use if possible. The system call takes the same arguments ... but a few architectures have a larger page size.) If the length of the pathname of the current working ... l will be prefixed with the string "(unreachable)" if the current directory is not below the root direct ...
https://man.plustar.jp/manpage/man2/getcwd.2.html - [similar]
Man page of MOVE_PAGES 3618
MOVE_PAGES Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mo ... 々のページを別のノードに移動する 書式 #include < numaif.h > long move_pages(int pid , unsigned long count, ... ID of the process in which pages are to be moved. If pid is 0, then move_pages () moves pages of the ca ... of each page. The array contains valid values only if move_pages () did not return an error. Preinitiali ... or valid error of status array could help to identify pages that have been migrated. flags には、どの種 ...
https://man.plustar.jp/manpage/man2/move_pages.2.html - [similar]
PREV 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 NEXT

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