/external/dhcpcd-6.8.2/ |
config.h | 15 #include "compat/strtoi.h"
|
Android.mk | 42 compat/strtoi.c \
|
configure | 660 if [ -z "$STRTOI" ]; then 661 printf "Testing for strtoi ... " 668 return strtoi("1234", NULL, 0, 0, INT32_MAX, &e); 672 STRTOI=yes 674 STRTOI=no 676 echo "$STRTOI" 679 if [ "$STRTOI" = no ]; then 680 echo "COMPAT_SRCS+= compat/strtoi.c" >>$CONFIG_MK 681 echo "#include \"compat/strtoi.h\"" >>$CONFIG_H
|
if-options.c | 781 ifo->metric = (int)strtoi(arg, NULL, 0, 0, INT32_MAX, &e); 840 ifo->timeout = (time_t)strtoi(arg, NULL, 0, 0, INT32_MAX, &e); 888 i = (int)strtoi(arg, NULL, 0, 1, 254, &e); 931 ifo->reboot = (time_t)strtoi(arg, NULL, 0, 0, UINT32_MAX, &e); [all...] |
/external/dhcpcd-6.8.2/compat/ |
strtoi.c | 32 #include "strtoi.h" 35 strtoi(const char * __restrict nptr, char ** __restrict endptr, int base, function
|
strtoi.h | 33 intmax_t strtoi(const char * __restrict nptr, char ** __restrict endptr,
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.c | 178 static GLint strToI (const XML_Char *string, const XML_Char **tail, int base) { 232 * strToI. In that case the result is number * 10^exponent. After 273 exponent = strToI (string+1, &expTail, 10); 319 v->_int = strToI (string, &tail, 0); [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-ranchu-arm64 | |
emulator-ranchu-mips64 | |
emulator-ranchu-x86 | |
emulator-ranchu-x86_64 | |