Searched refs:topts (Results 1 – 3 of 3) sorted by relevance
25 topts=''27 *d*) topts="$topts -d";;30 *h*) topts="$topts -h";;68 out=$(/sbin/iscsictl add_target$topts \
302 char *opt, *topts, *xoptstr; in parse_opts() local313 topts = (char *) xmalloc(l); in parse_opts()314 *topts = '\0'; in parse_opts()326 xstrlcat(topts, opt, l); in parse_opts()327 xstrlcat(topts, ",", l); in parse_opts()388 XFREE(topts); in parse_opts()406 if (strlen(topts)) in parse_opts()407 topts[strlen(topts)-1] = '\0'; in parse_opts()409 return topts; in parse_opts()674 char *topts; in mount_linux_nonfs() local[all …]
387 const char *topts = NULL; in main() local 403 topts = optarg; in main() 446 error = quota_tests[test].func(topts); in main()