Searched refs:moreargs (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/ |
| H A D | zfs_clone_001_neg.ksh | 80 set -A moreargs "$SNAPFS $target2" "$SNAPFS1 $target2" \ 85 set -A args ${args[*]} ${moreargs[*]}
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_stream.c | 1185 } else if (!strcasecmp(opt,"maxlen") && moreargs) { in xaddCommand() 1344 int moreargs = c->argc-i-1; in xreadCommand() local 1346 if (!strcasecmp(o,"BLOCK") && moreargs) { in xreadCommand() 1350 } else if (!strcasecmp(o,"COUNT") && moreargs) { in xreadCommand() 1355 } else if (!strcasecmp(o,"STREAMS") && moreargs) { in xreadCommand() 1366 } else if (!strcasecmp(o,"GROUP") && moreargs >= 2) { in xreadCommand() 2178 } else if (!strcasecmp(opt,"IDLE") && moreargs) { in xclaimCommand() 2184 } else if (!strcasecmp(opt,"TIME") && moreargs) { in xclaimCommand() 2189 } else if (!strcasecmp(opt,"RETRYCOUNT") && moreargs) { in xclaimCommand() 2194 } else if (!strcasecmp(opt,"LASTID") && moreargs) { in xclaimCommand() [all …]
|
| H A D | networking.c | 1788 int moreargs = c->argc > i+1; in clientCommand() local 1790 if (!strcasecmp(c->argv[i]->ptr,"id") && moreargs) { in clientCommand() 1796 } else if (!strcasecmp(c->argv[i]->ptr,"type") && moreargs) { in clientCommand() 1803 } else if (!strcasecmp(c->argv[i]->ptr,"addr") && moreargs) { in clientCommand() 1805 } else if (!strcasecmp(c->argv[i]->ptr,"skipme") && moreargs) { in clientCommand()
|
| H A D | sentinel.c | 3411 int moreargs = (c->argc-1) - j; in sentinelSetCommand() local 3416 if (!strcasecmp(option,"down-after-milliseconds") && moreargs > 0) { in sentinelSetCommand() 3426 } else if (!strcasecmp(option,"failover-timeout") && moreargs > 0) { in sentinelSetCommand() 3435 } else if (!strcasecmp(option,"parallel-syncs") && moreargs > 0) { in sentinelSetCommand() 3444 } else if (!strcasecmp(option,"notification-script") && moreargs > 0) { in sentinelSetCommand() 3464 } else if (!strcasecmp(option,"client-reconfig-script") && moreargs > 0) { in sentinelSetCommand() 3485 } else if (!strcasecmp(option,"auth-pass") && moreargs > 0) { in sentinelSetCommand() 3491 } else if (!strcasecmp(option,"quorum") && moreargs > 0) { in sentinelSetCommand() 3500 } else if (!strcasecmp(option,"rename-command") && moreargs > 1) { in sentinelSetCommand()
|
| H A D | cluster.c | 5082 int moreargs = j < c->argc-1; in migrateCommand() local 5088 if (!moreargs) { in migrateCommand()
|