HomeSort by relevance Sort by last modified time
    Searched defs:endp (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/elfutils/libdw/
dwarf_getstring.c 78 const char *endp = memchr (result, '\0', local
80 if (endp == NULL)
84 *lenp = endp - result;
dwarf_siblingof.c 86 unsigned char *endp local
122 if (addr >= endp)
146 if (addr >= endp)
dwarf_getmacros.c 95 const unsigned char *endp; local
109 endp = memchr (readp, '\0', readendp - readp);
110 if (endp == NULL)
114 readp = endp + 1;
dwarf_child.c 90 unsigned char *const endp local
98 if (unlikely (attrp + 1 >= endp))
dwarf_getpubnames.c 76 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size; local
78 while (readp + 14 < endp)
  /external/openssh/openbsd-compat/
dirname.c 33 const char *endp; local
43 endp = path + strlen(path) - 1;
44 while (endp > path && *endp == '/')
45 endp--;
48 while (endp > path && *endp != '/')
49 endp--;
52 if (endp == path) {
53 dname[0] = *endp == '/' ? '/' : '.'
    [all...]
basename.c 31 const char *endp, *startp; local
41 endp = path + strlen(path) - 1;
42 while (endp > path && *endp == '/')
43 endp--;
46 if (endp == path && *endp == '/') {
53 startp = endp;
57 len = endp - startp + 1;
bsd-closefrom.c 73 char fdpath[PATH_MAX], *endp; local
82 fd = strtol(dent->d_name, &endp, 10);
83 if (dent->d_name != endp && *endp == '\0' &&
  /bionic/libc/bionic/
libgen.cpp 56 const char* endp = NULL; local
68 endp = path + strlen(path) - 1;
69 while (endp > path && *endp == '/') {
70 endp--;
74 if (endp == path && *endp == '/') {
81 startp = endp;
86 len = endp - startp +1;
107 const char* endp = NULL local
    [all...]
  /external/e2fsprogs/intl/
plural-exp.c 113 char *endp; local
124 n = strtoul (nplurals, &endp, 10);
126 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
127 n = n * 10 + (*endp - '0');
129 if (nplurals == endp)
  /external/elfutils/tests/
dwfl-addr-sect.c 77 char *endp; local
78 uintmax_t addr = strtoumax (argv[remaining], &endp, 0);
79 if (endp != argv[remaining])
addrscopes.c 176 char *endp; local
177 uintmax_t addr = strtoumax (buf, &endp, 0);
178 if (endp != buf)
190 char *endp; local
191 uintmax_t addr = strtoumax (argv[remaining], &endp, 0);
192 if (endp != argv[remaining])
  /bionic/libc/upstream-netbsd/libc/inet/
inet_pton.c 227 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
236 endp = tp + NS_IN6ADDRSZ;
266 if (tp + NS_INT16SZ > endp)
274 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
283 if (tp + NS_INT16SZ > endp)
296 if (tp == endp)
299 endp[- i] = colonp[n - i];
302 tp = endp;
304 if (tp != endp)
  /build/tools/zipalign/
ZipAlign.cpp 201 char* endp; local
243 alignment = strtol(argv[0], &endp, 10);
244 if (*endp != '\0' || alignment <= 0) {
  /external/tcpdump/
print-cdp.c 240 const u_char *endp = p + l; local
251 while (p < endp && num >= 0) {
253 if (p + 2 > endp)
260 if (p + pl + 2 > endp)
273 if (p + 4 > endp)
291 if (p + al > endp)
305 if (p + pl > endp)
311 if (p + 2 > endp)
317 if (p + al > endp)
  /external/chromium/net/tools/flip_server/
output_ordering.cc 99 char* endp; local
100 double tmp_think_time_in_s = strtod(x_server_latency.c_str(), &endp);
101 if (endp != x_server_latency.c_str() + x_server_latency.size()) {
  /external/chromium/third_party/libjingle/source/talk/base/
flags.cc 231 char* endp = empty; local
237 *flag->int_variable() = strtol(value, &endp, 10);
240 *flag->float_variable() = strtod(value, &endp);
250 *endp != '\0') {
  /external/elfutils/lib/
md5.c 299 const md5_uint32 *endp = words + nwords; local
314 while (words < endp)
sha1.c 227 const sha1_uint32 *endp = words + nwords; local
243 while (words < endp)
  /external/elfutils/libdwfl/
core-file.c 113 char *endp; local
114 size = strtoll (h.ar_size, &endp, 10);
115 if (unlikely (endp == h.ar_size)
  /external/elfutils/libebl/
eblstrtab.c 353 char *endp = (char *) data->d_buf + nulllen; local
355 copystrings (st->root, &endp, &copylen);
eblwstrtab.c 348 wchar_t *endp; local
369 endp = (wchar_t *) data->d_buf + nulllen;
371 copystrings (st->root, &endp, &copylen);
  /external/icu4c/samples/coll/
coll.cpp 112 char *endp; local
113 int i = strtol(argv[argNum], &endp, 0);
114 if (endp == argv[argNum]) {
  /external/icu4c/samples/strsrch/
strsrch.cpp 123 char *endp; local
124 int i = strtol(argv[argNum], &endp, 0);
125 if (endp == argv[argNum]) {
  /external/iproute2/ip/
iptuntap.c 219 char fname[IFNAMSIZ+25], buf[80], *endp; local
240 result = strtol(buf, &endp, 0);
241 if (*endp != '\n') {

Completed in 2142 milliseconds

1 2 3 4