Searched refs:yystrlen (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c845 # ifndef yystrlen
847 # define yystrlen strlen
853 yystrlen (const char *yystr)
856 yystrlen (yystr)
938 return yystrlen (yystr);
1020 yysize1 = yysize + yystrlen (yyf);
846 # define yystrlen macro
852 yystrlen (const char *yystr) function
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1237 # ifndef yystrlen
1239 # define yystrlen strlen
1245 yystrlen (const char *yystr)
1248 yystrlen (yystr)
1330 return yystrlen (yystr);
1412 yysize1 = yysize + yystrlen (yyf);
1238 # define yystrlen macro
1244 yystrlen (const char *yystr) function
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c819 # ifndef yystrlen
821 # define yystrlen strlen
827 yystrlen (const char *yystr)
830 yystrlen (yystr)
912 return yystrlen (yystr);
994 yysize1 = yysize + yystrlen (yyf);
820 # define yystrlen macro
826 yystrlen (const char *yystr) function
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1230 # ifndef yystrlen
1232 # define yystrlen strlen
1238 yystrlen (const char *yystr)
1241 yystrlen (yystr)
1323 return yystrlen (yystr);
1405 yysize1 = yysize + yystrlen (yyf);
1231 # define yystrlen macro
1237 yystrlen (const char *yystr) function
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1691 # ifndef yystrlen
1693 # define yystrlen strlen macro
1697 yystrlen (const char *yystr) function
1769 return yystrlen (yystr);
1874 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);

Completed in 90 milliseconds