Searched refs:dflt (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_sched.c | 73 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 D | dn_sched.h | 162 int ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg);
|
| H A D | ip_dummynet.c | 142 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 D | lstrlib.c | 402 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 D | lstrlib.c | 440 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 D | ngx_http_dav_module.c | 56 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()
|