Home
last modified time | relevance | path

Searched refs:trimmed (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/libutil/
H A Drealhostname.c53 char trimmed[MAXHOSTNAMELEN]; in realhostname() local
61 strlcpy(trimmed, hp->h_name, sizeof(trimmed)); in realhostname()
62 trimdomain(trimmed, strlen(trimmed)); in realhostname()
63 if (strlen(trimmed) <= hsize) { in realhostname()
76 strncpy(host, trimmed, hsize); in realhostname()
/f-stack/app/redis-5.0.5/src/
H A Drax.c701 raxNode *trimmed = NULL; in raxGenericInsert() local
723 rax_free(trimmed); in raxGenericInsert()
739 trimmed->size = j; in raxGenericInsert()
750 memcpy(parentlink,&trimmed,sizeof(trimmed)); in raxGenericInsert()
799 rax_free(trimmed); in raxGenericInsert()
821 trimmed->size = j; in raxGenericInsert()
822 trimmed->iscompr = j > 1; in raxGenericInsert()
823 trimmed->iskey = 0; in raxGenericInsert()
824 trimmed->isnull = 0; in raxGenericInsert()
826 memcpy(parentlink,&trimmed,sizeof(trimmed)); in raxGenericInsert()
[all …]
H A Dscripting.c1611 int trimmed = 0; in ldbLogWithMaxLen() local
1615 trimmed = 1; in ldbLogWithMaxLen()
1618 if (trimmed && ldb.maxlen_hint_sent == 0) { in ldbLogWithMaxLen()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dslowlog.tcl44 test {SLOWLOG - commands with too many arguments are trimmed} {
52 test {SLOWLOG - too long arguments are trimmed} {
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dadi,ltc2947.yaml27 The LTC2947 uses either a trimmed internal oscillator or an external clock
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown193 string will be trimmed as needed depending on the number of columns available