Searched refs:dash (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_inet.c | 836 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 D | win-utf | 22 96 E28093 ; # en dash 23 97 E28094 ; # em dash
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | README | 4 Shell scripts MUST work on both bash and dash.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/can/ |
| H A D | bosch,m_can.yaml | 12 - Sriram Dash <sriram.dash@samsung.com>
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_vfio.c | 1555 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 D | zfs_ioctl.c | 2363 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 D | redis-cli.c | 3226 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 D | nginx.vim | 1570 syn keyword ngxDirectiveThirdParty contained dash
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 617 - Make configure options more compatible with double-dash conventions
|