Home
last modified time | relevance | path

Searched refs:dflt (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_sched.c73 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) in ipdn_bound_var() argument
77 *v = dflt; in ipdn_bound_var()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched.h162 int ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg);
H A Dip_dummynet.c142 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) in ipdn_bound_var() argument
146 if (dflt < lo) in ipdn_bound_var()
147 dflt = lo; in ipdn_bound_var()
148 if (dflt > hi) in ipdn_bound_var()
149 dflt = hi; in ipdn_bound_var()
151 *v = dflt; in ipdn_bound_var()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c402 goto dflt; /* case default */ in match()
412 else goto dflt; in match()
414 default: dflt: { /* it is a pattern item */ in match()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c440 goto dflt; /* no; go to default */ in match()
477 default: goto dflt; in match()
481 default: dflt: { /* pattern class plus optional suffix */ in match()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c56 static ngx_int_t ngx_http_dav_depth(ngx_http_request_t *r, ngx_int_t dflt);
1000 ngx_http_dav_depth(ngx_http_request_t *r, ngx_int_t dflt) in ngx_http_dav_depth() argument
1007 return dflt; in ngx_http_dav_depth()