Searched refs:str2long (Results 1 – 6 of 6) sorted by relevance
/openbmc/ipmitool/lib/ |
H A D | helper.c | 185 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 D | vsprintf.h | 214 bool str2long(const char *p, ulong *num);
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | helper.h | 77 int str2long(const char * str, int64_t * lng_ptr);
|
/openbmc/u-boot/cmd/ |
H A D | onenand.c | 31 if (!(str2long(argv[0], off))) { in arg_off_size_onenand() 40 if (!(str2long(argv[1], (ulong *)size))) { in arg_off_size_onenand()
|
H A D | nand.c | 579 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 D | vsprintf.c | 866 bool str2long(const char *p, ulong *num) in str2long() function
|