Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 25) sorted by relevance

/f-stack/lib/
H A Dff_subr_prf.c223 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 Dloadlib.c530 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 Dngx_hash.c469 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 Dngx_string.c951 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 DCOPYING1 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 DREADME.md410 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 DKbuild.include12 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 DMakefile9 SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
/f-stack/freebsd/kern/
H A Dsubr_prf.c657 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 DLICENSE5 * Frank Denis <j at pureftpd dot org>
H A DREADME.markdown42 `pureftpd` {dot} `org`.
/f-stack/freebsd/contrib/device-tree/
H A DMakefile130 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c1078 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 Dt_stream.c1124 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 Dngx_http_mp4_module.c690 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 Dbeacon-renesom-baseboard.dtsi214 /* External DU dot clocks */
H A Dsalvator-common.dtsi299 /* External DU dot clocks */
/f-stack/tools/libxo/
H A Dconfigure.ac8 # Release numbering: even numbered dot releases are official ones, and
/f-stack/dpdk/doc/guides/nics/
H A Dsfc_efx.rst468 dot and a PCI device identifier (``XXXX:XX:XX.X``) to the prefix.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst126 They consist of the dot notation for the address and a prefix length separated by '/'.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst27 - Support to export the graph as a Graphviz dot file. See ``rte_graph_export()``.
/f-stack/app/nginx-1.16.1/
H A DCHANGES1813 *) 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 DChangeLog593 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 Dlibtest.shlib48 # Generic dot version comparison function
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt12577 does not contain a "dot" extension (Thomas Renninger).