Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 43) sorted by relevance

12

/manual/
A Dlang.texi402 appropriate; and that objects of type @code{float} are promoted to type
410 that type.
433 @deftypefn {Macro} @var{type} va_arg (va_list @var{ap}, @var{type})
445 The type of the value returned by @code{va_arg} is @var{type} as
446 specified in the call. @var{type} must be a self-promoting type (not
470 of the same type.
672 data type.
680 The number of bits in any data type @var{type} can be computed like
704 which type will work.
773 the type @w{@code{signed int}} and the type @w{@code{unsigned int}}.
[all …]
A Dfilesys.texi375 type @code{DIR *}.
573 dirent} type. Simply passing a pointer to an object of this type for
787 of type @code{struct dirent64 **}.
887 function of the appropriate type.
932 header @file{ftw.h} defines another function type.
1878 type to support larger values.
2237 This is the file type constant of a regular file.
2241 This is the file type constant of a symbolic link.
2245 This is the file type constant of a socket.
2249 This is the file type constant of a FIFO or pipe.
[all …]
A Dstdio.texi272 special @code{FILE} type for the LFS interface.
673 @var{type} parameter.
1793 type. (For example, the integer conversions assume a type of @code{int},
2179 The following type modifier is supported:
2283 type of pointer.
2333 precision, or type modifiers are permitted.
2794 extract just the basic type code.
2845 the base type, rather than an immediate value.
2866 a base type of @code{PA_DOUBLE} to indicate a type of @code{long double}.
3704 using these type modifiers:
[all …]
A DREADME.tunables48 - type: Data type. Defaults to STRING. Allowed types are:
52 - minval: Optional minimum acceptable value. For a string type
55 - maxval: Optional maximum acceptable value. For a string type
85 where 'check' is the tunable name, 'int32_t' is the C type of the tunable and
87 non-default value. The macro returns the value as type 'int32_t'.
103 where 'check' is the tunable name and 'val' is a value of same type.
120 where 'check' is the tunable name, 'val' is a value of same type, 'min' and
A Darith.texi206 structure of type @code{ldiv_t}.
231 a structure of type @code{lldiv_t}.
261 a structure of type @code{imaxdiv_t}.
386 floating-point type.
1054 a variable of type @code{fenv_t} to store information. This type is
1057 of this type directly.
1094 having type @code{fenv_t *}.
2410 type of the function without any intermediate rounding to the type of
2641 of type @code{long int}.
2966 value of type @code{double}.
[all …]
A Dpattern.texi220 the flag parameter. The type of this field is
239 where the file type indicates that the data is not required.
273 the flag parameter. The type of this field is
304 definition for a very similar type. @code{glob64_t} differs from
340 the flag parameter. The type of this field is
356 the flag parameter. The type of this field is
775 type @code{glob64_t} which were allocated by @code{glob64}.
811 There is a special data type for compiled regular expressions:
815 This type of object holds a compiled regular expression.
1530 @code{regoff_t} is an alias for another signed integer type.
[all …]
A Dsocket.texi52 you want to use and the type of protocol that should implement it.
143 size values are of type @code{size_t}". On 64-bit machines
285 type @code{struct sockaddr *} to represent a pointer to a socket
296 you which data type to use to understand the address fully.
516 This data type is used to hold the information about a single
776 This is the data type used to represent socket addresses in the
862 * Data type: Host Address Data Type. Data type for a host number.
978 (type @code{uint32_t}). In other contexts, the integer is
992 structure of type @code{struct in6_addr}.
3457 This structure type has the following members:
[all …]
A Dsearch.texi38 numbers of type @code{double}:
51 The header file @file{stdlib.h} defines a name for the data type of
52 comparison functions. This type is a GNU extension.
327 this type:
329 @deftp {Data type} ENTRY
347 @deftp {Data type} {struct entry}
348 The underlying type of @code{ENTRY}.
362 The key is denoted by a pointer to an object of type @code{ENTRY}. For
380 hsearch_data}. This type should be treated as opaque, none of its
488 initialize data structures is necessary. A simple pointer of type
[all …]
A Dcharset.texi101 @deftp {Data type} wchar_t
103 This data type is used as the base type for wide character strings.
122 @code{wchar_t} type.
125 @deftp {Data type} wint_t
142 type @code{wchar_t}.
147 by an object of type @code{wint_t}.
155 by an object of type @code{wint_t}.
459 @deftp {Data type} mbstate_t
1655 defines a special type for the handles used.
1659 This data type is an abstract type defined in @file{iconv.h}. The user
[all …]
A Dsysinfo.texi15 machine type
231 associated data type are declared in the header file
258 This is a description of the type of hardware that is in use.
430 This is the type of the filesystem. Depending on what the underlying
524 The function returns a pointer to a variable of type @code{struct
546 The function returns a pointer to a variable of type @code{struct
568 The function returns a pointer to a variable of type @code{struct
596 @code{mnt_type} describes the filesystem type and is therefore
867 For a mount, you must identify the type of the filesystem with
872 file @file{filesystems} in the @code{proc} filesystem (e.g. type
[all …]
A Dctype.texi19 one set works on @code{char} type characters, the other one on
223 These functions take one argument of type @code{int}, which is the
284 the type @code{wchar_t}, no functions operating on them were defined.
300 There is a type classification type defined, a function to retrieve this
306 @deftp {Data type} wctype_t
313 This type is defined in @file{wctype.h}.
647 @code{char} type versions of these functions.
714 This data type is defined as a scalar type which can hold a value
721 This type is defined in @file{wctype.h}.
806 simply cast a @code{char} type value to a @code{wint_t} and use it as an
A Dsetjmp.texi51 type @code{jmp_buf}. Execution of the program continues normally after
101 Objects of type @code{jmp_buf} hold the state information to
229 This is similar to @code{longjmp} except for the type of its @var{state}
249 interfaces of interest here have an appropriate type as well. Objects
250 of this type are normally much larger since more information is
251 contained. The type is also used in a few more places as we will see.
258 The @code{ucontext_t} type is defined as a structure with at least the
275 @code{mcontext_t} type is also defined in this header but the definition
276 should be treated as opaque. Any use of knowledge of the type makes
282 Objects of this type have to be created by the user. The initialization
A Dllio.texi361 but must be a signed type.
477 @code{pread} function is in fact @code{pread64} and the type
679 @code{pwrite} function is in fact @code{pwrite64} and the type
805 @code{lseek} function is in fact @code{lseek64} and the type
888 This is a signed integer type used to represent file sizes. In
889 @theglibc{}, this type is no narrower than @code{int}.
902 When compiling with @code{_FILE_OFFSET_BITS == 64} this type is
1230 @code{preadv} function is in fact @code{preadv64} and the type
1673 This file is of a type that doesn't support mapping.
4172 by specifying a lock type of @code{F_UNLCK}.
[all …]
A Dconf.texi111 The largest value that can fit in an object of type @code{ssize_t}.
303 specifically, enumeration type values).
808 Inquire about the number of bits in a variable of type @code{char}.
812 Inquire about the maximum value which can be stored in a variable of type
817 Inquire about the minimum value which can be stored in a variable of type
822 Inquire about the maximum value which can be stored in a variable of type
827 Inquire about the minimum value which can be stored in a variable of type
832 Inquire about the number of bits in a variable of type @code{long int}.
850 Inquire about the maximum value which can be stored in a variable of type
855 Inquire about the maximum value which can be stored in a variable of type
[all …]
A Dthreads.texi91 This data type is an @code{int (*) (void *)} typedef that is passed to
210 This value is used to initialize an object of type @code{once_flag}.
233 The fundamental data type for a mutex is the @code{mtx_t}:
237 The @code{mtx_t} data type uniquely identifies a mutex object.
260 @deftypefun int mtx_init (mtx_t *@var{mutex}, int @var{type})
263 @code{mtx_init} creates a new mutex object with type @var{type}. The
267 Not all combinations of mutex types are valid for the @code{type}
268 argument. Valid uses of mutex types for the @code{type} argument are:
468 The @code{tss_t} data type identifies a thread-specific storage
475 The @code{tss_dtor_t} is a function pointer of type @code{void (*)
[all …]
A Derrno.texi461 @errno{EPROTOTYPE, 41, Protocol wrong type for socket}
483 The socket type is not supported.
724 @errno{EFTYPE, 79, Inappropriate file type or format}
725 The file was the wrong type for the
861 @errno{ENOMSG, 112, No message of desired type}
1089 @errno{EISNAM, ???/120, Is a named type file}
1104 @errno{EMEDIUMTYPE, ???/???, Wrong medium type}
1499 in as a value of type @code{va_list}.
1522 in as a value of type @code{va_list}.
1544 in as a value of type @code{va_list}.
[all …]
A DREADME.pretty-printers46 means they'll be triggered if the type of the variable we're printing matches
48 our variable's type matches the regexp '^pthread_mutex_t$'.
154 gdb.RegexpCollectionPrettyPrinter would not be able to get a value's real type
164 as part of gdb 7.8. However, typedef'ing an already typedef'd type may cause
A Dmath.texi52 usually wise to pick the narrowest type that can accommodate your data.
53 Not all machines have a distinct @code{long double} type; it may be the
59 are not machine-dependent. When such a type, such as @code{_Float128},
62 double} are also provided for the supported type. Throughout this
133 All values are of type @code{double}. As an extension, @theglibc{}
134 also defines these constants with type @code{long double}. The
144 for the type @code{_Float128}.
670 underflow or overflow the destination type.
1499 bits as the type @code{unsigned int} has. This is far too few to
1597 definition of the type is present the type should be treated as opaque.
[all …]
A Ddynlink.texi59 @code{dlfo_eh_dbase} of type @code{void *}. It is the base address for
69 @code{dlfo_eh_count} of type @code{int}. It is the number of exception
82 macro expands to the program header type for the unwinding data.
A Dsignal.texi20 type of signal arrives.
139 A given type of signal is either typically synchronous or typically
1007 any pending signals of that type are discarded (even if they are
1133 Structures of type @code{struct sigaction} are used in the
1599 signals of this type to arrive; see @ref{Process Signal Mask}.)
1999 use a particular data type for which access is always atomic:
2004 The type @code{sig_atomic_t} is always an integer data type, but which
2010 This is an integer data type. Objects of this type are always accessed
2045 protecting its use with another object, perhaps one whose type
2478 The @code{sigset_t} data type is used to represent a signal set.
[all …]
A Dmaint.texi206 support. 32-bit time support provides type @code{time_t} and cannot
207 handle dates beyond @dfn{Y2038}. 64-bit time support provides type
278 (note: type @code{time_t} is replaced with @code{__time64_t} because
487 A GNU configuration name has three parts: the CPU type, the
496 manufacturer, CPU type, and operating system, in that order. It then
557 where the C type @code{float} is IEEE 754 single-precision format, and
A Dsummary.pl225 my $type = shift;
226 my $in_vtbl = $type eq "vtable" ? 1 : 0;
A Dstring.texi55 A @dfn{string} is a null-terminated array of bytes of type @code{char},
57 variables are usually declared to be pointers of type @code{char *}.
75 declared to be a pointer of type @code{wchar_t *}, by analogy with
104 pointers to be of type @code{const char *}, since this often allows the
181 have type @code{void *} or @code{wchar_t}. As a matter of style, the
187 but arrays of this type.
217 parameter type for a single wide character is @code{wint_t} and not
221 choice of types the @code{wint_t} type is used.
1159 @code{wmemcmp} is really only useful to compare arrays of type
1172 For example, given a structure type definition like:
[all …]
A Dtime.texi112 It may be an integer or a floating-point type.
123 @code{time_t} is the simplest data type used to represent simple
139 type, and that all of its functions operate correctly on negative
172 @code{struct timeval} is an older type for representing a simple
215 a value of type @code{double}.
230 difference between two values of type @w{@code{struct timeval}} or
233 where the @code{tv_sec} member has an unsigned type.
248 CPU time (@pxref{Time Basics}) is represented by the data type
443 It returns the calendar time as a value of type @code{time_t}; on
666 The @code{struct timeval} data type is described in
[all …]
/manual/examples/
A Dsubopt.c23 const char *type; variable
59 type = optarg; in main()

Completed in 93 milliseconds

12