Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c280 int optdef; in gettype() local
282 optdef = findopt(name); in gettype()
283 if (optdef != -1) in gettype()
284 return (optdefs[optdef].type); in gettype()