Searched refs:option_t (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/bsd/ppp/dist/pppd/plugins/
H A Dminconn.c43 static option_t my_options[] = {
H A Dpasswordfd.c22 static option_t options[] = {
/netbsd-current/usr.sbin/makefs/
H A Dmakefs.h116 * option_t - contains option name, description, pointer to location to store
139 } option_t; typedef in typeref:struct:__anon10
173 option_t *fs_options; /* File system specific options */
182 int set_option(const option_t *, const char *, char *, size_t);
183 void print_options(FILE *, const option_t *);
184 int set_option_var(const option_t *, const char *, const char *,
189 option_t * copy_opts(const option_t *);
H A Dmakefs.c337 set_option(const option_t *options, const char *option, char *buf, size_t len)
356 print_options(FILE *fp, const option_t *options)
395 set_option_var(const option_t *options, const char *var, const char *val,
463 option_t *
464 copy_opts(const option_t *o)
519 option_t *o = fsoptions->fs_options;
H A Dv7fs.c65 const option_t v7fs_options[] = {
H A Dmsdos.c77 const option_t msdos_options[] = {
115 option_t *msdos_options = fsopts->fs_options;
H A Dchfs.c61 const option_t chfs_options[] = {
H A Dudf.c117 const option_t udf_options[] = {
196 option_t *udf_options = fsopts->fs_options;
H A Dffs.c158 const option_t ffs_options[] = {
216 option_t *ffs_options = fsopts->fs_options;
H A Dcd9660.c279 const option_t cd9660_options[] = {
379 option_t *cd9660_options = fsopts->fs_options;
/netbsd-current/external/bsd/ppp/usr.sbin/plugins/status/
H A Dstatus.c85 static option_t status_options[] = {
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Doptions.c142 extern option_t auth_options[];
155 static option_t *curopt; /* pointer to option being processed */
191 static void user_setprint(option_t *, printer_func, void *);
193 static void user_unsetprint(option_t *, printer_func, void *);
195 static option_t *find_option(char *name);
196 static int process_option(option_t *, char *, char **);
197 static int n_arguments(option_t *);
204 option_t *options;
213 option_t general_options[] = {
416 option_t *op
[all...]
H A Decp.c71 static option_t ecp_option_list[] = {
H A Dpppd.h117 } option_t; typedef in typeref:struct:__anon6
443 option_t *options; /* List of command-line options */
464 option_t *options;
742 void add_options(option_t *); /* Add extra options */
H A Dcbcp.c57 static option_t cbcp_option_list[] = {
H A Dipxcp.c123 static void printipxnode (option_t *,
127 static option_t ipxcp_option_list[] = {
326 printipxnode(option_t *opt, void (*printer) (void *, char *, ...), void *arg)
H A Dipv6cp.c233 static void printifaceid (option_t *,
236 static option_t ipv6cp_option_list[] = {
402 printifaceid(option_t *opt, void (*printer) (void *, char *, ...), void *arg)
H A Dtty.c115 static void printescape(option_t *, void (*)(void *, char *,...),void *);
168 option_t tty_options[] = {
373 printescape(option_t *opt, void (*printer)(void *, char *, ...), void *arg)
H A Dupap.c64 static option_t pap_option_list[] = {
H A Dlcp.c86 static void printendpoint(option_t *, void (*)(void *, char *, ...), void *);
89 static option_t lcp_option_list[] = {
324 printendpoint(option_t *opt, void (*printer)(void *, char *, ...), void *arg)
H A Dipcp.c145 static void printipaddr (option_t *, void (*)(void *, char *,...),void *);
147 static option_t ipcp_option_list[] = {
488 printipaddr(option_t *opt, void (*printer) (void *, char *, ...), void *arg)
H A Dchap-new.c75 static option_t chap_option_list[] = {
H A Dchap_ms.c154 static option_t chapms_option_list[] = {
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
H A Dpppol2tp.c85 static option_t pppol2tp_options[] = {
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/pppoe/
H A Dplugin.c75 static option_t Options[] = {

Completed in 229 milliseconds

12