s                1799 gtags-parser/asm_parse.c yyerror(const char *s)
s                 187 gtags-parser/asm_parse.y yyerror(const char *s)
s                 173 gtags-parser/asm_res.h           register const char *s = wordlist[key].name;
s                 175 gtags-parser/asm_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
s                2023 gtags-parser/asm_scan.c static int yy_flex_strlen( yyconst char *s )
s                2025 gtags-parser/asm_scan.c static int yy_flex_strlen( s )
s                2026 gtags-parser/asm_scan.c yyconst char *s;
s                2030 gtags-parser/asm_scan.c 	for ( n = 0; s[n]; ++n )
s                 454 gtags-parser/c_res.h           register const char *s = wordlist[key].name;
s                 456 gtags-parser/c_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
s                 357 gtags-parser/cpp_res.h           register const char *s = wordlist[key].name;
s                 359 gtags-parser/cpp_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
s                 317 gtags-parser/gctags.c dbg_print(int level, const char *s)
s                 324 gtags-parser/gctags.c 	fprintf(stderr, "%s\n", s);
s                 236 gtags-parser/java_res.h           register const char *s = wordlist[key].name;
s                 238 gtags-parser/java_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
s                 639 gtags-parser/php.c debug_print(const char *s, ...)
s                 645 gtags-parser/php.c 	va_start(ap, s);
s                 646 gtags-parser/php.c 	(void)vfprintf(stderr, s, ap);
s                2062 gtags-parser/php.c static int yy_flex_strlen( yyconst char *s )
s                2064 gtags-parser/php.c static int yy_flex_strlen( s )
s                2065 gtags-parser/php.c yyconst char *s;
s                2069 gtags-parser/php.c 	for ( n = 0; s[n]; ++n )
s                 532 gtags-parser/php_res.h           register const char *s = wordlist[key].name;
s                 534 gtags-parser/php_res.h           if (*str == *s && !strcmp (str + 1, s + 1))
s                 145 gtags/gtags.c  output(const char *s)
s                 147 gtags/gtags.c  	fputs(s, stdout);
s                1769 htags/asm.c    static int yy_flex_strlen( yyconst char *s )
s                1771 htags/asm.c    static int yy_flex_strlen( s )
s                1772 htags/asm.c    yyconst char *s;
s                1776 htags/asm.c    	for ( n = 0; s[n]; ++n )
s                1900 htags/c.c      static int yy_flex_strlen( yyconst char *s )
s                1902 htags/c.c      static int yy_flex_strlen( s )
s                1903 htags/c.c      yyconst char *s;
s                1907 htags/c.c      	for ( n = 0; s[n]; ++n )
s                 127 htags/common.c fputs_nl(const char *s, FILE *op)
s                 129 htags/common.c 	fputs(s, op);
s                1767 htags/cpp.c    static int yy_flex_strlen( yyconst char *s )
s                1769 htags/cpp.c    static int yy_flex_strlen( s )
s                1770 htags/cpp.c    yyconst char *s;
s                1774 htags/cpp.c    	for ( n = 0; s[n]; ++n )
s                 329 htags/fileindex.c #define PUT(s) do {						\
s                 331 htags/fileindex.c 			 strbuf_puts(files, s);			\
s                 333 htags/fileindex.c 			 fputs(s, op);				\
s                  31 htags/incop.c  strtolower(const char *s)
s                  39 htags/incop.c  	} while ((*t++ = tolower((unsigned char)*s++)) != '\0');
s                1673 htags/java.c   static int yy_flex_strlen( yyconst char *s )
s                1675 htags/java.c   static int yy_flex_strlen( s )
s                1676 htags/java.c   yyconst char *s;
s                1680 htags/java.c   	for ( n = 0; s[n]; ++n )
s                1916 htags/php.c    static int yy_flex_strlen( yyconst char *s )
s                1918 htags/php.c    static int yy_flex_strlen( s )
s                1919 htags/php.c    yyconst char *s;
s                1923 htags/php.c    	for ( n = 0; s[n]; ++n )
s                 143 htags/src2html.c echos(const char *s)
s                 145 htags/src2html.c         strbuf_puts(outbuf, s);
s                 367 htags/src2html.c 				const char *s;
s                 371 htags/src2html.c 					s = "definitions";
s                 373 htags/src2html.c 					s = "reference";
s                 375 htags/src2html.c 					s = "symbol";
s                 377 htags/src2html.c 					action, name, quote_amp, s);
s                 514 htags/src2html.c put_string(const char *s)
s                 516 htags/src2html.c 	for (; *s; s++)
s                 517 htags/src2html.c 		put_char(*s);
s                 137 libglibc/regex.c #     define bzero(s, n)	(memset (s, '\0', n), (s))
s                 139 libglibc/regex.c #     define bzero(s, n)	__bzero (s, n)
s                 148 libglibc/regex.c #    define memcpy(d, s, n)	(bcopy (s, d, n), (d))
s                 622 libglibc/regex.c # define DEBUG_PRINT_COMPILED_PATTERN(p, s, e) 				\
s                 623 libglibc/regex.c   if (debug) print_partial_compiled_pattern (s, e)
s                 969 libglibc/regex.c # define DEBUG_PRINT_COMPILED_PATTERN(p, s, e)
s                1675 libglibc/regex.c # define REALLOC(p,s) realloc ((p), (size_t) (s))
s                1678 libglibc/regex.c # define REALLOC(p,s) realloc ((p), (s))
s                5561 libglibc/regex.c re_comp (s)
s                5562 libglibc/regex.c     const char *s;
s                5566 libglibc/regex.c   if (!s)
s                5593 libglibc/regex.c   ret = regex_compile (s, strlen (s), re_syntax_options, &re_comp_buf);
s                5607 libglibc/regex.c re_exec (s)
s                5608 libglibc/regex.c     const char *s;
s                5610 libglibc/regex.c   const int len = strlen (s);
s                5612 libglibc/regex.c     0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0);
s                  38 libglibc/snprintf.c snprintf (char *s, size_t maxlen, const char *format, ...)
s                  45 libglibc/snprintf.c   done = vsprintf (s, format, arg);
s                  54 libutil/char.c isregex(const char *s)
s                  58 libutil/char.c 	while ((c = *s++) != '\0')
s                  69 libutil/char.c quote_string(const char *s)
s                  74 libutil/char.c 	for (; *s; s++) {
s                  75 libutil/char.c 		if (!isalnum((unsigned char)*s))
s                  77 libutil/char.c 		strbuf_putc(sb, *s);
s                  57 libutil/die.c  die(const char *s, ...)
s                  63 libutil/die.c  		va_start(ap, s);
s                  64 libutil/die.c  		(void)vfprintf(stderr, s, ap);
s                  76 libutil/die.c  die_with_code(int n, const char *s, ...)
s                  82 libutil/die.c  		va_start(ap, s);
s                  83 libutil/die.c  		(void)vfprintf(stderr, s, ap);
s                  94 libutil/die.c  message(const char *s, ...)
s                  99 libutil/die.c  		va_start(ap, s);
s                 100 libutil/die.c  		(void)vfprintf(stderr, s, ap);
s                 106 libutil/die.c  warning(const char *s, ...)
s                 112 libutil/die.c  		va_start(ap, s);
s                 113 libutil/die.c  		(void)vfprintf(stderr, s, ap);
s                  48 libutil/die.h  void die(const char *s, ...)
s                  50 libutil/die.h  void die_with_code(int n, const char *s, ...)
s                  52 libutil/die.h  void message(const char *s, ...)
s                  54 libutil/die.h  void warning(const char *s, ...)
s                 102 libutil/find.c trim(char *s)
s                 106 libutil/find.c 	for (p = s; *s; s++) {
s                 107 libutil/find.c 		if (isspace((unsigned char)*s))
s                 109 libutil/find.c 		if (*s == '\\' && *(s + 1))
s                 110 libutil/find.c 			s++;
s                 111 libutil/find.c 		*p++ = *s;
s                 207 libutil/getdbpath.c 			const char *s, *path;
s                 220 libutil/getdbpath.c 			s = strbuf_fgets(sb, fp, STRBUF_NOCRLF);
s                 221 libutil/getdbpath.c 			if (!test("d", s)) {
s                 227 libutil/getdbpath.c 				if (*s != '/') {
s                 229 libutil/getdbpath.c 					s = realpath(makepath(root, s, NULL), buf);
s                 231 libutil/getdbpath.c 				strlimcpy(root, s, MAXPATHLEN);
s                  46 libutil/is_unixy.c 		char *s = getenv("SHELL");
s                  49 libutil/is_unixy.c 		unix_shell = (s == NULL) ? 0 : _is_unixy_shell(s);
s                  51 libutil/is_unixy.c 		unix_shell = (s != 0);
s                 164 libutil/linetable.c 	const char *s, *p;
s                 168 libutil/linetable.c 	s = linetable_get(lineno, NULL);
s                 173 libutil/linetable.c 		fwrite(s, 1, endp - s, op);
s                 178 libutil/linetable.c 		fwrite(s, 1, p - s, op);
s                  83 libutil/locatestring.c 	unsigned char s, p;
s                  86 libutil/locatestring.c 		s = tolower((unsigned char)*string++);
s                  88 libutil/locatestring.c 		if (s != p)
s                  89 libutil/locatestring.c 			return s - p;
s                  90 libutil/locatestring.c 		if (s == 0)
s                 123 libutil/path.c 	char *p, *s;
s                 137 libutil/path.c 		s = &p[2];		/* point drive char */
s                 138 libutil/path.c 		*p++ = *s++;
s                 140 libutil/path.c 		while (*p++ = *s++)
s                  93 libutil/split.c 	char *s = line;
s                 100 libutil/split.c 	for (count = 0; *s && count < npart; count++) {
s                 101 libutil/split.c 		while (*s && isblank(*s))
s                 102 libutil/split.c 			s++;
s                 103 libutil/split.c 		if (*s == '\0')
s                 105 libutil/split.c 		part->start = s;
s                 106 libutil/split.c 		while (*s && !isblank(*s))
s                 107 libutil/split.c 			s++;
s                 108 libutil/split.c 		part->end = s;
s                 109 libutil/split.c 		part->savec = *s;
s                 112 libutil/split.c 	if (*s) {
s                 113 libutil/split.c 		while (*s && isblank(*s))
s                 114 libutil/split.c 			s++;
s                 115 libutil/split.c 		part->start = s;
s                 171 libutil/strbuf.c strbuf_nputs(STRBUF *sb, const char *s, int len)
s                 177 libutil/strbuf.c 			*sb->curp++ = *s++;
s                 204 libutil/strbuf.c strbuf_puts(STRBUF *sb, const char *s)
s                 207 libutil/strbuf.c 		while (*s) {
s                 210 libutil/strbuf.c 			*sb->curp++ = *s++;
s                 221 libutil/strbuf.c strbuf_puts_nl(STRBUF *sb, const char *s)
s                 224 libutil/strbuf.c 		while (*s) {
s                 227 libutil/strbuf.c 			*sb->curp++ = *s++;
s                 359 libutil/strbuf.c strbuf_sprintf(STRBUF *sb, const char *s, ...)
s                 363 libutil/strbuf.c 	va_start(ap, s);
s                 366 libutil/strbuf.c 	for (; *s; s++) {
s                 372 libutil/strbuf.c 			for (p = s; *p && *p != '%'; p++)
s                 374 libutil/strbuf.c 			if (p > s) {
s                 375 libutil/strbuf.c 				strbuf_nputs(sb, s, p - s);
s                 376 libutil/strbuf.c 				s = p;
s                 379 libutil/strbuf.c 		if (*s == '\0')
s                 381 libutil/strbuf.c 		if (*s == '%') {
s                 382 libutil/strbuf.c 			int c = (unsigned char)*++s;
s                 397 libutil/strbuf.c 			else if (isdigit(c) || (c == '-' && isdigit((unsigned char)*(s + 1)))) {
s                 403 libutil/strbuf.c 					format[i++] = *s++;
s                 404 libutil/strbuf.c 				while (isdigit((unsigned char)*s))
s                 405 libutil/strbuf.c 					format[i++] = *s++;
s                 406 libutil/strbuf.c 				format[i++] = c = *s;
s                  93 libutil/strbuf.h #define strbuf_puts0(sb, s) do {\
s                  94 libutil/strbuf.h 	strbuf_puts(sb, s);\
s                 127 libutil/strbuf.h void strbuf_sprintf(STRBUF *sb, const char *s, ...)
s                  40 libutil/strlimcpy.c 	const char *s = source;
s                  43 libutil/strlimcpy.c 		if (!(*dest++ = *s++))
s                 137 libutil/tab.c  			const char *s = replace(c);
s                 138 libutil/tab.c  			if (s)
s                 139 libutil/tab.c  				fputs(s, op);