manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 715 for IF (0.086 sec.)
Man page of ARP 4504
ARP Section: Linux Programmer's Manual (8) Updated: 5 Jan 1999 Index JM Home Page 名前 arp - シス ... ャッシュを操作する 書式 arp [ -vn ] [ -H type ] [ -i if ] -a [ hostname ] arp [ -v ] [ -i if ] -d hostname ... [ pub ] arp [ -v ] [ -H type ] [ -i if ] -s hostname hw_addr [ temp ] arp [ -v ] [ -H typ ... e ] [ -i if ] -s hostname hw_addr [ netmask nm ] pub arp [ -v ... ] [ -H type ] [ -i if ] -Ds hostname ifa [ netmask nm ] pub arp [ -vnD ] ...
https://man.plustar.jp/manpage/man8/arp.8.html - [similar]
Man page of POLL 4462
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... tors to become ready to perform I/O. The Linux-specific epoll (7) API performs a similar task, but offer ... ioctl_tty (2)). • A cgroup.events file has been modified (see cgroups (7)). POLLOUT 書き込みが可能になっ ... IX systems, poll () can fail with the error EAGAIN if the system fails to allocate kernel-internal resou ... は変更されない。 The raw ppoll () system call has a fifth argument, size_t sigsetsize , which specifies th ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 4462
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... tors to become ready to perform I/O. The Linux-specific epoll (7) API performs a similar task, but offer ... ioctl_tty (2)). • A cgroup.events file has been modified (see cgroups (7)). POLLOUT 書き込みが可能になっ ... IX systems, poll () can fail with the error EAGAIN if the system fails to allocate kernel-internal resou ... は変更されない。 The raw ppoll () system call has a fifth argument, size_t sigsetsize , which specifies th ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of DIFF 4427
DIFF Section: User Commands (1) Updated: October 2002 Index JM Home Page 名前 diff - 2 つのファイ ... ル間の違いを探す 書式 diff [ -abcdefhilnpqrstuwyBEHNPT ] [- LINES ] [ -x PAT ... oup-format= fORMAT ] [ --context [ = LINES ]] [ --diff-program= PROGRAM ] [ --ed ] [ --exclude= PATTERN ... --from-file= FILE ] [ --horizon-lines= LINES ] [ --ifdef= NAME ] [ --ignore-all-space ] [ --ignore-blank ... [ --recursive ] [ --report-identical-files ] [ --sdiff-merge-assist ] [ --show-c-function ] [ --show-fun ...
https://man.plustar.jp/manpage/man1/diff.1.html - [similar]
Man page of ERR 4427
ERR Section: C Library Functions (3) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 err ... のエラー番号 (errno) 情報の文字列を表示して終了する: if ((p = malloc(size)) == NULL) err(1, NULL); if ((fd ... ", file_name); エラーメッセージを表示して終了する: if (tm.tm_hour < START_TIME) errx(1, "too early, wait ... until %s", start_time_string); エラーの警告を出す: if ((fd = open(raw_device, O_RDONLY, 0)) == -1) warnx ... g the block device", raw_device, strerror(errno)); if ((fd = open(block_device, O_RDONLY, 0)) == -1) err ...
https://man.plustar.jp/manpage/man3/err.3.html - [similar]
Man page of READLINK 4385
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... calls return the number of bytes placed in buf . (If the returned value equals bufsiz , then truncation ... struct stat sb; char *buf; ssize_t nbytes, bufsiz; if (argc != 2) { fprintf(stderr, "Usage: %s <pathname ... >\n", argv[0]); exit(EXIT_FAILURE); } if (lstat(argv[1], &sb) == -1) { perror("lstat"); exi ... ase, take PATH_MAX as a "good enough" estimate. */ if (sb.st_size == 0) bufsiz = PATH_MAX; buf = malloc( ...
https://man.plustar.jp/manpage/man2/readlink.2.html - [similar]
Man page of READLINK 4385
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... calls return the number of bytes placed in buf . (If the returned value equals bufsiz , then truncation ... struct stat sb; char *buf; ssize_t nbytes, bufsiz; if (argc != 2) { fprintf(stderr, "Usage: %s <pathname ... >\n", argv[0]); exit(EXIT_FAILURE); } if (lstat(argv[1], &sb) == -1) { perror("lstat"); exi ... ase, take PATH_MAX as a "good enough" estimate. */ if (sb.st_size == 0) bufsiz = PATH_MAX; buf = malloc( ...
https://man.plustar.jp/manpage/man2/readlinkat.2.html - [similar]
Man page of FNMATCH 4385
FNMATCH Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 fnmat ... のマッチに大文字小文字が区別されない。 FNM_EXTMATCH If this flag (a GNU extension) is set, extended patte ... patterns. '?( pattern-list )' The pattern matches if zero or one occurrences of any of the patterns in ... t string . '*( pattern-list )' The pattern matches if zero or more occurrences of any of the patterns in ... t string . '+( pattern-list )' The pattern matches if one or more occurrences of any of the patterns in ...
https://man.plustar.jp/manpage/man3/fnmatch.3.html - [similar]
Man page of OPEN 4350
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... CE 説明 The open () system call opens the file specified by pathname . If the specified file does not ex ... ist, it may optionally (if O_CREAT is specified in flags ) be created by open ... atus flags can be retrieved and (in some cases) modified; see fcntl (2) for details. すべてのファイル作成 ... le offset is positioned at the end of the file, as if with lseek (2). The modification of the file offse ...
https://man.plustar.jp/manpage/man2/creat.2.html - [similar]
Man page of OPEN 4350
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... CE 説明 The open () system call opens the file specified by pathname . If the specified file does not ex ... ist, it may optionally (if O_CREAT is specified in flags ) be created by open ... atus flags can be retrieved and (in some cases) modified; see fcntl (2) for details. すべてのファイル作成 ... le offset is positioned at the end of the file, as if with lseek (2). The modification of the file offse ...
https://man.plustar.jp/manpage/man2/open.2.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