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

/freebsd-13-stable/usr.sbin/fmtree/
H A Dextern.h46 int mtree_specspec(FILE *fi, FILE *fj);
H A Dspecspec.c244 mtree_specspec(FILE *fi, FILE *fj) argument
250 root2 = mtree_readspec(fj);
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c90 double fi, fj; local
109 fj = modf(fi / 10, &fi);
110 *--p1 = (int) ((fj + .03) * 10) + '0';
117 while ((fj = arg * 10) < 1) {
118 arg = fj;
133 arg = modf(arg, &fj);
134 *p++ = (int) fj + '0';
/freebsd-13-stable/contrib/mtree/
H A Dspecspec.c261 mtree_specspec(FILE *fi, FILE *fj) argument
267 root2 = spec(fj);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlcode.c475 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); local
478 luaK_patchtohere(fs, fj);
/freebsd-13-stable/contrib/lua/src/
H A Dlcode.c910 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); local
914 luaK_patchtohere(fs, fj);

Completed in 138 milliseconds