/glibc-2.36/resolv/ |
D | ns_name_pack.c | 44 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/ |
D | libof-iterator.mk | 5 cpp-src := $(firstword $(cpp-srcs-left)) 6 cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left)) 8 libof-$(notdir $(cpp-src)) := $(lib)
|
D | extra-lib.mk | 109 cpp-srcs-left := $($(lib)-routines) $($(lib)-sysdep_routines) 110 ifneq (,$(cpp-srcs-left)) 111 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
D | Makerules | 203 # 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 …]
|
D | shlib-versions | 10 # This file can use cpp-style conditionals starting with % instead of #
|
D | Makeconfig | 995 # 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
|
D | configure | 2968 ac_ext=cpp 3232 ac_ext=cpp 6729 ac_ext=cpp
|
/glibc-2.36/locale/ |
D | weightwc.h | 28 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()
|
D | weight.h | 28 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()
|
D | Makefile | 111 cpp-srcs-left := $(localedef-modules) $(localedef-aux) $(locale-modules) \ 114 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
D | iso-639.def | 121 DEFINE_LANGUAGE_CODE3 ("Creoles and pidgins, Portuguese-based (Other)", cpp, cpp)
|
/glibc-2.36/sunrpc/ |
D | xdr.c | 597 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/ |
D | isomac.c | 384 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/ |
D | hesiod.c | 262 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/ |
D | Makefile | 36 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/ |
D | Makefile | 93 cpp-srcs-left := $(nscd-modules) 95 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
/glibc-2.36/iconv/ |
D | Makefile | 69 cpp-srcs-left := $(iconv_prog-modules) $(iconvconfig-modules) 71 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
/glibc-2.36/sysdeps/s390/ |
D | Makefile | 19 cpp-srcs-left := $(foreach mod,$(s390x-iconv-modules),$($(mod)-routines)) 21 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
/glibc-2.36/sysdeps/unix/ |
D | Makefile | 89 compile-syscall = $(COMPILE.S) -o $@ -x assembler-with-cpp - \
|
/glibc-2.36/elf/ |
D | rtld-Rules | 143 cpp-srcs-left := $(rtld-modules:%.os=%) 145 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
D | Makefile | 1445 cpp-srcs-left := $(all-rtld-routines:=.os) 1447 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
/glibc-2.36/benchtests/ |
D | Makefile | 361 cpp-srcs-left := $(binaries-benchset:=.c) $(binaries-bench:=.c) \ 364 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
/glibc-2.36/malloc/ |
D | Makefile | 241 cpp-srcs-left := $(memusagestat-modules) 243 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
/glibc-2.36/iconvdata/ |
D | Makefile | 299 cpp-srcs-left := $(modules) $(generated-modules) $(libJIS-routines) \ 303 include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
|
/glibc-2.36/mach/ |
D | Machrules | 58 # use the same compiler setup we are using to run cpp.
|