Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 42) sorted by relevance

12

/glibc-2.36/resolv/
Dns_name_pack.c44 const unsigned char **cpp; in dn_find() local
47 for (cpp = dnptrs; cpp < lastdnptr; cpp++) in dn_find()
49 sp = *cpp; in dn_find()
108 const unsigned char **cpp, **lpp, *eob, *msg; in ___ns_name_pack() local
115 lpp = cpp = NULL; in ___ns_name_pack()
120 for (cpp = dnptrs; *cpp != NULL; cpp++) in ___ns_name_pack()
122 lpp = cpp; /* End of list to search. */ in ___ns_name_pack()
166 if (lastdnptr != NULL && cpp < lastdnptr - 1 in ___ns_name_pack()
169 *cpp++ = dstp; in ___ns_name_pack()
170 *cpp = NULL; in ___ns_name_pack()
/glibc-2.36/
Dlibof-iterator.mk5 cpp-src := $(firstword $(cpp-srcs-left))
6 cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left))
8 libof-$(notdir $(cpp-src)) := $(lib)
Dextra-lib.mk109 cpp-srcs-left := $($(lib)-routines) $($(lib)-sysdep_routines)
110 ifneq (,$(cpp-srcs-left))
111 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
DMakerules203 # file that uses cpp contructs and contains @@@ LINE @@@ for each LINE
739 cpp-srcs-left := $(filter-out $(modules-names-tests),$(modules-names))
740 ifneq (,$(cpp-srcs-left))
742 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
746 cpp-srcs-left := $(filter $(modules-names-tests),$(modules-names))
747 ifneq (,$(cpp-srcs-left))
749 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
1248 cpp-srcs-left = $(all-testsuite)
1250 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
1255 cpp-srcs-left = $(all-nonlib)
[all …]
Dshlib-versions10 # This file can use cpp-style conditionals starting with % instead of #
DMakeconfig995 # the implicit -lang-asm and breaks cpp behavior for .S files--notably
996 # it causes cpp to stop predefining __ASSEMBLER__.
1108 # check the exit status of cpp rather than using its bad output when there
1116 | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \
1277 | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - > $@T
Dconfigure2968 ac_ext=cpp
3232 ac_ext=cpp
6729 ac_ext=cpp
/glibc-2.36/locale/
Dweightwc.h28 const wint_t **cpp, size_t len) in findidx() argument
37 wint_t ch = *(*cpp)++; in findidx()
52 const int32_t *usrc = (const int32_t *) *cpp; in findidx()
86 *cpp += nhere; in findidx()
139 *cpp += nhere; in findidx()
Dweight.h28 const unsigned char **cpp, size_t len) in findidx() argument
30 int32_t i = table[*(*cpp)++]; in findidx()
41 usrc = *cpp; in findidx()
80 *cpp += nhere; in findidx()
147 *cpp += nhere; in findidx()
DMakefile111 cpp-srcs-left := $(localedef-modules) $(localedef-aux) $(locale-modules) \
114 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
Diso-639.def121 DEFINE_LANGUAGE_CODE3 ("Creoles and pidgins, Portuguese-based (Other)", cpp, cpp)
/glibc-2.36/sunrpc/
Dxdr.c597 xdr_bytes (XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize) in libc_hidden_def()
599 char *sp = *cpp; /* sp is the actual string pointer */ in libc_hidden_def()
627 *cpp = sp = (char *) mem_alloc (nodesize); in libc_hidden_def()
643 *cpp = NULL; in libc_hidden_def()
737 xdr_string (XDR *xdrs, char **cpp, u_int maxsize) in libc_hidden_nolink_sunrpc()
739 char *sp = *cpp; /* sp is the actual string pointer */ in libc_hidden_nolink_sunrpc()
788 *cpp = sp = (char *) mem_alloc (nodesize); in libc_hidden_nolink_sunrpc()
802 *cpp = NULL; in libc_hidden_nolink_sunrpc()
818 xdr_wrapstring (XDR *xdrs, char **cpp) in libc_hidden_def()
820 if (xdr_string (xdrs, cpp, LASTUNSIGNED)) in libc_hidden_def()
/glibc-2.36/stdlib/
Disomac.c384 const char **cpp; in check_header() local
433 for (cpp = except; *cpp != NULL; ++cpp) in check_header()
435 size_t len = strlen (*cpp); in check_header()
436 if (!strncmp (line + 8, *cpp, len) && isspace (line[8 + len])) in check_header()
/glibc-2.36/hesiod/
Dhesiod.c262 char *key, *data, *cp, **cpp; in parse_config_file() local
281 cpp = NULL; in parse_config_file()
283 cpp = &ctx->LHS; in parse_config_file()
285 cpp = &ctx->RHS; in parse_config_file()
286 if (cpp) { in parse_config_file()
287 *cpp = strdup(data); in parse_config_file()
288 if (!*cpp) in parse_config_file()
/glibc-2.36/crypt/
DMakefile36 nss-cpp-flags := -DUSE_NSS \
38 CPPFLAGS-sha256-crypt.c += $(nss-cpp-flags)
39 CPPFLAGS-sha512-crypt.c += $(nss-cpp-flags)
40 CPPFLAGS-md5-crypt.c += $(nss-cpp-flags)
/glibc-2.36/nscd/
DMakefile93 cpp-srcs-left := $(nscd-modules)
95 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
/glibc-2.36/iconv/
DMakefile69 cpp-srcs-left := $(iconv_prog-modules) $(iconvconfig-modules)
71 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
/glibc-2.36/sysdeps/s390/
DMakefile19 cpp-srcs-left := $(foreach mod,$(s390x-iconv-modules),$($(mod)-routines))
21 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
/glibc-2.36/sysdeps/unix/
DMakefile89 compile-syscall = $(COMPILE.S) -o $@ -x assembler-with-cpp - \
/glibc-2.36/elf/
Drtld-Rules143 cpp-srcs-left := $(rtld-modules:%.os=%)
145 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
DMakefile1445 cpp-srcs-left := $(all-rtld-routines:=.os)
1447 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
/glibc-2.36/benchtests/
DMakefile361 cpp-srcs-left := $(binaries-benchset:=.c) $(binaries-bench:=.c) \
364 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
/glibc-2.36/malloc/
DMakefile241 cpp-srcs-left := $(memusagestat-modules)
243 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
/glibc-2.36/iconvdata/
DMakefile299 cpp-srcs-left := $(modules) $(generated-modules) $(libJIS-routines) \
303 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
/glibc-2.36/mach/
DMachrules58 # use the same compiler setup we are using to run cpp.

12