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

12 3

  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 275 char *endp; local
328 gid = strtol(gid_str, &endp, 10);
329 if (*gid_str == '\0' || *endp != '\0') {
wpa_supplicant.c 2016 char *endp; local
    [all...]
  /system/core/liblog/
event_tag_map.c 229 const char* endp; local
232 endp = cp + map->mapLen;
236 while (cp < endp) {
266 char* endp; local
269 endp = cp + map->mapLen;
272 if (*(endp-1) != '\n') {
280 while (cp < endp) {
337 char* endp; local
345 val = strtoul(startp, &endp, 10);
346 assert(endp == cp)
    [all...]
  /bionic/libc/regex/
engine.c 77 char *endp; /* end of string -- virtual NUL here */ member in struct:match
131 char *endp; local
171 m->endp = stop;
181 endp = fast(m, start, stop, gf, gl);
182 if (endp == NULL) { /* a miss */
195 endp = slow(m, m->coldp, stop, gf, gl);
196 if (endp != NULL)
198 assert(m->coldp < m->endp);
216 dp = dissect(m, m->coldp, endp, gf, gl);
227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
    [all...]
  /external/grub/netboot/
main.c 966 unsigned char *endp; local
978 endp = p + len;
1007 endp = extend;
1013 while (p < endp)
1024 end_of_rfc1533 = endp = p;
1080 extdata = extend = endp;
  /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/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...]
ipcp.c 527 char *endp, *p0 = p; local
531 b = strtoul(p, &endp, 0);
532 if (endp == p)
539 return endp - p0;
542 p = endp;
    [all...]
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 258 char *endp; local
259 i = strtol(argv[argNum], &endp, 0);
260 if (endp == argv[argNum]) {
  /external/elfutils/src/
ld.c 586 char *endp; local
587 ld_state.pagesize = strtoul (arg, &endp, 0);
588 if (*endp != '\0')
590 if (endp[1] == '\0' && tolower (*endp) == 'k')
592 else if (endp[1] == '\0' && tolower (*endp) == 'm')
719 char *endp; local
720 unsigned long int level = strtoul (arg, &endp, 10);
721 if (*endp != '\0'
1263 struct pathelement *endp = ld_state.rpath; local
1269 struct pathelement *endp = ld_state.rpath_link; local
1276 struct pathelement *endp = ld_state.runpath; local
1291 struct pathelement *endp = ld_state.runpath_link; local
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 258 char *endp; local
259 i = strtol(argv[argNum], &endp, 0);
260 if (endp == argv[argNum]) {
  /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;
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 793 char *endp; local
797 type = (int)strtol(cp, &endp, 0);
798 if (endp != cp) {
810 char *endp; local
814 type = (int)strtol(cp, &endp, 0);
815 if (endp != cp) {
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 132 const uint16 * endp = s + len; local
140 while (*s >= '0' && *s <= '9' && s < endp) {
150 uint16 *endp = s + size;
159 while (s < endp && v != 0) {
    [all...]
  /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;
  /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...]
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 793 char *endp; local
797 type = (int)strtol(cp, &endp, 0);
798 if (endp != cp) {
810 char *endp; local
814 type = (int)strtol(cp, &endp, 0);
815 if (endp != cp) {
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.c 1591 char *endp; local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 248 char *endp; local
249 i = strtol(argv[argNum], &endp, 0);
250 if (endp == argv[argNum]) {
    [all...]
  /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) {
  /external/dropbear/
scp.c 304 char *targ, *endp; local
345 speed = strtod(optarg, &endp);
346 if (speed <= 0 || *endp != '\0')
  /external/icu4c/test/perf/collationperf/
collperf.cpp 248 char *endp; local
249 i = strtol(argv[argNum], &endp, 0);
250 if (endp == argv[argNum]) {
    [all...]
  /external/icu4c/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) {
  /external/wpa_supplicant/
wpa_supplicant.c 2458 char *endp; local
    [all...]

Completed in 4743 milliseconds

12 3