OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 20 05:10:11 GMT 2025