Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y67 static char *tmpFsType = NULL; variable
137 if (tmpFsType != NULL) {
138 entry->fstype = tmpFsType;
139 tmpFsType = NULL;
194 if (tmpFsType != NULL) {
195 entry->fstype = tmpFsType;
196 tmpFsType = NULL;
258 if (tmpFsType != NULL) {
259 mountpt->fstype = tmpFsType;
260 tmpFsType = NULL;
[all …]