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

/netbsd-current/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-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c302 char *opt, *topts, *xoptstr; local
313 topts = (char *) xmalloc(l);
314 *topts = '\0';
326 xstrlcat(topts, opt, l);
327 xstrlcat(topts, ",", l);
388 XFREE(topts);
406 if (strlen(topts))
407 topts[strlen(topts)-1] = '\0';
409 return topts;
674 char *topts; local
[all...]
/netbsd-current/tests/fs/ffs/
H A Dh_quota2_tests.c387 const char *topts = NULL; local
403 topts = optarg;
446 error = quota_tests[test].func(topts);

Completed in 74 milliseconds