Searched refs:yy_flex_strncpy (Results 1 – 8 of 8) sorted by relevance
/freebsd/tools/build/bootstrap-m4/ |
H A D | inittokenizer.c | 567 static void yy_flex_strncpy ( char *, const char *, int ); 1776 static void yy_flex_strncpy (char* s1, const char * s2, int n ) in yy_flex_strncpy() function
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 589 static void yy_flex_strncpy (char *,yyconst char *,int ); 1792 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) in yy_flex_strncpy() function
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 568 static void yy_flex_strncpy (char *,yyconst char *,int ); 1729 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) in yy_flex_strncpy() function
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | lex.c | 912 static void yy_flex_strncpy (char *,yyconst char *,int ); 2657 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) in yy_flex_strncpy() function
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 2062 static void yy_flex_strncpy ( char *, const char *, int ); 5158 static void yy_flex_strncpy (char* s1, const char * s2, int n ) in yy_flex_strncpy() function
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 4580 static void yy_flex_strncpy ( char *, const char *, int ); 7870 static void yy_flex_strncpy (char* s1, const char * s2, int n ) in yy_flex_strncpy() function
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 936 static void yy_flex_strncpy ( char *, const char *, int M4_YY_PROTO_LAST_ARG); 2933 static void yy_flex_strncpy YYFARGS3( char*,s1, const char *,s2, int,n)
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 8685 * gen.c: Fixed fencepost in call to yy_flex_strncpy 8693 * flex.skl: yy_flex_strcpy -> yy_flex_strncpy minor prototype tweak 8698 interactive. yy_flex_strcpy -> yy_flex_strncpy
|