strchr            314 gc/cord/cordxtra.c     register char * occ = strchr(s, d -> target);
strchr           4213 gc/os_dep.c    		   char * nl = strchr(result_buf, '\n');
strchr            127 src/gauche-config.c     if ((dir_mark = strchr(cmd->value, '@')) == NULL) {
strchr            602 src/load.c         tail = strchr(head, '.');
strchr           2504 src/number.c       if (*lenp > 0 && strchr("eEsSfFdDlL", (int)**strp)) {