HomeSort by: relevance | last modified time | path
    Searched refs:option_t (Results 1 - 11 of 11) 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:__anon8502
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.c 338 set_option(const option_t *options, const char *option, char *buf, size_t len)
357 print_options(FILE *fp, const option_t *options)
396 set_option_var(const option_t *options, const char *var, const char *val,
464 option_t *
465 copy_opts(const option_t *o)
531 option_t *o = fsoptions->fs_options;
v7fs.c 68 const option_t v7fs_options[] = {
msdos.c 77 const option_t msdos_options[] = {
115 option_t *msdos_options = fsopts->fs_options;
chfs.c 61 const option_t chfs_options[] = {
ffs.c 166 const option_t ffs_options[] = {
224 option_t *ffs_options = fsopts->fs_options;
udf.c 117 const option_t udf_options[] = {
196 option_t *udf_options = fsopts->fs_options;
cd9660.c 279 const option_t cd9660_options[] = {
379 option_t *cd9660_options = fsopts->fs_options;
  /src/external/bsd/ppp/usr.sbin/plugins/status/
status.c 85 static option_t status_options[] = {
  /src/external/bsd/ppp/dist/pppd/
options.h 58 typedef struct option option_t; typedef in typeref:struct:option
lcp.c 103 static void printendpoint(option_t *, void (*)(void *, char *, ...), void *);
346 printendpoint(option_t *opt, void (*printer)(void *, char *, ...), void *arg)

Completed in 24 milliseconds