str 31 libglibc/hash-string.c const char *str = str_param; str 35 libglibc/hash-string.c while (*str != '\0') str 38 libglibc/hash-string.c hval += (unsigned char) *str++; str 1420 libglibc/regex.c #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ str 1443 libglibc/regex.c str = (const char *) string_temp; \ str 1445 libglibc/regex.c DEBUG_PRINT2 (" Popping string %p: `", str); \ str 1446 libglibc/regex.c DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \ str 2259 libglibc/regex.c char str[CHAR_CLASS_MAX_LENGTH + 1]; str 2273 libglibc/regex.c str[c1++] = c; str 2276 libglibc/regex.c str[0] = '\0'; str 2278 libglibc/regex.c str[c1] = '\0'; str 2286 libglibc/regex.c boolean is_lower = STREQ (str, "lower"); str 2287 libglibc/regex.c boolean is_upper = STREQ (str, "upper"); str 2291 libglibc/regex.c wt = IS_CHAR_CLASS (str); str 2319 libglibc/regex.c boolean is_alnum = STREQ (str, "alnum"); str 2320 libglibc/regex.c boolean is_alpha = STREQ (str, "alpha"); str 2321 libglibc/regex.c boolean is_blank = STREQ (str, "blank"); str 2322 libglibc/regex.c boolean is_cntrl = STREQ (str, "cntrl"); str 2323 libglibc/regex.c boolean is_digit = STREQ (str, "digit"); str 2324 libglibc/regex.c boolean is_graph = STREQ (str, "graph"); str 2325 libglibc/regex.c boolean is_lower = STREQ (str, "lower"); str 2326 libglibc/regex.c boolean is_print = STREQ (str, "print"); str 2327 libglibc/regex.c boolean is_punct = STREQ (str, "punct"); str 2328 libglibc/regex.c boolean is_space = STREQ (str, "space"); str 2329 libglibc/regex.c boolean is_upper = STREQ (str, "upper"); str 2330 libglibc/regex.c boolean is_xdigit = STREQ (str, "xdigit"); str 2332 libglibc/regex.c if (!IS_CHAR_CLASS (str)) str 80 libltdl/argz.c argz_create_sep (const char *str, int delim, char **pargz, size_t *pargz_len) str 85 libltdl/argz.c assert (str); str 91 libltdl/argz.c argz_len = 1+ strlen (str); str 101 libltdl/argz.c for (p = str, q = argz; *p != EOS_CHAR; ++p) str 52 libltdl/argz_.h LT_SCOPE error_t argz_create_sep(const char *str, int delim, str 132 libltdl/ltdl.c static int trim (char **dest, const char *str); str 997 libltdl/ltdl.c trim (char **dest, const char *str) str 1001 libltdl/ltdl.c const char *end = strrchr (str, '\''); str 1002 libltdl/ltdl.c size_t len = LT_STRLEN (str); str 1007 libltdl/ltdl.c if (!end || end == str) str 1010 libltdl/ltdl.c if (len > 3 && str[0] == '\'') str 1012 libltdl/ltdl.c tmp = MALLOC (char, end - str); str 1016 libltdl/ltdl.c memcpy(tmp, &str[1], (end - str) - 1); str 1017 libltdl/ltdl.c tmp[(end - str) - 1] = LT_EOS_CHAR; str 80 libparser/asm_res.h asm_hash (register const char *str, register unsigned int len) str 116 libparser/asm_res.h hval += asso_values[(unsigned char)str[4]]; str 120 libparser/asm_res.h hval += asso_values[(unsigned char)str[2]]; str 135 libparser/asm_res.h asm_lookup (register const char *str, register unsigned int len) str 169 libparser/asm_res.h register int key = asm_hash (str, len); str 175 libparser/asm_res.h if (*str == *s && !strcmp (str + 1, s + 1)) str 183 libparser/asm_res.h asm_reserved_sharp(const char *str, int len) str 188 libparser/asm_res.h str = strtrim(str, TRIM_ALL, &len); str 190 libparser/asm_res.h keyword = asm_lookup(str, len); str 168 libparser/c_res.h c_hash (register const char *str, register unsigned int len) str 204 libparser/c_res.h hval += asso_values[(unsigned char)str[13]+1]; str 208 libparser/c_res.h hval += asso_values[(unsigned char)str[11]+1]; str 213 libparser/c_res.h hval += asso_values[(unsigned char)str[8]]; str 216 libparser/c_res.h hval += asso_values[(unsigned char)str[7]]; str 219 libparser/c_res.h hval += asso_values[(unsigned char)str[6]]; str 222 libparser/c_res.h hval += asso_values[(unsigned char)str[5]]; str 226 libparser/c_res.h hval += asso_values[(unsigned char)str[3]]; str 230 libparser/c_res.h hval += asso_values[(unsigned char)str[1]]; str 233 libparser/c_res.h hval += asso_values[(unsigned char)str[0]]; str 246 libparser/c_res.h c_lookup (register const char *str, register unsigned int len) str 467 libparser/c_res.h register int key = c_hash (str, len); str 473 libparser/c_res.h if (*str == *s && !strcmp (str + 1, s + 1)) str 481 libparser/c_res.h c_reserved_word(const char *str, int len) str 485 libparser/c_res.h keyword = c_lookup(str, len); str 489 libparser/c_res.h c_reserved_sharp(const char *str, int len) str 494 libparser/c_res.h str = strtrim(str, TRIM_ALL, &len); str 496 libparser/c_res.h keyword = c_lookup(str, len); str 500 libparser/c_res.h c_reserved_yacc(const char *str, int len) str 504 libparser/c_res.h keyword = c_lookup(str, len); str 148 libparser/cpp_res.h cpp_hash (register const char *str, register unsigned int len) str 184 libparser/cpp_res.h hval += asso_values[(unsigned char)str[3]]; str 187 libparser/cpp_res.h hval += asso_values[(unsigned char)str[2]+1]; str 190 libparser/cpp_res.h hval += asso_values[(unsigned char)str[1]]; str 203 libparser/cpp_res.h cpp_lookup (register const char *str, register unsigned int len) str 353 libparser/cpp_res.h register int key = cpp_hash (str, len); str 359 libparser/cpp_res.h if (*str == *s && !strcmp (str + 1, s + 1)) str 367 libparser/cpp_res.h cpp_reserved_word(const char *str, int len) str 371 libparser/cpp_res.h keyword = cpp_lookup(str, len); str 375 libparser/cpp_res.h cpp_reserved_sharp(const char *str, int len) str 380 libparser/cpp_res.h str = strtrim(str, TRIM_ALL, &len); str 382 libparser/cpp_res.h keyword = cpp_lookup(str, len); str 114 libparser/java_res.h java_hash (register const char *str, register unsigned int len) str 145 libparser/java_res.h return len + asso_values[(unsigned char)str[1]] + asso_values[(unsigned char)str[0]]; str 155 libparser/java_res.h java_lookup (register const char *str, register unsigned int len) str 232 libparser/java_res.h register int key = java_hash (str, len); str 238 libparser/java_res.h if (*str == *s && !strcmp (str + 1, s + 1)) str 246 libparser/java_res.h java_reserved_word(const char *str, int len) str 250 libparser/java_res.h keyword = java_lookup(str, len); str 2399 libparser/php.c const char *str = strbuf_value(string); str 2401 libparser/php.c if (strchr(str, '$') == NULL) str 2402 libparser/php.c PUT(PARSER_REF_SYM, str, LEXLINENO); str 137 libparser/php_res.h php_hash (register const char *str, register unsigned int len) str 173 libparser/php_res.h hval += asso_values[(unsigned char)str[8]]; str 178 libparser/php_res.h hval += asso_values[(unsigned char)str[5]]; str 181 libparser/php_res.h hval += asso_values[(unsigned char)str[4]]; str 184 libparser/php_res.h hval += asso_values[(unsigned char)str[3]]; str 188 libparser/php_res.h hval += asso_values[(unsigned char)str[1]]; str 191 libparser/php_res.h hval += asso_values[(unsigned char)str[0]]; str 204 libparser/php_res.h php_lookup (register const char *str, register unsigned int len) str 528 libparser/php_res.h register int key = php_hash (str, len); str 534 libparser/php_res.h if (*str == *s && !strcmp (str + 1, s + 1)) str 542 libparser/php_res.h php_reserved_word(const char *str, int len) str 546 libparser/php_res.h keyword = php_lookup(str, len); str 550 libparser/php_res.h php_reserved_variable(const char *str, int len) str 554 libparser/php_res.h keyword = php_lookup(str, len);