HomeSort by: relevance | last modified time | path
    Searched defs:option_t (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/
makefs.h 125 * option_t - contains option name, description, pointer to location to store
148 } option_t; typedef in typeref:struct:__anonc279ec630308
182 option_t *fs_options; /* File system specific options */
191 int set_option(const option_t *, const char *, char *, size_t);
192 void print_options(FILE *, const option_t *);
193 int set_option_var(const option_t *, const char *, const char *,
198 option_t * copy_opts(const option_t *);
makefs.h 125 * option_t - contains option name, description, pointer to location to store
148 } option_t; typedef in typeref:struct:__anonc279ec630308
182 option_t *fs_options; /* File system specific options */
191 int set_option(const option_t *, const char *, char *, size_t);
192 void print_options(FILE *, const option_t *);
193 int set_option_var(const option_t *, const char *, const char *,
198 option_t * copy_opts(const option_t *);

Completed in 21 milliseconds