Searched refs:yyp (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c910 char const *yyp = yystr;
913 switch (*++yyp)
920 if (*++yyp != '\\')
925 yyres[yyn] = *yyp;
1032 char *yyp = yyresult;
1034 while ((*yyp = *yyf) != '\0')
1036 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1038 yyp += yytnamerr (yyp, yyarg[yyi++]);
1043 yyp
909 char const *yyp = yystr; local
1031 char *yyp = yyresult; local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1302 char const *yyp = yystr;
1305 switch (*++yyp)
1312 if (*++yyp != '\\')
1317 yyres[yyn] = *yyp;
1424 char *yyp = yyresult;
1426 while ((*yyp = *yyf) != '\0')
1428 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1430 yyp += yytnamerr (yyp, yyarg[yyi++]);
1435 yyp
1301 char const *yyp = yystr; local
1423 char *yyp = yyresult; local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c884 char const *yyp = yystr;
887 switch (*++yyp)
894 if (*++yyp != '\\')
899 yyres[yyn] = *yyp;
1006 char *yyp = yyresult;
1008 while ((*yyp = *yyf) != '\0')
1010 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1012 yyp += yytnamerr (yyp, yyarg[yyi++]);
1017 yyp
883 char const *yyp = yystr; local
1005 char *yyp = yyresult; local
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1295 char const *yyp = yystr;
1298 switch (*++yyp)
1305 if (*++yyp != '\\')
1310 yyres[yyn] = *yyp;
1417 char *yyp = yyresult;
1419 while ((*yyp = *yyf) != '\0')
1421 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1423 yyp += yytnamerr (yyp, yyarg[yyi++]);
1428 yyp
1294 char const *yyp = yystr; local
1416 char *yyp = yyresult; local
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1741 char const *yyp = yystr; local
1744 switch (*++yyp)
1751 if (*++yyp != '\\')
1756 yyres[yyn] = *yyp;
1893 char *yyp = *yymsg; local
1895 while ((*yyp = *yyformat) != '\0')
1896 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1898 yyp += yytnamerr (yyp, yyarg[yyi++]);
1903 yyp
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c162092 sqlite3Parser( void *yyp, int yymajor, sqlite3ParserTOKENTYPE yyminor sqlite3ParserARG_PDECL ) argument
[all...]

Completed in 516 milliseconds