| /f-stack/lib/ |
| H A D | ff_subr_prf.c | 223 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in kvprintf() local 251 sign = 0; dot = 0; dwidth = 0; upper = 0; in kvprintf() 255 dot = 1; in kvprintf() 270 if (!dot) { in kvprintf() 281 if (!dot) { in kvprintf() 293 if (dot) in kvprintf() 397 if (!dot) in kvprintf()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loadlib.c | 530 const char *dot; in modinit() local 535 dot = strrchr(modname, '.'); /* look for last dot in module name */ in modinit() 536 if (dot == NULL) dot = modname; in modinit() 537 else dot++; in modinit() 539 lua_pushlstring(L, modname, dot - modname); in modinit()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.c | 469 ngx_uint_t i, n, dot; in ngx_hash_wildcard_init() local 496 dot = 0; in ngx_hash_wildcard_init() 500 dot = 1; in ngx_hash_wildcard_init() 517 "wc1: \"%V\" %ui", &name->key, dot); in ngx_hash_wildcard_init() 522 if (dot) { in ngx_hash_wildcard_init() 550 if (!dot in ngx_hash_wildcard_init() 591 name->value = (void *) ((uintptr_t) wdc | (dot ? 3 : 2)); in ngx_hash_wildcard_init() 593 } else if (dot) { in ngx_hash_wildcard_init()
|
| H A D | ngx_string.c | 951 ngx_uint_t dot; in ngx_atofp() local 960 dot = 0; in ngx_atofp() 969 if (dot) { in ngx_atofp() 973 dot = 1; in ngx_atofp() 986 point -= dot; in ngx_atofp()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | COPYING | 1 Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> 2 Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com>
|
| H A D | README.md | 410 Hiredis is currently maintained by Matt Stancliff (matt at genges dot com) and 411 Jan-Erik Rediger (janerik at fnordig dot com)
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 12 dot-target = $(dir $@).$(notdir $@) 17 depfile = $(subst $(comma),_,$(dot-target).d) 223 echo 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd) 229 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\ 231 mv -f $(dot-target).tmp $(dot-target).cmd)
|
| /f-stack/tools/ngctl/ |
| H A D | Makefile | 9 SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
|
| /f-stack/freebsd/kern/ |
| H A D | subr_prf.c | 657 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in kvprintf() local 686 sign = 0; dot = 0; bconv = 0; dwidth = 0; upper = 0; in kvprintf() 690 dot = 1; in kvprintf() 705 if (!dot) { in kvprintf() 716 if (!dot) { in kvprintf() 729 if (dot) in kvprintf() 826 if (!dot) in kvprintf()
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | LICENSE | 5 * Frank Denis <j at pureftpd dot org>
|
| H A D | README.markdown | 42 `pureftpd` {dot} `org`.
|
| /f-stack/freebsd/contrib/device-tree/ |
| H A D | Makefile | 130 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ctl.c | 1078 const char *elm, *tdot, *dot; in ctl_lookup() local 1084 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot : strchr(elm, '\0'); in ctl_lookup() 1085 elen = (size_t)((uintptr_t)dot - (uintptr_t)elm); in ctl_lookup() 1142 if (*dot != '\0') { in ctl_lookup() 1156 if (*dot == '\0') { in ctl_lookup() 1161 elm = &dot[1]; in ctl_lookup() 1162 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot : in ctl_lookup() 1164 elen = (size_t)((uintptr_t)dot - (uintptr_t)elm); in ctl_lookup()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_stream.c | 1124 char *dot = strchr(buf,'-'); in streamGenericParseIDOrReply() local 1125 if (dot) *dot = '\0'; in streamGenericParseIDOrReply() 1128 if (dot && string2ull(dot+1,&seq) == 0) goto invalid; in streamGenericParseIDOrReply() 1129 if (!dot) seq = missing_seq; in streamGenericParseIDOrReply()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_mp4_module.c | 690 ngx_uint_t dot; in ngx_http_mp4_atofp() local 701 dot = 0; in ngx_http_mp4_atofp() 706 if (dot) { in ngx_http_mp4_atofp() 710 dot = 1; in ngx_http_mp4_atofp() 727 point -= dot; in ngx_http_mp4_atofp()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/renesas/ |
| H A D | beacon-renesom-baseboard.dtsi | 214 /* External DU dot clocks */
|
| H A D | salvator-common.dtsi | 299 /* External DU dot clocks */
|
| /f-stack/tools/libxo/ |
| H A D | configure.ac | 8 # Release numbering: even numbered dot releases are official ones, and
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 468 dot and a PCI device identifier (``XXXX:XX:XX.X``) to the prefix.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 126 They consist of the dot notation for the address and a prefix length separated by '/'.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | graph_lib.rst | 27 - Support to export the graph as a Graphviz dot file. See ``rte_graph_export()``.
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 1813 *) Bugfix: resolver did not understand domain names with a trailing dot. 2357 *) Bugfix: trailing dot in a source value was not ignored if the "map" 2399 *) Security: now nginx/Windows ignores trailing dot in URI path 7410 starting by dot. 7816 *) Bugfix: nginx did not take into account trailing dot in "Host" header
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 593 for people who prefer to wait for "dot one" releases with all the major issues
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 48 # Generic dot version comparison function
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 12577 does not contain a "dot" extension (Thomas Renninger).
|