Searched refs:fv (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/net/altq/
H A Daltq_red.c217 static void fv_dropbyred(struct flowvalve *fv, struct altq_pktattr *,
901 struct flowvalve *fv = rp->red_flowvalve; local
902 q_stats->fv_flows = fv->fv_flows;
903 q_stats->fv_pass = fv->fv_stats.pass;
904 q_stats->fv_predrop = fv->fv_stats.predrop;
905 q_stats->fv_alloc = fv->fv_stats.alloc;
906 q_stats->fv_escape = fv->fv_stats.escape;
1152 flowlist_lookup(fv, pktattr, now)
1153 struct flowvalve *fv;
1176 TAILQ_FOREACH(fve, &fv
[all...]
/freebsd-11-stable/contrib/groff/contrib/gdiffmk/tests/
H A Druntests.in11 rm -fv test_result* tmp_file*
/freebsd-11-stable/contrib/binutils/gas/config/
H A Datof-ieee.c682 float fv;
694 memcpy (&fv, &arr[0], sizeof (float));
695 sprintf (sbuf + strlen (sbuf), "%x %x %.12g\n", arr[0], arr[1], fv);
680 float fv; local
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c2774 char *fv; local
2777 fv = macvalue('f', &MainEnvelope);
2778 if (fv == NULL || *fv == '\0')
2782 if (strchr(fv, '@') == NULL)
2784 i = strlen(fv) + strlen(macvalue('j',
2787 (void) sm_strlcpyn(p, i, 3, fv, "@",
2792 p = sm_strdup_x(fv);
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c250 void parse_line(char *pline, int *fc, char **fv, int nf);
345 parse_line(char *pline, int *fc, char **fv, int nf) argument
360 fv[(*fc)++] = p;
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c1997 float fl, fv; local
2048 fv = p->f;
2055 matched = fv != fl;
2059 matched = fv == fl;
2063 matched = fv > fl;
2067 matched = fv < fl;
/freebsd-11-stable/tools/tools/tinybsd/
H A Dtinybsd387 rm -fv ${TDEPFILE} ${TDEPFILES}
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c5032 float fv; member in union:uval
5127 uval.fv = (float) a;
5384 return uval.fv;

Completed in 109 milliseconds