Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 87) sorted by relevance

1234

/glibc-2.36/math/
Dgen-tgmath-tests.py60 class Type(object): class
115 Type.all_types_list.append(self)
117 Type.argument_types_list.append(self)
119 Type.real_argument_types_list.append(self)
121 Type.standard_real_argument_types_list.append(self)
123 Type.non_standard_real_argument_types_list.append(self)
125 Type.real_types_order[self.order] = self
127 Type.double_type = self
129 Type.long_double_type = self
131 Type.complex_double_type = self
[all …]
/glibc-2.36/scripts/
Dgen-rrtypes.py41 Type = collections.namedtuple("Type", "name number comment") variable
52 yield Type(name, number, comment)
/glibc-2.36/manual/
Dlibc.texinfo142 @node Concept Index, Type Index, Documentation License, Top
147 @node Type Index, Function Index, Concept Index, Top
148 @unnumbered Type Index
152 @node Function Index, Variable Index, Type Index, Top
Dlang.texi20 * Data Type Measurements:: Parameters of data type representations.
419 @deftp {Data Type} va_list
563 @deftp {Data Type} ptrdiff_t
573 @deftp {Data Type} size_t
593 @node Data Type Measurements
594 @section Data Type Measurements
604 * Width of Type:: How many bits does an integer type hold?
605 * Range of Type:: What are the largest and smallest values
607 * Floating Type Macros:: Parameters that measure the floating point types.
611 @node Width of Type
[all …]
Dlibc-texinfo.sh74 * Type Index:: Index of types and type qualifiers.
Dthreads.texi84 @deftp {Data Type} thrd_t
89 @deftp {Data Type} thrd_start_t
203 @deftp {Data Type} once_flag
235 @deftp {Data Type} mtx_t
377 @deftp {Data Type} cnd_t
466 @deftp {Data Type} tss_t
473 @deftp {Data Type} tss_dtor_t
969 @deftp {Data Type} {struct rseq}
Dfilesys.texi256 @deftp {Data Type} {struct dirent}
354 @deftp {Data Type} DIR
889 @deftp {Data Type} __ftw_func_t
934 @deftp {Data Type} __ftw64_func_t
947 @deftp {Data Type} __nftw_func_t
978 @deftp {Data Type} __nftw64_func_t
991 @deftp {Data Type} {struct FTW}
1747 * Testing File Type:: Distinguishing ordinary files,
1778 @deftp {Data Type} {struct stat}
1786 (@pxref{Testing File Type}) and the file permission bits
[all …]
Dsysinfo.texi14 * Platform Type:: Determining operating system and basic
226 @node Platform Type
227 @section Platform Type Identification
241 @deftp {Data Type} {struct utsname}
407 @deftp {Data Type} {struct fstab}
579 @deftp {Data Type} {struct mntent}
Dsetjmp.texi99 @deftp {Data Type} jmp_buf
207 @deftp {Data Type} sigjmp_buf
255 @deftp {Data Type} ucontext_t
DREADME.pretty-printers31 Type = Normal,
Dsocket.texi302 @deftp {Data Type} {struct sockaddr}
514 @deftp {Data Type} {struct if_nameindex}
659 @deftp {Data Type} {struct sockaddr_un}
774 @deftp {Data Type} {struct sockaddr_in}
800 @deftp {Data Type} {struct sockaddr_in6}
862 * Data type: Host Address Data Type. Data type for a host number.
974 @node Host Address Data Type
975 @subsubsection Host Address Data Type
998 @deftp {Data Type} {struct in_addr}
1035 @deftp {Data Type} {struct in6_addr}
[all …]
Ddynlink.texi104 @deftp {Data Type} {struct dl_find_object}
Dtime.texi109 @deftp {Data Type} clock_t
121 @deftp {Data Type} time_t
144 @deftp {Data Type} {struct timespec}
169 @deftp {Data Type} {struct timeval}
196 @deftp {Data Type} {struct tm}
348 @deftp {Data Type} {struct tms}
468 @deftp {Data Type} clockid_t
660 @deftp {Data Type} {struct ntptimeval}
703 @deftp {Data Type} {struct timex}
968 @deftp {Data Type} {struct tm}
[all …]
Dresource.texi57 @deftp {Data Type} {struct rusage}
231 @deftp {Data Type} {struct rlimit}
251 @deftp {Data Type} {struct rlimit64}
700 @deftp {Data Type} {struct sched_param}
1234 @deftp {Data Type} cpu_set_t
Dargp.texi164 @deftp {Data Type} {struct argp}
240 @deftp {Data Type} {struct argp_option}
579 @deftp {Data Type} {struct argp_state}
897 @deftp {Data Type} {struct argp_child}
/glibc-2.36/intl/
Dtranslit.po3 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dtst-gettext4-fr.po4 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dtstcodeset.po4 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dtst-gettext4-de.po4 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dtstlang1.po4 "Content-Type: text/plain; charset=US-ASCII\n"
Dtstlang2.po4 "Content-Type: text/plain; charset=US-ASCII\n"
/glibc-2.36/nscd/
Dnscd.service7 Type=forking key
/glibc-2.36/po/
Dpot.header14 "Content-Type: text/plain; charset=CHARSET\n"
Drw.po23 "Content-Type: text/plain; charset=UTF-8\n"
/glibc-2.36/stdio-common/
Dvfscanf-internal.c704 #define STRING_ARG(Str, Type, Width) \ in __vfwscanf_internal() argument
719 *strptr = (char *) malloc (strsize * sizeof (Type)); \ in __vfwscanf_internal()
720 Str = (Type *) *strptr; \ in __vfwscanf_internal()
730 Str = ARG (Type *); \ in __vfwscanf_internal()

1234