HomeSort by: relevance | last modified time | path
    Searched refs:cf_fstype (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/config/
mkswap.c 140 cf->cf_fstype ? cf->cf_fstype : "?");
gram.y 912 conf.cf_fstype = NULL;
945 TYPE '?' { setfstype(&conf.cf_fstype, intern("?")); }
946 | TYPE WORD { setfstype(&conf.cf_fstype, $2); }
defs.h 139 const char *cf_fstype; /* file system type */ member in struct:config
sem.c 1098 if (cf->cf_fstype == s_qmark)
1099 cf->cf_fstype = NULL;

Completed in 14 milliseconds