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

  /src/usr.bin/config/
sem.h 72 void setfstype(const char **, const char *);
gram.y 945 TYPE '?' { setfstype(&conf.cf_fstype, intern("?")); }
946 | TYPE WORD { setfstype(&conf.cf_fstype, $2); }
sem.c 1142 setfstype(const char **fstp, const char *v) function in typeref:typename:void

Completed in 13 milliseconds