reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1756 CHECK(z != NULL && str != NULL); 1762 while (isspace((int)*str)) 1763 ++str; 1766 switch (*str) { 1769 ++str; 1772 ++str; /* fallthrough */ 1779 while ((ch = s_ch2val(*str, radix)) == 0) 1780 ++str; 1783 if (!s_pad(z, s_inlen(strlen(str), radix))) 1788 while (*str != '\0' && ((ch = s_ch2val(*str, radix)) >= 0)) { 1788 while (*str != '\0' && ((ch = s_ch2val(*str, radix)) >= 0)) { 1791 ++str; 1801 *end = (char *)str; 1805 if (*str != '\0')