Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/amd/
H A Dsun_map_parse.y65 static char *tmpFsType = NULL; variable
135 if (tmpFsType != NULL) {
136 entry->fstype = tmpFsType;
137 tmpFsType = NULL;
192 if (tmpFsType != NULL) {
193 entry->fstype = tmpFsType;
194 tmpFsType = NULL;
256 if (tmpFsType != NULL) {
257 mountpt->fstype = tmpFsType;
258 tmpFsType = NULL;
[all …]