Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c83 char *savedoptbuf = NULL, *savedoptarg = NULL; in main() local
117 if ((savedoptarg = strdup(optarg)) == NULL) { in main()
255 gettext("%s: Invalid mount options: %s\n"), myname, savedoptarg); in main()