HomeSort by relevance Sort by last modified time
    Searched refs:endp (Results 101 - 125 of 203) sorted by null

1 2 3 45 6 7 8 9

  /external/iproute2/ip/
iptuntap.c 222 char fname[IFNAMSIZ+25], buf[80], *endp; local
243 result = strtol(buf, &endp, 0);
244 if (*endp != '\n') {
  /external/iproute2/lib/
utils.c 365 char *endp; local
367 n = strtoul(cp, &endp, 0);
371 if (endp == cp) /* no digits */
376 if (*endp == '\0')
379 if (i == 3 || *endp != '.')
381 cp = endp + 1;
398 char *endp; local
400 n = strtoul(cp, &endp, 16);
404 if (endp == cp) /* no digits */
409 if (*endp == '\0'
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
AsyncHttpConnection.java 47 AsyncHttpConnection(Buffers requestBuffers, Buffers responseBuffers, EndPoint endp)
49 super(requestBuffers,responseBuffers,endp);
50 _asyncEndp=(AsyncEndPoint)endp;
AbstractHttpConnection.java 72 AbstractHttpConnection(Buffers requestBuffers, Buffers responseBuffers, EndPoint endp)
74 super(endp);
76 _generator = new HttpGenerator(requestBuffers,endp);
77 _parser = new HttpParser(responseBuffers,endp,new Handler());
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
IPAccessHandler.java 190 EndPoint endp=connection.getEndPoint(); local
191 if (endp!=null)
193 String addr = endp.getRemoteAddr();
  /external/toybox/toys/pending/
expr.c 188 char *endp, *arg; local
201 v->i = strtoll(arg, &endp, 10);
202 v->s = *endp ? arg : NULL;
  /external/elfutils/src/
readelf.c 2516 char *endp; local
4950 unsigned char *const endp = (unsigned char *) data->d_buf + data->d_size; local
6598 unsigned char *endp = memchr (linep, '\\0', lineendp - linep); local
6617 unsigned char *endp = memchr (fname, '\\0', lineendp - linep); local
6790 unsigned char *endp = memchr (linep, '\\0', local
7015 unsigned char *const endp = (unsigned char *) data->d_buf + data->d_size; local
7194 const unsigned char *endp; local
7444 const unsigned char *endp; local
9611 char *endp = NULL; local
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 332 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
333 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
336 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 332 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
333 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
336 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 322 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
323 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
324 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
325 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
326 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 332 extern DECLSPEC long SDLCALL SDL_strtol(const char *str, char **endp, int base);
333 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *str, char **endp, int base);
334 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *str, char **endp, int base);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
336 extern DECLSPEC double SDLCALL SDL_strtod(const char *str, char **endp);
  /external/elfutils/libdw/
dwarf_getlocation.c 675 Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp,
719 *endp = *basep + end;
722 if (address != (Dwarf_Word) -1 && (address < *startp || address >= *endp))
804 Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Op **expr,
826 *endp = -1;
844 *endp = -1;
863 return getlocations_addr (attr, offset, basep, startp, endp,
libdwP.h 317 void *endp; member in struct:Dwarf_CU
469 get_uleb128 (code, addr, die->cu->endp);
509 const unsigned char *endp = cu->endp; local
511 if (unlikely (len > (size_t) (endp - valp)))
726 - If it's normal range record, set up *BEGINP and *ENDP and return 0.
732 Dwarf_Addr *beginp, Dwarf_Addr *endp,
  /system/core/logd/
LogKlog.cpp 374 char *endp; local
375 real.tv_sec = strtol(b, &endp, 10);
376 if ((*endp == '.') && ((size_t)(endp - b) < len)) {
379 len -= endp - b;
380 while (--len && isdigit(*++endp) && (multiplier /= 10)) {
381 real.tv_nsec += (*endp - '0') * multiplier;
  /external/libvncserver/common/
d3des.c 134 register unsigned long *from, *endp; local
136 from = KnL, endp = &KnL[32];
137 while( from < endp ) *into++ = *from++;
143 register unsigned long *to, *endp; local
145 to = KnL, endp = &KnL[32];
146 while( to < endp ) *to++ = *from++;
  /external/elfutils/libebl/
eblgstrtab.c 333 char *endp; local
354 endp = (char *) data->d_buf + nulllen;
356 copystrings (st->root, &endp, &copylen);
eblwstrtab.c 327 wchar_t *endp; local
348 endp = (wchar_t *) data->d_buf + nulllen;
350 copystrings (st->root, &endp, &copylen);
eblstrtab.c 337 char *endp = (char *) data->d_buf + nulllen; local
340 copystrings (st->root, &endp, &copylen);
  /external/libdrm/tests/modetest/
modetest.c 1283 char *endp; local
1302 for (i = 0, p = arg; i < pipe->num_cons; ++i, p = endp + 1) {
1303 endp = strpbrk(p, ",@:");
1304 if (!endp)
1307 pipe->cons[i] = strndup(p, endp - p);
1309 if (*endp != ',')
1317 if (*endp == '@') {
1318 arg = endp + 1;
1319 pipe->crtc_id = strtoul(arg, &endp, 10);
1321 if (*endp != ':'
1475 char *endp; local
    [all...]
  /external/v8/src/
flags.cc 391 char* endp = const_cast<char*>(""); // *endp is only read
400 *flag->int_variable() = static_cast<int>(strtol(value, &endp, 10));
403 *flag->float_variable() = strtod(value, &endp);
428 *endp != '\0') {
  /system/extras/simpleperf/
environment.cpp 89 char* endp; local
93 while ((cpu = strtol(p, &endp, 10)) != 0 || endp != p) {
102 p = endp;
  /system/update_engine/
p2p_manager_unittest.cc 295 char* endp = nullptr; local
296 long long int val = strtoll(ea_value, &endp, 0); // NOLINT(runtime/int)
297 if (endp == nullptr || *endp != '\0') {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
tls.s 64 .endp foo#
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlsbinpic.s 97 .endp fn2#
  /external/jetty/src/java/org/eclipse/jetty/server/nio/
BlockingChannelConnector.java 97 for (BlockingChannelEndPoint endp : _endpoints)
99 endp.checkIdleTimestamp(now);

Completed in 833 milliseconds

1 2 3 45 6 7 8 9