OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpe
(Results
1 - 13
of
13
) sorted by relevancy
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
104
struct ftp_proxy_entry *
fpe
;
local in function:ftp_proxy_entry_create
107
fpe
= malloc(sizeof(*
fpe
));
108
if (
fpe
== NULL)
111
fpe
->id = id;
112
fpe
->status = 0;
114
rv = snprintf(
fpe
->proxy_tag, sizeof(
fpe
->proxy_tag), "ftp_%d", id);
115
if (rv == -1 || rv >= sizeof(
fpe
->proxy_tag)) {
116
free(
fpe
);
143
struct ftp_proxy_entry *
fpe
;
local in function:ftp_proxy_entry_find
226
struct ftp_proxy_entry *
fpe
= ftp_proxy_entry_find(id);
local in function:ipf_add_rdr
286
struct ftp_proxy_entry *
fpe
, *n;
local in function:ipf_do_commit
332
struct ftp_proxy_entry *
fpe
;
local in function:ipf_prepare_commit
[
all
...]
npf.c
148
fp_ent_t *
fpe
;
local in function:proxy_lookup
150
LIST_FOREACH(
fpe
, &fp_ent_list, fpe_list) {
151
if (
fpe
->fpe_id == id)
155
return
fpe
;
206
fp_ent_t *
fpe
;
local in function:npf_prepare_commit
209
fpe
= proxy_lookup(id);
210
if (
fpe
) {
212
npf_rule_destroy(
fpe
->fpe_rl);
213
npf_rule_destroy(
fpe
->fpe_nat);
214
npf_rule_destroy(
fpe
->fpe_rdr)
236
fp_ent_t *
fpe
;
local in function:npf_add_filter
275
fp_ent_t *
fpe
;
local in function:npf_add_nat
319
fp_ent_t *
fpe
;
local in function:npf_add_rdr
376
fp_ent_t *
fpe
;
local in function:npf_do_commit
[
all
...]
/src/tests/kernel/
t_trapsignal.sh
177
if ${HELPER}
fpe
check > msg.$$
196
${HELPER}
fpe
recurse
208
${HELPER}
fpe
handle
220
${HELPER}
fpe
mask
232
${HELPER}
fpe
mask handle
245
${HELPER}
fpe
handle recurse
258
${HELPER}
fpe
ignore
/src/usr.bin/xlint/lint1/
main1.c
80
sig_atomic_t
fpe
;
variable in typeref:typename:sig_atomic_t
129
fpe
= 1;
externs1.h
64
extern sig_atomic_t
fpe
;
tree.c
1910
if (
fpe
!= 0 || isfinite(val) == 0)
1923
fpe
= 0;
1987
lint_assert(
fpe
!= 0 || isnan(v->u.floating) == 0);
1993
fpe
= 0;
1998
fpe
= 0;
/src/tests/kernel/arch/hppa/
execregs.c
62
static const uint64_t
fpe
[] = {
local in function:setfpregs
75
const uint64_t *fpep =
fpe
;
94
: "m"(
fpe
));
/src/sys/arch/arm/vfp/
vfp_init.c
429
goto
fpe
; /* SIGFPE; skip pcu_load(9) */
444
fpe
:
/src/sys/arch/atari/atari/
trap.c
83
#include <m68k/
fpe
/fpu_emulate.h>
/src/sys/arch/hp300/hp300/
trap.c
79
#include <m68k/
fpe
/fpu_emulate.h>
/src/sys/arch/mac68k/mac68k/
trap.c
77
#include <m68k/
fpe
/fpu_emulate.h>
/src/sys/arch/x68k/x68k/
trap.c
76
#include <m68k/
fpe
/fpu_emulate.h>
/src/sys/arch/amiga/amiga/
trap.c
71
#include <m68k/
fpe
/fpu_emulate.h>
Completed in 22 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025