Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c54 static const char shortopts[] = "hvycdn:f:x:s:p:t:e:rRko:"; variable
138 while ((c = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) { in parse_args()