HomeSort by relevance Sort by last modified time
    Searched full:lineptr (Results 1 - 25 of 32) sorted by null

1 2

  /external/honggfuzz/
input.c 200 char* lineptr = NULL; local
202 defer { free(lineptr); };
204 ssize_t len = getdelim(&lineptr, &n, '\n', fDict);
208 if (len > 1 && lineptr[len - 1] == '\n') {
209 lineptr[len - 1] = '\0';
212 if (lineptr[0] == '#') {
215 if (lineptr[0] == '\n') {
218 if (lineptr[0] == '\0') {
223 if (sscanf(lineptr, "\"%1024s", bufv) != 1 &&
224 sscanf(lineptr, "%1024[^=]=\"%1024s", bufn, bufv) != 2)
250 char* lineptr = NULL; local
    [all...]
  /external/honggfuzz/libcommon/
files.c 273 char* lineptr = NULL; local
276 if (getline(&lineptr, &n, f) == -1) {
280 if (strlen(lineptr) < 3) {
281 LOG_F("Input symbol '%s' too short (strlen < 3)", lineptr);
291 (*filterList)[symbolsRead] = malloc(strlen(lineptr));
293 PLOG_E("malloc(%zu) failed", strlen(lineptr));
297 strncpy((*filterList)[symbolsRead], lineptr, strlen(lineptr));
303 free(lineptr);
401 char* lineptr = NULL local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.cc 2352 const unsigned char* lineptr = this->buffer_; local
    [all...]
dwarf_reader.h 1033 read_header_prolog(const unsigned char* lineptr);
1036 read_header_tables(const unsigned char* lineptr);
1039 read_header_tables_v5(const unsigned char* lineptr);
1045 read_lines(const unsigned char* lineptr, const unsigned char* endptr,
    [all...]
  /external/libcups/cups/
ppd.c 2877 *lineptr; \/* Current position in line buffer *\/ local
    [all...]
dest.c 4177 *lineptr, \/* Pointer into line *\/ local
    [all...]
  /external/google-breakpad/src/processor/
simple_serializer-inl.h 173 static size_t SizeOf(const linked_ptr<Line> &lineptr) {
174 if (lineptr.get() == NULL) return 0;
175 return SimpleSerializer<Line>::SizeOf(*(lineptr.get()));
177 static char *Write(const linked_ptr<Line> &lineptr, char *dest) {
178 if (lineptr.get())
179 dest = SimpleSerializer<Line>::Write(*(lineptr.get()), dest);
  /external/curl/lib/
cookie.c 36 struct CookieInfo *c, bool httpheader, char *lineptr,
39 The 'lineptr' parameter is a full "Set-cookie:" line as
371 char *lineptr, /* first character of the line */
404 size_t linelength = strlen(lineptr);
411 semiptr = strchr(lineptr, ';'); /* first, find a semicolon */
413 while(*lineptr && ISBLANK(*lineptr))
414 lineptr++;
416 ptr = lineptr;
701 if(strncmp(lineptr, "#HttpOnly_", 10) == 0)
1013 char *lineptr; local
    [all...]
cookie.h 83 struct CookieInfo *, bool header, char *lineptr,
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 534 const char* lineptr = buffer_; local
538 = reader_->ReadInitialLength(lineptr, &initial_length_size);
540 lineptr += initial_length_size;
548 header_.version = reader_->ReadTwoBytes(lineptr);
549 lineptr += 2;
551 header_.prologue_length = reader_->ReadOffset(lineptr);
552 lineptr += reader_->OffsetSize();
554 header_.min_insn_length = reader_->ReadOneByte(lineptr);
555 lineptr += 1;
557 header_.default_is_stmt = reader_->ReadOneByte(lineptr);
816 const char* lineptr = after_header_; local
    [all...]
  /external/toybox/lib/
portability.h 110 ssize_t getdelim(char **lineptr, size_t *n, int delim, FILE *stream);
178 ssize_t getdelim(char **lineptr, size_t *n, int delim, FILE *stream);
179 ssize_t getline(char **lineptr, size_t *n, FILE *stream);
  /external/libcups/filter/
testclient.c 407 *lineptr; /* Pointer into line */ local
671 for (lineptr = line + xoff; *template; template ++)
676 *lineptr++ = *color;
680 lineptr += xrep;
690 for (lineptr = line + 3 * xoff; *template; template ++)
694 for (xcount = xrep; xcount > 0; xcount --, lineptr += 3)
695 memcpy(lineptr, color, 3);
699 lineptr += 3 * xrep;
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf_defs.go 92 DW_CLS_PTR // lineptr, loclistptr, macptr, rangelistptr
107 DW_AT_stmt_list = 0x10 // lineptr
198 DW_FORM_data4 = 0x06 // constant, lineptr, loclistptr, macptr, rangelistptr
199 DW_FORM_data8 = 0x07 // constant, lineptr, loclistptr, macptr, rangelistptr
216 DW_FORM_sec_offset = 0x17 // lineptr, loclistptr, macptr, rangelistptr
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf_defs.go 92 DW_CLS_PTR // lineptr, loclistptr, macptr, rangelistptr
107 DW_AT_stmt_list = 0x10 // lineptr
198 DW_FORM_data4 = 0x06 // constant, lineptr, loclistptr, macptr, rangelistptr
199 DW_FORM_data8 = 0x07 // constant, lineptr, loclistptr, macptr, rangelistptr
216 DW_FORM_sec_offset = 0x17 // lineptr, loclistptr, macptr, rangelistptr
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ns32k.c 1093 const char *lineptr;
1104 for (lineptr = line; (*lineptr) != '\0' && (*lineptr) != ' '; lineptr++)
1107 c = *lineptr;
1108 *(char *) lineptr = '\0';
1113 *(char *) lineptr = c;
1116 lineptr = line;
1122 if (*lineptr++ != '\0'
1087 const char *lineptr; local
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.cpp 124 char *linePtr;
136 linePtr = line;
172 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr),
210 uprv_free(linePtr);
  /external/honggfuzz/linux/
trace.c 863 char *lineptr = NULL, *cAddr = NULL; local
865 defer { free(lineptr); };
867 if (getline(&lineptr, &n, fReport) == -1) {
873 if ((strlen(lineptr) > headerSz) && (strncmp(header, lineptr, headerSz) == 0)) {
877 cAddr = strstr(lineptr, "address 0x");
889 char* pLineLC = lineptr;
938 LOG_D("Invalid ASan report entry (%s)", lineptr);
    [all...]
  /external/elfutils/libdw/
dwarf_formudata.c 177 /* lineptr */
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 77 linePtr *int // if set, record out.Line for the next token in *linePtr
176 // token in *linePtr. It is used to compute an accurate line number for a
180 func (p *printer) recordLine(linePtr *int) {
181 p.linePtr = linePtr
999 if p.linePtr != nil {
1000 *p.linePtr = p.out.Line
1001 p.linePtr = nil
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 77 linePtr *int // if set, record out.Line for the next token in *linePtr
176 // token in *linePtr. It is used to compute an accurate line number for a
180 func (p *printer) recordLine(linePtr *int) {
181 p.linePtr = linePtr
999 if p.linePtr != nil {
1000 *p.linePtr = p.out.Line
1001 p.linePtr = nil
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 233 // lineptr int64 ClassLinePtr
476 // lineptr, loclistptr, macptr, rangelistptr
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 233 // lineptr int64 ClassLinePtr
476 // lineptr, loclistptr, macptr, rangelistptr
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 652 /* Read up to (and including) a DELIMITER from STREAM into *LINEPTR
653 (and null-terminate it). *LINEPTR is a pointer returned from malloc (or

Completed in 768 milliseconds

1 2