manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 3101 for J (0.019 sec.)
Man page of AIO 9985
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... quest on the resulting file descriptor */ for (int j = 0; j < numReqs; j++) { ioList[j].reqNum = j; ioL ... ist[j].status = EINPROGRESS; ioList[j].aiocbp = &aiocbLi ... st[j]; ioList[j].aiocbp->aio_fildes = open(argv[j + 1], ... O_RDONLY); if (ioList[j].aiocbp->aio_fildes == -1) errExit("open"); printf ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of ENCRYPT 7338
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... nd() & 1; } for (int i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { buf[i * 8 + j] = orig[i] >> j & ... pt(buf, 0); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ... * 8 + j] << j; } txt[8] = '\0'; } printf("After encrypting ... pt(buf, 1); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ...
https://man.plustar.jp/manpage/man3/encrypt.3.html - [similar]
Man page of ENCRYPT 7338
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... nd() & 1; } for (int i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { buf[i * 8 + j] = orig[i] >> j & ... pt(buf, 0); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ... * 8 + j] << j; } txt[8] = '\0'; } printf("After encrypting ... pt(buf, 1); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ...
https://man.plustar.jp/manpage/man3/encrypt_r.3.html - [similar]
Man page of ENCRYPT 7338
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... nd() & 1; } for (int i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { buf[i * 8 + j] = orig[i] >> j & ... pt(buf, 0); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ... * 8 + j] << j; } txt[8] = '\0'; } printf("After encrypting ... pt(buf, 1); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ...
https://man.plustar.jp/manpage/man3/setkey.3.html - [similar]
Man page of ENCRYPT 7338
ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry ... nd() & 1; } for (int i = 0; i < 8; i++) { for (int j = 0; j < 8; j++) { buf[i * 8 + j] = orig[i] >> j & ... pt(buf, 0); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ... * 8 + j] << j; } txt[8] = '\0'; } printf("After encrypting ... pt(buf, 1); for (int i = 0; i < 8; i++) { for (int j = 0, txt[i] = '\0'; j < 8; j++) { txt[i] |= buf[i ...
https://man.plustar.jp/manpage/man3/setkey_r.3.html - [similar]
Man page of SK98LIN 7223
SK98LIN Section: Linux Programmer's Manual (4) Updated: 2020-08-13 Index JM Home Page 名前 sk98l ... トドライバ v6.21 書式 insmod sk98lin.o [ Speed_A= i,j,... ] [ Speed_B= i,j,... ] [ AutoNeg_A= i,j,... ] ... [ AutoNeg_B= i,j,... ] [ DupCap_A= i,j,... ] [ DupCap_B= i,j,... ] ... [ FlowCtrl_A= i,j,... ] [ FlowCtrl_B= i,j,... ] [ Role_A= i,j,... ] ... [ Role_B= i,j,... ] [ ConType= i,j,... ] [ Moderation= i,j,... ] ...
https://man.plustar.jp/manpage/man4/sk98lin.4.html - [similar]
Man page of POLL 6518
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... le programs may wish to check for EAGAIN and loop, just as with EINTR . いくつかの実装では、値 -1 を持っ ... command line, and add it 'pfds' array */ for (int j = 0; j < nfds; j++) { pfds[j].fd = open(argv[j + 1 ... ], O_RDONLY); if (pfds[j].fd == -1) errExit("open"); printf("Opened \"%s\" ... on fd %d\n", argv[j + 1], pfds[j].fd); pfds[j].events = POLLIN; } /* K ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 6518
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... le programs may wish to check for EAGAIN and loop, just as with EINTR . いくつかの実装では、値 -1 を持っ ... command line, and add it 'pfds' array */ for (int j = 0; j < nfds; j++) { pfds[j].fd = open(argv[j + 1 ... ], O_RDONLY); if (pfds[j].fd == -1) errExit("open"); printf("Opened \"%s\" ... on fd %d\n", argv[j + 1], pfds[j].fd); pfds[j].events = POLLIN; } /* K ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of LIDSCONF 5754
LIDSCONF Section: Maintenance Commands (8) Index JM Home Page 名前 lidsconf - Linux Intrusion De ... tion System 用の設定ツール 書式 lidsconf -A [-s subject] -o object [-d] [-t from-to] [-i level] -j ACTI ... cess Control List" の略である。LIDS のACL では、Subject がどの 様にObject に対してアクセス出来るのかを定 ... 義している。 Subject は、シ ステム上の、任意のプログラムファイルを指 ... している。Object はファイルや、ディ レクトリや、その他の特別なオ ...
https://man.plustar.jp/manpage/man8/lidsconf.8.html - [similar]
Man page of iptables-extensions 5694
iptables-extensions Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables-exten ... 書式 ip6tables [ -m name [ module-options ...]] [ -j target-name [ target-options ...] iptables [ -m na ... me [ module-options ...]] [ -j target-name [ target-options ...] マッチングの拡張 ... # 命令数 48 0 0 9 # load byte ip->proto 21 0 1 6 # jump equal IPPROTO_TCP 6 0 0 1 # return pass (non-ze ... --bytecode '4,48 0 0 9,21 0 1 6,6 0 0 1,6 0 0 0' -j ACCEPT 代わりに、 nfbpf_compile ユーティリティを使 ...
https://man.plustar.jp/manpage/man8/iptables-extensions.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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