Searched refs:cpp (Results 1 - 13 of 13) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A Dmakefile30 # if two source files with the same name (source.c or source.cpp)
33 SRCS= ClientLooper.cpp \
34 Desktop.cpp \
35 main.cpp \
36 MultiLocker.cpp \
37 ViewLayer.cpp \
38 WindowLayer.cpp \
39 drawing/AccelerantHWInterface.cpp \
40 drawing/DirectWindowBuffer.cpp \
41 drawing/DrawingEngine.cpp \
[all...]
/haiku/src/tests/system/benchmarks/
H A Dcompile_bench.sh8 cat << EOF > hello_world.cpp
24 g++ -o $f ${f}.cpp
29 cp hello_world.cpp ${f}.cpp
/haiku/src/bin/bfs_tools/lib/
H A Dmakefile30 # if two source files with the same name (source.c or source.cpp)
33 SRCS = bfs.cpp Disk.cpp Inode.cpp Bitmap.cpp BPlusTree.cpp Hashtable.cpp dump.cpp
/haiku/src/system/libroot/posix/glibc/locale/
H A Dweightwc.h23 findidx (const wint_t **cpp) argument
29 ch = *(*cpp)++;
42 const wint_t *usrc = *cpp;
68 *cpp += nhere;
107 *cpp += nhere;
H A Dweight.h23 findidx (const unsigned char **cpp) argument
25 int_fast32_t i = table[*(*cpp)++];
36 usrc = *cpp;
66 *cpp += nhere;
125 *cpp += nhere;
/haiku/3rdparty/proj2make/
H A Dmakefile34 # if two source files with the same name (source.c or source.cpp)
37 SRCS=proj2make.cpp
/haiku/src/libs/libtelnet/
H A Dgetent.c68 Getstr(const char *id, char **cpp __unused)
/haiku/src/bin/network/telnetd/
H A Dsys_term.c1240 char **cpp; local
1241 for (cpp = environ; *cpp; cpp++)
1242 argv = addarg(argv, *cpp);
1278 char **cpp; local
1290 for (cpp = argv; *cpp; cpp++)
1292 if (cpp
1330 char **cpp, **cpp2; local
[all...]
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c528 const u_char **cpp, **lpp, *eob, *msg; local
535 lpp = cpp = NULL;
538 for (cpp = dnptrs; *cpp != NULL; cpp++)
540 lpp = cpp; /*%< end of list to search */
585 if (lastdnptr != NULL && cpp < lastdnptr - 1 &&
587 *cpp++ = dstp;
588 *cpp = NULL;
938 const u_char * const *cpp; local
993 decode_bitstring(const unsigned char **cpp, char *dn, const char *eom) argument
[all...]
/haiku/src/bin/network/telnet/
H A Dcommands.c453 char **cpp;
465 for (cpp = telopts; *cpp; cpp++) {
466 len = strlen(*cpp) + 3;
471 printf(" \"%s\"", *cpp);
477 cpp = (char **)genget(name, telopts, sizeof(char *));
478 if (Ambiguous(cpp)) {
483 if (cpp) {
484 val = cpp
452 char **cpp; local
2853 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument
[all...]
/haiku/src/libs/bsd/
H A Dfts.c1227 const char **cpp; local
1242 for (cpp = ufslike_filesystems; *cpp; cpp++) {
1244 *cpp) == 0) {
/haiku/3rdparty/korli/
H A Dgenerate_ids_from_drivers.sh99 sed -e 's/#include.*//g' $TOPDIR/$driverPath/Driver.cpp | gcc -E - | sed -E -n "/gSupportedDevices\[/,/^$/p" | sed -e 's/0X/0x/g' | sed -r -e 's/[^0x]*0x([^ ,]+), 0x([^ \}]+).*/\1\t\2/' -e '/^[[:alnum:]]/!d' | awk -F'\t' -v driverPath=$driverPath 'NF > 1 { printf "usb %s %s .. .. .. .. .. .. 0000 ffff : CONFIG__UNKNOWN__ : %s\n", $1, $2, driverPath }' | sort | uniq
106 sed -e 's/#include.*//g' $TOPDIR/$driverPath/Driver.cpp | gcc -E - | sed -E -n "/gSupportedDevices\[/,/^$/p" | sed -e 's/0X/0x/g' | sed -r -e 's/[^0x]*0x([^ ,]+), 0x([^ \}]+).*/\1\t\2/' -e '/^[[:alnum:]]/!d' | awk -F'\t' -v driverPath=$driverPath 'NF > 1 { printf "usb %s %s .. .. .. .. .. .. 0000 ffff : CONFIG__UNKNOWN__ : %s\n", $1, $2, driverPath }' | sort | uniq
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp16 #error This file is included from arch_*_mmu.cpp

Completed in 168 milliseconds