Searched refs:trimmed (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | realhostname.c | 53 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 D | rax.c | 701 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 D | scripting.c | 1611 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 D | slowlog.tcl | 44 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 D | adi,ltc2947.yaml | 27 The LTC2947 uses either a trimmed internal oscillator or an external clock
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 193 string will be trimmed as needed depending on the number of columns available
|