Home
last modified time | relevance | path

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

/netbsd-src/etc/rc.d/
H A Discsid_volumes25 topts=''
27 *d*) topts="$topts -d";;
30 *h*) topts="$topts -h";;
68 out=$(/sbin/iscsictl add_target$topts \
/netbsd-src/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c302 char *opt, *topts, *xoptstr; in parse_opts() local
313 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 …]
/netbsd-src/tests/fs/ffs/
H A Dh_quota2_tests.c387 const char *topts = NULL; in main() local
403 topts = optarg; in main()
446 error = quota_tests[test].func(topts); in main()