Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.c836 if (dash) { in ngx_parse_inet_url()
837 dash++; in ngx_parse_inet_url()
839 n = ngx_atoi(dash, last - dash); in ngx_parse_inet_url()
848 len = dash - port - 1; in ngx_parse_inet_url()
883 if (dash) { in ngx_parse_inet_url()
884 dash++; in ngx_parse_inet_url()
886 n = ngx_atoi(dash, last - dash); in ngx_parse_inet_url()
1041 if (dash) { in ngx_parse_inet6_url()
1042 dash++; in ngx_parse_inet6_url()
1044 n = ngx_atoi(dash, last - dash); in ngx_parse_inet6_url()
[all …]
/f-stack/app/nginx-1.16.1/conf/
H A Dwin-utf22 96 E28093 ; # en dash
23 97 E28094 ; # em dash
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A DREADME4 Shell scripts MUST work on both bash and dash.
/f-stack/freebsd/contrib/device-tree/Bindings/net/can/
H A Dbosch,m_can.yaml12 - Sriram Dash <sriram.dash@samsung.com>
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio.c1555 char *dash, *space; in find_highest_mem_addr() local
1574 dash = strstr(line, "-"); in find_highest_mem_addr()
1577 if (space == NULL || dash == NULL || space < dash) { in find_highest_mem_addr()
1584 end = strtoull(dash + 1, NULL, 16); in find_highest_mem_addr()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c2363 const char *dash, *domain; in zfs_prop_set_userquota() local
2382 if ((dash = strchr(propname, '-')) == NULL || in zfs_prop_set_userquota()
2387 domain = dash + 1; in zfs_prop_set_userquota()
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c3226 char *dash = NULL; in clusterManagerNodeLoadInfo() local
3258 } else if ((dash = strchr(slotsdef, '-')) != NULL) { in clusterManagerNodeLoadInfo()
3259 p = dash; in clusterManagerNodeLoadInfo()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim1570 syn keyword ngxDirectiveThirdParty contained dash
/f-stack/freebsd/contrib/zlib/
H A DChangeLog617 - Make configure options more compatible with double-dash conventions