Home
last modified time | relevance | path

Searched refs:read_number (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/common/
Dbedbug.c38 long read_number __P ((char *));
539 i = htonl (read_number (name)); in spr_value()
625 val = read_number (name); in tbr_value()
867 data = read_number (txt); in parse_operand()
888 data = read_number (txt); in parse_operand()
915 data = htonl (read_number (txt)); in parse_operand()
991 long read_number (char *txt) in read_number() function
/external/lua/src/
Dliolib.c440 static int read_number (lua_State *L, FILE *f) { in read_number() function
551 success = read_number(L, f); in g_read()
/external/pcre/dist2/src/
Dpcre2_compile.c1236 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, in read_number() function
1333 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1349 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, in read_repeat_counts()
1597 if (!read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1615 if (!read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &s, in PRIV()
1653 if (!read_number(&ptr, ptrend, -1, INT_MAX/10 - 1, ERR61, &s, in PRIV()
2894 if (read_number(&p, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
3763 if (!read_number(&ptr, ptrend, in parse_regex()
3953 if (read_number(&ptr, ptrend, cb->bracount, MAX_GROUP_NUMBER, ERR61, &i, in parse_regex()
3991 if (!read_number(&ptr, ptrend, -1, 1000, ERR79, &major, &errorcode)) in parse_regex()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c949 static int read_number(const char *filepath, int *numberp) in read_number() function
972 return read_number(buf, numberp); in load_number()