Searched refs:strings (Results 101 - 125 of 196) sorted by relevance

12345678

/haiku-fatelf/src/kits/network/libbind/include/
H A DMakefile131 STD_CWARNINGS = -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing
/haiku-fatelf/src/kits/package/hpkg/
H A DReaderImplBase.cpp607 // allocate table, if there are any strings
613 fCurrentSection->strings
615 if (fCurrentSection->strings == NULL) {
627 fErrorOutput->PrintError("Error: Malformed %s strings section\n",
637 "Error: %ld excess bytes in %s strings section\n",
643 fErrorOutput->PrintError("Error: Invalid %s strings section: "
644 "Less strings (%lld) than specified in the header (%lld)\n",
656 fErrorOutput->PrintError("Error: Invalid %s strings section: "
657 "More strings (%lld) than specified in the header (%lld)\n",
662 fCurrentSection->strings[inde
[all...]
/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp10 #include <strings.h>
H A DICUMonetaryData.cpp11 #include <strings.h>
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dsettings.c20 #include <strings.h> /* strncpy */
/haiku-fatelf/src/bin/bash/support/
H A Dconfig.rpath225 strings "$collect2name" | grep resolve_lib_name >/dev/null
/haiku-fatelf/src/bin/diffutils/config/
H A Dconfig.rpath199 strings "$collect2name" | grep resolve_lib_name >/dev/null
/haiku-fatelf/src/bin/gawk/
H A Dconfig.rpath226 strings "$collect2name" | grep resolve_lib_name >/dev/null
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dconfig.rpath280 strings "$collect2name" | grep resolve_lib_name >/dev/null
/haiku-fatelf/src/apps/devices/
H A DResourceUsageWindow.cpp23 #include <strings.h>
/haiku-fatelf/src/bin/gzip/
H A Dgzip.h30 # include <strings.h>
/haiku-fatelf/src/bin/less/
H A Dless.h90 #include <strings.h>
/haiku-fatelf/src/bin/sharutils/intl/
H A Ddcgettext.c59 # include <strings.h>
H A Dfinddomain.c40 # include <strings.h>
/haiku-fatelf/src/kits/interface/
H A DFont.cpp942 BString *strings = new BString[numStrings]; local
943 GetTruncatedStrings(stringArray, numStrings, mode, width, strings);
946 strcpy(resultArray[i], strings[i].String());
948 delete[] strings;
998 // TODO: all strings into a single array???
/haiku-fatelf/src/libs/ncurses/ncurses/
H A DMakefile440 $(tinfo)/strings.c \
619 ../objects/strings$o \
1154 ../objects/strings$o : $(tinfo)/strings.c
1155 $(LIBTOOL_COMPILE) $(CC) $(CFLAGS_NORMAL) -c ../ncurses/$(tinfo)/strings.c -o ../objects/strings$o
1350 ../obj_g/strings$o \
1909 ../obj_g/strings$o : $(tinfo)/strings.c
1910 $(LIBTOOL_COMPILE) $(CC) $(CFLAGS_DEBUG) -c ../ncurses/$(tinfo)/strings
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c1085 /* If we have optimized stabs strings, output them. */
1356 const char *strings;
1375 strings = NULL;
1966 if (strings == NULL)
1968 strings = _bfd_coff_read_string_table (input_bfd);
1969 if (strings == NULL)
1972 filename = strings + auxp->x_file.x_n.x_offset;
1355 const char *strings; local
H A Doasys.c161 data->strings = bfd_alloc (abfd, amt);
163 if (!data->symbols || !data->strings)
168 string_ptr = data->strings;
1374 function exits. We read the strings into a buffer large enough to
H A Dlibcoff.h45 #define obj_coff_strings(bfd) (coff_data (bfd)->strings)
86 char *strings; member in struct:coff_tdata
87 /* If this is TRUE, the strings may not be freed. */
89 /* If this is TRUE, the strings have been written out already. */
/haiku-fatelf/src/bin/bc/dc/
H A Deval.c36 # include <strings.h> /* memchr, maybe */
/haiku-fatelf/src/bin/diffutils/lib/
H A Dgetopt.c206 # include <strings.h>
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dgetopt.c210 # include <strings.h>
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnetserver.c79 # include <strings.h>
H A Dnetsh.c47 #include <strings.h>
240 /* netperf_usage done as two concatenated strings to make the MS
/haiku-fatelf/src/bin/gdb/
H A Dltcf-c.sh291 strings "$collect2name" | grep resolve_lib_name >/dev/null

Completed in 395 milliseconds

12345678