Home
last modified time | relevance | path

Searched refs:str2long (Results 1 – 6 of 6) sorted by relevance

/openbmc/ipmitool/lib/
H A Dhelper.c185 int str2long(const char * str, int64_t * lng_ptr) in str2long() function
246 if ( (rc = str2long(str, &arg_long)) != 0 ) { in str2int()
300 if ( (rc = str2long(str, &arg_long)) != 0 ) { in str2short()
354 if ((rc = str2long(str, &arg_long)) != 0) { in str2char()
/openbmc/u-boot/include/
H A Dvsprintf.h214 bool str2long(const char *p, ulong *num);
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h77 int str2long(const char * str, int64_t * lng_ptr);
/openbmc/u-boot/cmd/
H A Donenand.c31 if (!(str2long(argv[0], off))) { in arg_off_size_onenand()
40 if (!(str2long(argv[1], (ulong *)size))) { in arg_off_size_onenand()
H A Dnand.c579 if (argc > 4 && !str2long(argv[4], &pagecount)) { in do_nand()
945 if (!(str2long(p, &addr)) && (mtdparts_init() == 0) && in do_nandboot()
/openbmc/u-boot/lib/
H A Dvsprintf.c866 bool str2long(const char *p, ulong *num) in str2long() function