HomeSort by relevance Sort by last modified time
    Searched refs:endp (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/iproute2/tc/
q_netem.c 76 char *p, *endp; local
80 for (p = line; ; p = endp) {
81 x = strtol(p, &endp, 0);
82 if (endp == p)
  /external/ppp/pppd/
ccp.c 265 char *str, *endp; local
268 abits = rbits = strtol(str, &endp, 0);
269 if (endp != str && *endp == ',') {
270 str = endp + 1;
271 abits = strtol(str, &endp, 0);
273 if (*endp != 0 || endp == str) {
304 char *str, *endp; local
307 abits = rbits = strtol(str, &endp, 0)
    [all...]
tty.c 349 char *p, *endp; local
354 n = strtol(p, &endp, 16);
355 if (p == endp) {
360 p = endp;
871 char *sep, *endp = NULL; local
880 port = strtol(sep+1, &endp, 10);
881 if (port < 0 || endp == sep+1 || sep == dest) {
    [all...]
  /external/elfutils/libebl/
eblstrtab.c 312 char *endp; local
333 endp = (char *) data->d_buf + nulllen;
335 copystrings (st->root, &endp, &copylen);
eblgstrtab.c 323 char *endp; local
344 endp = (char *) data->d_buf + nulllen;
346 copystrings (st->root, &endp, &copylen);
eblwstrtab.c 312 wchar_t *endp; local
333 endp = (wchar_t *) data->d_buf + nulllen;
335 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]) {
  /dalvik/vm/
Ddm.c 439 char* endp; local
440 *pUtime = strtoul(cp, &endp, 10);
441 if (endp == cp)
447 *pStime = strtoul(cp, &endp, 10);
448 if (endp == cp)
  /external/chromium/third_party/icu/source/i18n/
coleitr.cpp 102 int thislength = m_data_->iteratordata_.endp -
104 int thatlength = that.m_data_->iteratordata_.endp -
403 length = othercoliter->endp - othercoliter->string;
423 coliter->endp = coliter->string + length;
453 othercoliter->pos <= othercoliter->endp)
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
503 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
503 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
503 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 463 extern DECLSPEC long SDLCALL SDL_strtol(const char *string, char **endp, int base);
469 extern DECLSPEC unsigned long SDLCALL SDL_strtoul(const char *string, char **endp, int base);
489 extern DECLSPEC Sint64 SDLCALL SDL_strtoll(const char *string, char **endp, int base);
495 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *string, char **endp, int base);
503 extern DECLSPEC double SDLCALL SDL_strtod(const char *string, char **endp);
  /external/jpeg/
jmemdosa.asm 70 _jdos_open endp
102 _jdos_close endp
136 _jdos_seek endp
174 _jdos_read endp
212 _jdos_write endp
253 _jxms_getdriver endp
294 _jxms_calldriver endp
334 _jems_available endp
375 _jems_calldriver endp
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 1636 char *endp; local
1724 char *endp; local
1765 char *endp; local
1821 char *endp; local
1839 char *endp; local
1867 char *endp; local
    [all...]
  /system/core/sh/
expand.c 1393 char *endp; local
1397 endp = p;
1398 if (*endp == '!')
1399 endp++;
1401 while (*endp == CTLQUOTEMARK)
1402 endp++;
1403 if (*endp == '\0')
1405 if (*endp == CTLESC)
1406 endp++;
1407 if (*++endp == ']'
    [all...]
  /external/iproute2/lib/
utils.c 252 char *endp; local
254 n = strtoul(cp, &endp, 0);
258 if (endp == cp) /* no digits */
263 if (*endp == '\0')
266 if (i == 3 || *endp != '.')
268 cp = endp + 1;
  /external/qemu/
d3des.c 126 register unsigned long *from, *endp; local
128 from = KnL, endp = &KnL[32];
129 while( from < endp ) *into++ = *from++;
135 register unsigned long *to, *endp; local
137 to = KnL, endp = &KnL[32];
138 while( to < endp ) *to++ = *from++;
vl-android.c 1883 char *endp; local
1953 char *endp = strstr(opt, ",vlan="); local
1982 const char *endp, *p; local
    [all...]
vl.c 1962 char *endp; local
2032 char *endp = strstr(opt, ",vlan="); local
2061 const char *endp, *p; local
    [all...]
  /external/v8/src/
flags.cc 390 char* endp = const_cast<char*>(""); // *endp is only read
396 *flag->int_variable() = strtol(value, &endp, 10); // NOLINT
399 *flag->float_variable() = strtod(value, &endp);
423 *endp != '\0') {
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 713 char *d = ((char *)ba) + 5, *endp; local
716 *d-- = strtol(str, &endp, 16);
717 if (*endp != ':' && i != 5) {
721 str = endp + 1;
  /system/bluetooth/tools/
socktest.c 238 char *d = ((char *)ba) + 5, *endp; local
241 *d-- = strtol(str, &endp, 16);
242 if (*endp != ':' && i != 5) {
246 str = endp + 1;
  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 580 char *endp; local
581 int tmp = strtol(options[i].value, &endp, 0);
582 if (endp == options[i].value) {
632 char *endp; local
633 int tmp = strtol(options[l].value, &endp, 0);
634 if (endp == options[l].value) {

Completed in 3846 milliseconds

12 3 4