Searched defs:tmpoptsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c737 char *tmpoptsp; local
742 tmpoptsp = tmptopts;
746 for (f = getnextopt(&tmpoptsp); *f; f = getnextopt(&tmpoptsp)) {
791 char *tmpoptsp; local
800 tmpoptsp = tmptopts;
809 for (f = getnextopt(&tmpoptsp); *f; f = getnextopt(&tmpoptsp)) {

Completed in 348 milliseconds