Home
last modified time | relevance | path

Searched refs:badarg (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_002_neg.ksh60 for badarg in "" "-" "-?"; do
62 log_mustnot eval "zfs set $badarg $prop= $ds >/dev/null 2>&1"
/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c3403 int badarg = 0; /* Bad argument position for error reporting. */ in sentinelSetCommand() local
3420 badarg = j; in sentinelSetCommand()
3430 badarg = j; in sentinelSetCommand()
3439 badarg = j; in sentinelSetCommand()
3495 badarg = j; in sentinelSetCommand()
3506 badarg = sdslen(newname) ? j-1 : j; in sentinelSetCommand()
3553 (char*)c->argv[badarg]->ptr,option); in sentinelSetCommand()