Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c82 char *savedoptbuf = NULL, *savedoptarg = NULL; in main() local
116 if ((savedoptarg = strdup(optarg)) == NULL) { in main()
254 gettext("%s: Invalid mount options: %s\n"), myname, savedoptarg); in main()