Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 167) sorted by relevance

1234567

/glibc-2.36/sysdeps/powerpc/powerpc64/
DMakefile19 no-special-regs := $(sort $(foreach n,40 41 50 51 60 61 62 63 \
31 no-special-regs += -mabi=ibmlongdouble
36 CFLAGS-dl-runtime.os = $(no-special-regs)
37 CFLAGS-dl-lookup.os = $(no-special-regs)
38 CFLAGS-dl-misc.os = $(no-special-regs)
39 CFLAGS-rtld-mempcpy.os = $(no-special-regs)
40 CFLAGS-rtld-memmove.os = $(no-special-regs)
41 CFLAGS-rtld-memchr.os = $(no-special-regs)
42 CFLAGS-rtld-strnlen.os = $(no-special-regs)
53 CFLAGS-mcount.c += $(no-special-regs)
/glibc-2.36/stdio-common/
Dprintf_fphex.c119 const char *special = NULL; in __printf_fphex() local
167 special = "NAN"; \ in __printf_fphex()
172 special = "nan"; \ in __printf_fphex()
182 special = "INF"; \ in __printf_fphex()
187 special = "inf"; \ in __printf_fphex()
210 if (special) in __printf_fphex()
228 PRINT (special, wspecial, 3); in __printf_fphex()
Dprintf_size.c109 const char *special = NULL; in __printf_size() local
123 special = "nan"; \ in __printf_size()
130 special = "inf"; \ in __printf_size()
156 if (special) in __printf_size()
174 PRINT (special, wspecial, 3); in __printf_size()
Dprintf_fp.c238 const char *special = NULL; in __printf_fp_l() local
353 special = "NAN"; \ in __printf_fp_l()
358 special = "nan"; \ in __printf_fp_l()
367 special = "INF"; \ in __printf_fp_l()
372 special = "inf"; \ in __printf_fp_l()
400 if (special) in __printf_fp_l()
418 PRINT (special, wspecial, 3); in __printf_fp_l()
/glibc-2.36/
DMakefile527 tests-special += $(objpfx)c++-types-check.out
533 tests-special += $(objpfx)check-local-headers.out
541 tests-special += $(objpfx)check-installed-headers-c.out
551 tests-special += $(objpfx)check-installed-headers-cxx.out
561 tests-special += $(objpfx)check-wrapper-headers.out
643 tests-special-notdir = $(patsubst $(objpfx)%, %, $(tests-special))
644 tests: $(tests-special)
646 $(sort $(tests-special-notdir:.out=)) \
DRules87 tests-special += $(objpfx)check-installed-headers-c.out
99 tests-special += $(objpfx)check-installed-headers-cxx.out
111 tests-special += $(objpfx)check-wrapper-headers.out
120 tests-special += $(objpfx)check-obsolete-constructs.out
152 $(test-srcs)) $(tests-special) \
154 xtests: tests $(xtests-special)
162 $(tests-special) $(tests-printers-out)
163 xtests: tests $(xtests:%=$(objpfx)%.out) $(xtests-special)
166 tests-special-notdir = $(patsubst $(objpfx)%, %, $(tests-special))
167 xtests-special-notdir = $(patsubst $(objpfx)%, %, $(xtests-special))
[all …]
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
DMakefile104 tests-special += $(objpfx)test-scanf-ieee128.out
105 tests-special += $(objpfx)test-scanf-ibm128.out
107 tests-special += $(objpfx)test-wscanf-ieee128.out
108 tests-special += $(objpfx)test-wscanf-ibm128.out
110 tests-special += $(objpfx)test-isoc99-scanf-ieee128.out
111 tests-special += $(objpfx)test-isoc99-scanf-ibm128.out
113 tests-special += $(objpfx)test-isoc99-wscanf-ieee128.out
114 tests-special += $(objpfx)test-isoc99-wscanf-ibm128.out
170 tests-special += $(objpfx)test-printf-size-ieee128.out
171 tests-special += $(objpfx)test-printf-size-ibm128.out
/glibc-2.36/gmon/
DMakefile56 tests-special += $(objpfx)tst-gmon-gprof.out
64 tests-special += $(objpfx)tst-gmon-static-gprof.out
71 tests-special += $(objpfx)tst-gmon-pie-gprof.out
79 tests-special += $(objpfx)tst-gmon-static-pie-gprof.out
DVersions3 # functions with special/multiple interfaces
/glibc-2.36/resolv/
Dns_name_ntop.c26 special (int ch) in special() function
89 if (special (c)) in ___ns_name_ntop()
/glibc-2.36/sysdeps/unix/sysv/linux/
DMakefile220 tests-special += $(objpfx)tst-syscall-list.out
228 tests-special += $(objpfx)tst-glibcsyscalls.out
244 tests-special += $(objpfx)tst-mman-consts.out
252 tests-special += $(objpfx)tst-pidfd-consts.out
260 tests-special += $(objpfx)tst-mount-consts.out
285 tests-special += $(objpfx)tst-signal-numbers.out
318 tests-special += $(objpfx)tst-socket-consts.out
/glibc-2.36/manual/
Dpipe.texi12 @cindex FIFO special file
13 A @dfn{FIFO special file} is similar to a pipe, but instead of being an
26 Neither pipes nor FIFO special files allow file positioning. Both
34 * FIFO Special Files:: Making a FIFO special file.
258 @cindex creating a FIFO special file
261 A FIFO special file is similar to a pipe, except that it is created in a
263 FIFO special file is entered into the file system by calling
266 Once you have created a FIFO special file in this way, any process can
281 The @code{mkfifo} function makes a FIFO special file with name
Dterminal.texi207 Don't confuse terminal attributes with file attributes. A device special
224 * Special Characters:: Characters that have special effects,
838 This bit enables special display of the KILL character by moving to a
854 This bit is similar to @code{ECHOK}. It enables special display of the
1062 be indicated by special codes. For POSIX.1 portability, you must use
1145 In canonical input, the terminal driver recognizes a number of special
1162 On some systems, you can disable a particular special character function
1175 * Other Special:: Other special characters for BSD systems:
1182 These special characters are active only in canonical input mode.
1188 This is the subscript for the EOF character in the special control
[all …]
/glibc-2.36/intl/
DMakefile53 tests-special += $(objpfx)tst-translit.out $(objpfx)tst-gettext.out \
57 tests-special += $(objpfx)tst-gettext4.out $(objpfx)tst-gettext5.out \
61 tests-special += $(objpfx)mtrace-tst-gettext.out
/glibc-2.36/sysdeps/i386/i586/
Dlshift.S54 jnc L(special) /* jump if s_ptr + 1 >= res_ptr */
57 jnc L(special) /* jump if res_ptr >= s_ptr + size */
161 L(special):
Drshift.S54 jnc L(special) /* jump if res_ptr + 1 >= s_ptr */
57 jnc L(special) /* jump if s_ptr >= res_ptr + size */
158 L(special):
/glibc-2.36/conform/
DMakefile105 tests-special += $(conformtest-header-list-tests)
115 tests-special += $(conformtest-header-tests)
123 tests-special += $(linknamespace-symlists-tests)
131 tests-special += $(linknamespace-symlist-stdlibs-tests)
140 tests-special += $(linknamespace-header-tests)
/glibc-2.36/catgets/
DMakefile35 tests-special += $(objpfx)de/libc.cat $(objpfx)test1.cat $(objpfx)test2.cat \
37 tests-special += $(objpfx)tst-catgets-mem.out
/glibc-2.36/misc/
Dtst-efgcvt-template.c188 special (void) in special() function
230 special (); in do_test()
/glibc-2.36/iconv/
DMakefile74 xtests-special += $(objpfx)test-iconvconfig.out
75 tests-special += $(objpfx)tst-iconv_prog.out
/glibc-2.36/sysdeps/ia64/fpu/
Ds_atanl.S561 special = r47 define
1003 dep.z special = 0x1, 18, 1 // Form 0x0000000000040000
1105 dep special = sp_exp_4sig_Q, special, 19, 13 // Form z_hi as single prec
1113 setf.s z_hi = special // Form z_hi
1720 mov special = 992 // Offset to table
1725 add table_ptr1 = table_base, special // Point to 3pi/4
/glibc-2.36/setjmp/
DVersions3 # functions with special/multiple interfaces
/glibc-2.36/csu/
DVersions7 # New special glibc functions.
/glibc-2.36/hurd/
Dfaultexc.defs2 to create the special exception server used for signal thread
/glibc-2.36/elf/
DMakefile98 tests-special += $(objpfx)list-tunables.out
542 tests-special += \
574 tests-special += \
589 tests-special += $(objpfx)tst-relro-ldso.out $(objpfx)tst-relro-libc.out
623 tests-special += $(objpfx)tst-valgrind-smoke.out
631 tests-special += \
1143 tests-special += \
1151 tests-special += \
1161 tests-special += \
1208 tests-special += \
[all …]

1234567