manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 3079 for OF (0.025 sec.)
Man page of SYSCTL 3060
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... vector describing variable */ int nlen; /* length of this vector */ void *oldval; /* 0 or address where ... ble room for old value, overwritten by actual size of old value */ void *newval; /* 0 or address of new ... value */ size_t newlen; /* size of new value */ }; このコールは /proc/sys の下のディレ ... sysctl () 関数の宣言は両方で同じである。 注意 Use of this system call was long discouraged: since Linux ...
https://man.plustar.jp/manpage/man2/_sysctl.2.html - [similar]
Man page of SYSCTL 3060
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... vector describing variable */ int nlen; /* length of this vector */ void *oldval; /* 0 or address where ... ble room for old value, overwritten by actual size of old value */ void *newval; /* 0 or address of new ... value */ size_t newlen; /* size of new value */ }; このコールは /proc/sys の下のディレ ... sysctl () 関数の宣言は両方で同じである。 注意 Use of this system call was long discouraged: since Linux ...
https://man.plustar.jp/manpage/man2/sysctl.2.html - [similar]
Man page of ENVIRON 3060
ENVIRON Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 envir ... ron ; 説明 The variable environ points to an array of pointers to strings called the "environment". The ... _SOURCE feature test macro is defined.) This array of strings is made available to the process by the ex ... rocess is created via fork (2), it inherits a copy of its parent's environment. 通例では、 environ の文字 ... ommand if you use csh (1). The initial environment of the shell is populated in various ways, such as de ...
https://man.plustar.jp/manpage/man7/environ.7.html - [similar]
Man page of FCNTL 3033
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... てもよい)。 struct flock { ... short l_type; /* Type of lock: F_RDLCK, F_WRLCK, F_UNLCK */ short l_whence; ... interpret l_start: SEEK_SET, SEEK_CUR, SEEK_END */ off_t l_start; /* Starting offset for lock */ off_t l ... _len; /* Number of bytes to lock */ pid_t l_pid; /* PID of process bl ... ocking our lock (set by F_GETLK and F_OFD_GETLK) */ ... }; この構造体の l_whence , l_start ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 3033
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... てもよい)。 struct flock { ... short l_type; /* Type of lock: F_RDLCK, F_WRLCK, F_UNLCK */ short l_whence; ... interpret l_start: SEEK_SET, SEEK_CUR, SEEK_END */ off_t l_start; /* Starting offset for lock */ off_t l ... _len; /* Number of bytes to lock */ pid_t l_pid; /* PID of process bl ... ocking our lock (set by F_GETLK and F_OFD_GETLK) */ ... }; この構造体の l_whence , l_start ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of GETHOSTBYNAME 3033
GETHOSTBYNAME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... The gethostbyname () function returns a structure of type hostent for the given host name . Here name i ... t in_addr equivalent into the h_addr_list[0] field of the returned hostent structure. If name doesn't en ... rical The nsswitch.conf (5) file is the modern way of controlling the order of host lookups. In glibc 2. ... r, the order keyword was used to control the order of host lookups as defined in /etc/host.conf ( host.c ...
https://man.plustar.jp/manpage/man3/endhostent.3.html - [similar]
Man page of GETAUXVAL 3033
GETAUXVAL Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get ... cate detailed processor capabilities. The contents of the bit mask are hardware dependent (for example, ... cture; the value returned is the first 32-bit word of the array described there). A human-readable versi ... on of the same information is available via /proc/cpuinf ... シュのブロックサイズ。 AT_L1D_CACHEGEOMETRY Geometry of the L1 data cache, encoded with the cache line siz ...
https://man.plustar.jp/manpage/man3/getauxval.3.html - [similar]
Man page of GETHOSTBYNAME 3033
GETHOSTBYNAME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... The gethostbyname () function returns a structure of type hostent for the given host name . Here name i ... t in_addr equivalent into the h_addr_list[0] field of the returned hostent structure. If name doesn't en ... rical The nsswitch.conf (5) file is the modern way of controlling the order of host lookups. In glibc 2. ... r, the order keyword was used to control the order of host lookups as defined in /etc/host.conf ( host.c ...
https://man.plustar.jp/manpage/man3/gethostbyaddr.3.html - [similar]
Man page of GETHOSTBYNAME 3033
GETHOSTBYNAME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... The gethostbyname () function returns a structure of type hostent for the given host name . Here name i ... t in_addr equivalent into the h_addr_list[0] field of the returned hostent structure. If name doesn't en ... rical The nsswitch.conf (5) file is the modern way of controlling the order of host lookups. In glibc 2. ... r, the order keyword was used to control the order of host lookups as defined in /etc/host.conf ( host.c ...
https://man.plustar.jp/manpage/man3/gethostbyaddr_r.3.html - [similar]
Man page of GETHOSTBYNAME 3033
GETHOSTBYNAME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... The gethostbyname () function returns a structure of type hostent for the given host name . Here name i ... t in_addr equivalent into the h_addr_list[0] field of the returned hostent structure. If name doesn't en ... rical The nsswitch.conf (5) file is the modern way of controlling the order of host lookups. In glibc 2. ... r, the order keyword was used to control the order of host lookups as defined in /etc/host.conf ( host.c ...
https://man.plustar.jp/manpage/man3/gethostbyname.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT

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