source 1213 htags/asm.c register char *source = (yytext_ptr); source 1246 htags/asm.c *(dest++) = *(source++); source 1415 htags/asm.c register char *source = source 1418 htags/asm.c while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) source 1419 htags/asm.c *--dest = *--source; source 1421 htags/asm.c yy_cp += (int) (dest - source); source 1422 htags/asm.c yy_bp += (int) (dest - source); source 1346 htags/c.c register char *source = (yytext_ptr); source 1379 htags/c.c *(dest++) = *(source++); source 1548 htags/c.c register char *source = source 1551 htags/c.c while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) source 1552 htags/c.c *--dest = *--source; source 1554 htags/c.c yy_cp += (int) (dest - source); source 1555 htags/c.c yy_bp += (int) (dest - source); source 1211 htags/cpp.c register char *source = (yytext_ptr); source 1244 htags/cpp.c *(dest++) = *(source++); source 1413 htags/cpp.c register char *source = source 1416 htags/cpp.c while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) source 1417 htags/cpp.c *--dest = *--source; source 1419 htags/cpp.c yy_cp += (int) (dest - source); source 1420 htags/cpp.c yy_bp += (int) (dest - source); source 1114 htags/java.c register char *source = (yytext_ptr); source 1147 htags/java.c *(dest++) = *(source++); source 1316 htags/java.c register char *source = source 1319 htags/java.c while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) source 1320 htags/java.c *--dest = *--source; source 1322 htags/java.c yy_cp += (int) (dest - source); source 1323 htags/java.c yy_bp += (int) (dest - source); source 1389 htags/php.c register char *source = (yytext_ptr); source 1422 htags/php.c *(dest++) = *(source++); source 1591 htags/php.c register char *source = source 1594 htags/php.c while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) source 1595 htags/php.c *--dest = *--source; source 1597 htags/php.c yy_cp += (int) (dest - source); source 1598 htags/php.c yy_bp += (int) (dest - source); source 289 libglibc/regex.c # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) source 311 libglibc/regex.c # define REGEX_REALLOCATE(source, osize, nsize) \ source 313 libglibc/regex.c memcpy (destination, source, osize)) source 326 libglibc/regex.c # define REGEX_REALLOCATE_STACK(source, osize, nsize) \ source 336 libglibc/regex.c # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize) source 343 libglibc/regex.c # define REGEX_REALLOCATE_STACK(source, osize, nsize) \ source 344 libglibc/regex.c REGEX_REALLOCATE (source, osize, nsize) source 547 libglibc/regex.c #define EXTRACT_NUMBER(destination, source) \ source 549 libglibc/regex.c (destination) = *(source) & 0377; \ source 550 libglibc/regex.c (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \ source 554 libglibc/regex.c static void extract_number _RE_ARGS ((int *dest, unsigned char *source)); source 556 libglibc/regex.c extract_number (dest, source) source 558 libglibc/regex.c unsigned char *source; source 560 libglibc/regex.c int temp = SIGN_EXTEND_CHAR (*(source + 1)); source 561 libglibc/regex.c *dest = *source & 0377; source 575 libglibc/regex.c #define EXTRACT_NUMBER_AND_INCR(destination, source) \ source 577 libglibc/regex.c EXTRACT_NUMBER (destination, source); \ source 578 libglibc/regex.c (source) += 2; \ source 583 libglibc/regex.c unsigned char **source)); source 585 libglibc/regex.c extract_number_and_incr (destination, source) source 587 libglibc/regex.c unsigned char **source; source 589 libglibc/regex.c extract_number (destination, *source); source 590 libglibc/regex.c *source += 2; source 1437 libparser/asm_scan.c register char *source = (yytext_ptr); source 1470 libparser/asm_scan.c *(dest++) = *(source++); source 1639 libparser/asm_scan.c register char *source = source 1642 libparser/asm_scan.c while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) source 1643 libparser/asm_scan.c *--dest = *--source; source 1645 libparser/asm_scan.c yy_cp += (int) (dest - source); source 1646 libparser/asm_scan.c yy_bp += (int) (dest - source); source 1532 libparser/php.c register char *source = (yytext_ptr); source 1565 libparser/php.c *(dest++) = *(source++); source 37 libutil/strlimcpy.c strlimcpy(char *dest, const char *const source, const int limit) source 40 libutil/strlimcpy.c const char *s = source; source 45 libutil/strlimcpy.c die("buffer overflow. strlimcpy(dest, '%s', %d).", source, limit);