Searched refs:onebyte (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dwhitespaces.js44 var onebyte = "\u007E"; variable
105 test_regexp(c + onebyte);
107 test_trim(c, onebyte + "trim");
109 test_parseInt(c, onebyte);
111 test_eval(c, onebyte);
/external/iproute2/tc/
H A Dm_ipt.c319 unsigned int onebyte; local
333 if (string_to_number(p, 0, 255, &onebyte) == -1)
336 addrp[i] = (unsigned char) onebyte;
341 if (string_to_number(p, 0, 255, &onebyte) == -1)
344 addrp[3] = (unsigned char) onebyte;
/external/iptables/libxtables/
H A Dxtables.c1263 unsigned int onebyte; local
1279 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1282 addrp[i] = onebyte;
1290 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1293 addrp[i] = onebyte;
1298 if (!xtables_strtoui(p, NULL, &onebyte, 0, UINT8_MAX))
1301 addrp[3] = onebyte;

Completed in 411 milliseconds