manページ検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 635 for NAME (0.027 sec.)
Man page of RCS 4113
RCS Section: User Commands (1) Updated: 1999/08/27 Index JM Home Page 名称 rcs - RCS ファイルの属 ... 的で使用するような場合のために 用意されています。 -n name [ : [ rev ]] 枝またはリビジョン rev にシンボリック ...name を関連付けます。 : も rev も省略した場合、シンボリ ... ック名 name は削除されます。 name がすでに別の リビジョンに関連 ... 合はエラーとなります。 rev がシンボリック名の場合も name との関連付けは番号によって行われます。枝番号に . を ...
https://man.plustar.jp/manpage/man1/rcs.1.html - [similar]
Man page of DELETE_MODULE 4113
DELETE_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 del ... < linux/module.h > int delete_module(const char * name ); 説明 delete_module は未使用のローダブルモジュー ... ルのエントリを削除しようと試みる。 name が NULL ならば、 使用されていないモジュールのうち「 ... OENT その名前を持つモジュールが存在しない。 EINVAL name が空文字列である。 EBUSY そのモジュールは使用中であ ... る。 EFAULT name がプログラムがアクセスできるアドレス空間の外部にあ ...
https://man.plustar.jp/manpage/man2/delete_module.2.html - [similar]
Man page of SETXATTR 4084
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... .h > int setxattr(const char * path , const char * name , const void * value , size_t size , int flags ); ... int lsetxattr(const char * path , const char * name , const void * value , size_t size , int flags ); ... int fsetxattr(int fd , const char * name , const void * value , size_t size , int flags ); ... ィレクトリ、シンボリックリンク等) に 関連付けられた name : value の対である。 これらは、システム上のすべての ...
https://man.plustar.jp/manpage/man2/fsetxattr.2.html - [similar]
Man page of GETDENTS 4084
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... rt d_reclen; /* この linux_dirent の長さ */ char d_name[]; /* (ヌル終端された) ファイル名 */ /* 実際の長さ ... は (d_reclen - 2 - offsetof(struct linux_dirent, d_name)) */ /* char pad; // 値 0 のパディングバイト char ... _reclen はこの linux_dirent 全体のサイズである。 d_name はヌル文字で終わるファイル名である。 d_type は、構 ... */ unsigned char d_type; /* ファイル種別 */ char d_name[]; /* (ヌル終端された) ファイル名 */ }; 返り値 成功 ...
https://man.plustar.jp/manpage/man2/getdents.2.html - [similar]
Man page of GETDENTS 4084
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... rt d_reclen; /* この linux_dirent の長さ */ char d_name[]; /* (ヌル終端された) ファイル名 */ /* 実際の長さ ... は (d_reclen - 2 - offsetof(struct linux_dirent, d_name)) */ /* char pad; // 値 0 のパディングバイト char ... _reclen はこの linux_dirent 全体のサイズである。 d_name はヌル文字で終わるファイル名である。 d_type は、構 ... */ unsigned char d_type; /* ファイル種別 */ char d_name[]; /* (ヌル終端された) ファイル名 */ }; 返り値 成功 ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of SETXATTR 4084
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... .h > int setxattr(const char * path , const char * name , const void * value , size_t size , int flags ); ... int lsetxattr(const char * path , const char * name , const void * value , size_t size , int flags ); ... int fsetxattr(int fd , const char * name , const void * value , size_t size , int flags ); ... ィレクトリ、シンボリックリンク等) に 関連付けられた name : value の対である。 これらは、システム上のすべての ...
https://man.plustar.jp/manpage/man2/lsetxattr.2.html - [similar]
Man page of SETXATTR 4084
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... .h > int setxattr(const char * path , const char * name , const void * value , size_t size , int flags ); ... int lsetxattr(const char * path , const char * name , const void * value , size_t size , int flags ); ... int fsetxattr(int fd , const char * name , const void * value , size_t size , int flags ); ... ィレクトリ、シンボリックリンク等) に 関連付けられた name : value の対である。 これらは、システム上のすべての ...
https://man.plustar.jp/manpage/man2/setxattr.2.html - [similar]
Man page of GETADDRINFO_A 4084
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... 構造体で規定される。 struct gaicb { const char *ar_name; const char *ar_service; const struct addrinfo *ar ... ddrinfo (3) の引数に対応している。 したがって、 ar_name はインターネットホストを示す node 引数に、 ar_serv ... rnel.org : 128.30.2.36 enoent.linuxfoundation.org: Name or service not known gnu.cz: 87.236.197.13 プログラ ... memset(reqs[i], 0, sizeof(*reqs[0])); reqs[i]->ar_name = argv[i + 1]; } ret = getaddrinfo_a(GAI_WAIT, req ...
https://man.plustar.jp/manpage/man3/gai_cancel.3.html - [similar]
Man page of GETADDRINFO_A 4084
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... 構造体で規定される。 struct gaicb { const char *ar_name; const char *ar_service; const struct addrinfo *ar ... ddrinfo (3) の引数に対応している。 したがって、 ar_name はインターネットホストを示す node 引数に、 ar_serv ... rnel.org : 128.30.2.36 enoent.linuxfoundation.org: Name or service not known gnu.cz: 87.236.197.13 プログラ ... memset(reqs[i], 0, sizeof(*reqs[0])); reqs[i]->ar_name = argv[i + 1]; } ret = getaddrinfo_a(GAI_WAIT, req ...
https://man.plustar.jp/manpage/man3/gai_error.3.html - [similar]
Man page of GETADDRINFO_A 4084
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... 構造体で規定される。 struct gaicb { const char *ar_name; const char *ar_service; const struct addrinfo *ar ... ddrinfo (3) の引数に対応している。 したがって、 ar_name はインターネットホストを示す node 引数に、 ar_serv ... rnel.org : 128.30.2.36 enoent.linuxfoundation.org: Name or service not known gnu.cz: 87.236.197.13 プログラ ... memset(reqs[i], 0, sizeof(*reqs[0])); reqs[i]->ar_name = argv[i + 1]; } ret = getaddrinfo_a(GAI_WAIT, req ...
https://man.plustar.jp/manpage/man3/gai_suspend.3.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 NEXT

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