Home
last modified time | relevance | path

Searched refs:cpp (Results 51 – 75 of 157) sorted by relevance

1234567

/dragonfly/contrib/bmake/mk/sys/
H A DUnixWare.mk59 .if exists(${DEV_TOOLS_PREFIX}/bin/cpp)
60 CPP ?= cpp
62 CPP ?= /usr/ccs/lib/cpp
H A DGeneric.mk39 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
58 CPP ?= cpp
H A DOpenBSD.mk29 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
56 CPP ?= cpp
/dragonfly/crypto/openssh/
H A Dhostfile.c158 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) in hostfile_read_key() argument
163 for (cp = *cpp; *cp == ' ' || *cp == '\t'; cp++) in hostfile_read_key()
174 *cpp = cp; in hostfile_read_key()
181 check_markers(char **cpp) in check_markers() argument
183 char marker[32], *sp, *cp = *cpp; in check_markers()
211 *cpp = cp; in check_markers()
H A Dauthfile.c475 sshkey_advance_past_options(char **cpp) in sshkey_advance_past_options() argument
477 char *cp = *cpp; in sshkey_advance_past_options()
486 *cpp = cp; in sshkey_advance_past_options()
H A Dauthfile.h50 int sshkey_advance_past_options(char **cpp);
/dragonfly/contrib/grep/lib/
H A Ddfa.c3919 while (*cpp) in freelist()
3920 free (*cpp++); in freelist()
3934 return cpp; in enlist()
3945 cpp[j] = cpp[i]; in enlist()
3949 cpp = xnrealloc (cpp, i + 2, sizeof *cpp); in enlist()
3950 cpp[i] = new; in enlist()
3951 cpp[i + 1] = NULL; in enlist()
3952 return cpp; in enlist()
3960 char **cpp = xzalloc (sizeof *cpp); in comsubs() local
3976 cpp = enlist (cpp, lcp, len); in comsubs()
[all …]
/dragonfly/sbin/disklabel64/
H A Ddisklabel64.c1080 const char **cpp; in getasciipartspec() local
1169 for (cpp = fstypenames; cpp < &fstypenames[FSMAXTYPES]; cpp++) { in getasciipartspec()
1170 if (*cpp && strcasecmp(*cpp, cp) == 0) in getasciipartspec()
1173 if (*cpp != NULL) { in getasciipartspec()
1174 pp->p_fstype = cpp - fstypenames; in getasciipartspec()
/dragonfly/sys/dev/drm/radeon/
H A Dr100.c1741 track->cb[0].cpp = 1; in r100_packet0_check()
1746 track->cb[0].cpp = 2; in r100_packet0_check()
1749 track->cb[0].cpp = 4; in r100_packet0_check()
1763 track->zb.cpp = 2; in r100_packet0_check()
1771 track->zb.cpp = 4; in r100_packet0_check()
1848 track->textures[i].cpp = 1; in r100_packet0_check()
1860 track->textures[i].cpp = 2; in r100_packet0_check()
1867 track->textures[i].cpp = 4; in r100_packet0_check()
1871 track->textures[i].cpp = 1; in r100_packet0_check()
2413 track->cb[i].cpp = 16; in r100_cs_track_clear()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dimplement-c.texi23 behavior, cpp, The C Preprocessor}. Some choices are made by the
61 behavior, cpp, The C Preprocessor}.
77 behavior, cpp, The C Preprocessor}.
90 behavior, cpp, The C Preprocessor}.
162 behavior, cpp, The C Preprocessor}.
171 behavior, cpp, The C Preprocessor}.
180 behavior, cpp, The C Preprocessor}.
187 behavior, cpp, The C Preprocessor}.
194 behavior, cpp, The C Preprocessor}.
574 behavior, cpp, The C Preprocessor}, for details of these aspects of
[all …]
/dragonfly/gnu/usr.bin/cc80/drivers/
H A DMakefile7 SUBDIR+= cpp
/dragonfly/sys/libprop/
H A Dprop_data.c387 const char **cpp) in _prop_data_internalize_decode() argument
526 if (cpp != NULL) in _prop_data_internalize_decode()
527 *cpp = src; in _prop_data_internalize_decode()
/dragonfly/contrib/tnftp/src/
H A Dcmds.c507 char **cpp; in mput() local
537 for (cpp = gl.gl_pathv; cpp && *cpp != NULL && connected; in mput()
538 cpp++) { in mput()
539 if (mflag && confirm(argv[0], *cpp)) { in mput()
541 tp = *cpp; in mput()
542 tp = doprocess(buf, sizeof(buf), *cpp, in mput()
545 *cpp, tp, *cpp != tp || !interactive); in mput()
/dragonfly/contrib/file/magic/Magdir/
H A Dweb8 # https://github.com/rdfhdt/hdt-cpp
/dragonfly/lib/libtelnet/
H A Dgetent.c57 Getstr(const char *id, char **cpp __unused) in Getstr()
/dragonfly/gnu/usr.bin/cc47/
H A DMakefile21 SUBDIR+= cpp
H A DMakefile.zhack4 GENTOOLS= cc.sh cpp.sh c++.sh gcc.sh
/dragonfly/contrib/bmake/mk/
H A Dautodep.mk44 __depsrcs+=${DEPSRCS:M*.cpp}
87 CXX_SUFFIXES?= .cc .cpp .cxx .C
/dragonfly/gnu/usr.bin/cc47/libcpp/
H A DMakefile6 LIB= cpp
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_fourcc.h46 u8 cpp[3]; member
/dragonfly/sys/dev/virtual/nvmm/
H A DMakefile11 ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS:N-flto} ${.IMPSRC}
/dragonfly/lib/libc/gen/
H A Dfts.c1130 const char **cpp; in fts_ufslinks() local
1143 for (cpp = ufslike_filesystems; *cpp; cpp++) { in fts_ufslinks()
1145 *cpp) == 0) { in fts_ufslinks()
/dragonfly/gnu/usr.bin/cc80/cc_tools/libcpp/
H A DMakefile9 LIB= cpp
/dragonfly/gnu/usr.bin/cc80/support-libs/libcpp/
H A DMakefile7 LIB= cpp
/dragonfly/gnu/usr.bin/cc80/
H A DMakefile.zhack4 GENTOOLS= cc.sh cpp.sh c++.sh gcc.sh

1234567