Searched refs:checkformat (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/util/ |
H A D | check-format-commit.sh | 29 TEMPDIR=$(mktemp -d /tmp/checkformat.XXXXXX)
|
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 1231 static void checkformat (lua_State *L, const char *form, const char *flags, function 1303 checkformat(L, form, L_FMTFLAGSC, 0); 1317 checkformat(L, form, flags, 1); 1323 checkformat(L, form, L_FMTFLAGSF, 1); 1336 checkformat(L, form, L_FMTFLAGSF, 1); 1343 checkformat(L, form, L_FMTFLAGSC, 0); 1364 checkformat(L, form, L_FMTFLAGSC, 1);
|