HomeSort by relevance Sort by last modified time
    Searched defs:eptr (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/lib/e2p/
crypto_mode.c 54 char *eptr; local
67 num = strtol(string+9, &eptr, 10);
70 if (*eptr)
hashstr.c 52 char *eptr; local
65 num = strtol(string+8, &eptr, 10);
68 if (*eptr)
mntopts.c 61 char *eptr; local
75 num = strtol(string+8, &eptr, 10);
78 if (*eptr)
feature.c 164 char *eptr; local
195 num = strtol(string+9, &eptr, 10);
198 if (*eptr)
238 char *eptr; local
269 num = strtol(string+9, &eptr, 10);
272 if (*eptr)
  /external/vboot_reference/tests/
vboot_display_tests.c 230 FontArrayEntryHeader *eptr; local
239 eptr = (FontArrayEntryHeader *)(buf + sizeof(h));
240 Memcpy(eptr, eh, sizeof(eh));
246 &eptr[1].info, "Glyph found");
247 TEST_EQ(buffersize, eptr[1].info.original_size, " size");
249 &eptr[0].info, "Glyph not found");
250 TEST_EQ(buffersize, eptr[0].info.original_size, " size");
  /external/iw/
coalesce.c 27 char *eptr, *value1, *value2, *sptr = NULL, *end, buf[16768]; local
113 pkt_offset = strtoul(value1, &eptr, 10);
114 if (eptr != value1 + strlen(value1))
wowlan.c 214 char *eptr, *value1, *value2, *sptr = NULL; local
278 pkt_offset = strtoul(value1, &eptr, 10);
279 if (eptr != value1 + strlen(value1)) {
scan.c 346 char *eptr; local
414 freq = strtoul(argv[i], &eptr, 10);
415 if (eptr != argv[i] + strlen(argv[i])) {
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldemul.c 277 ld_emulation_xfer_type **eptr = ld_emulations; local
281 for (; *eptr; eptr++)
283 if (strcmp (target, (*eptr)->emulation_name) == 0)
285 ld_emulation = *eptr;
298 ld_emulation_xfer_type **eptr = ld_emulations; local
301 for (; *eptr; eptr++)
307 fprintf (f, "%s", (*eptr)->emulation_name);
314 ld_emulation_xfer_type **eptr; local
    [all...]
  /external/boringssl/src/crypto/x509/
asn1_gen.c 414 char *eptr; local
417 tag_num = strtoul(vstart, &eptr, 10);
419 if (eptr && *eptr && (eptr > vstart + vlen))
427 if (eptr)
428 vlen -= eptr - vstart;
432 switch (*eptr) {
451 erch[0] = *eptr;
826 char *eptr; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
vms-misc.c 69 char *eptr; local
75 if ((eptr = getenv ("VMS_DEBUG")) != NULL)
77 min_level = atoi (eptr);
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.h 66 uint8_t * eptr; member in struct:TCPSocket_struct
  /external/pcre/dist2/src/
pcre2_match.c 134 eptr pointer into the subject
145 match_ref(PCRE2_SIZE offset, PCRE2_SIZE offset_top, register PCRE2_SPTR eptr,
154 PCRE2_SPTR eptr_start = eptr;
193 if (eptr >= mb->end_subject) return 1; /* Partial match */
194 GETCHARINC(c, eptr);
217 if (eptr >= mb->end_subject) return 1; /* Partial match */
218 cc = UCHAR21TEST(eptr);
223 eptr++;
235 if (eptr >= mb->end_subject) return 1; /* Partial match */
236 if (UCHAR21INCTEST(p) != UCHAR21INCTEST(eptr)) return -1; /*No match *
620 #define eptr macro
6342 #undef eptr macro
    [all...]

Completed in 880 milliseconds