HomeSort by relevance Sort by last modified time
    Searched refs:strtoi (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd-6.8.2/compat/
strtoi.h 33 intmax_t strtoi(const char * __restrict nptr, char ** __restrict endptr,
strtoi.c 32 #include "strtoi.h"
35 strtoi(const char * __restrict nptr, char ** __restrict endptr, int base, function
  /external/dhcpcd-6.8.2/
Android.mk 42 compat/strtoi.c \
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...]
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

Completed in 704 milliseconds