Searched refs:afp_options (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.h42 const struct afp_options *);
43 extern void set_signature(struct afp_options *);
H A Dafp_config.h28 extern AFPConfig *configinit (struct afp_options *);
H A Dfiledir.h13 extern struct afp_options default_options;
H A DMakefile.am13 afp_options.c \
H A Dafp_config.c49 * w/ multiple configs sharing the same afp_options. oh, to dream of
95 static char * srvloc_encode(const struct afp_options *options, const char *name)
244 static AFPConfig *ASPConfigInit(const struct afp_options *options,
322 memcpy(&config->obj.options, options, sizeof(struct afp_options));
339 static AFPConfig *DSIConfigInit(const struct afp_options *options,
456 memcpy(&config->obj.options, options, sizeof(struct afp_options));
473 static AFPConfig *AFPConfigInit(struct afp_options *options,
474 const struct afp_options *defoptions)
532 AFPConfig *configinit(struct afp_options *cmdline)
537 struct afp_options option
[all...]
H A Dstatus.c75 static int status_server(char *data, const char *server, const struct afp_options *options)
150 const struct afp_options *options)
177 const struct afp_options *options)
302 const struct afp_options *options)
355 const struct afp_options *options)
429 const struct afp_options *options)
545 void set_signature(struct afp_options *options) {
H A Dunix.h218 extern struct afp_options default_options;
H A Dafp_options.c88 void afp_options_free(struct afp_options *opt,
89 const struct afp_options *save)
148 void afp_options_init(struct afp_options *options)
150 memset(options, 0, sizeof(struct afp_options));
206 int afp_options_parseline(char *buf, struct afp_options *options)
682 int afp_options_parse(int ac, char **av, struct afp_options *options)
H A DMakefile75 afp_options.c afp_util.c afp_zeroconf.c afprun.c afs.c appl.c \
84 afpd-afp_options.$(OBJEXT) afpd-afp_util.$(OBJEXT) \
311 afp_options.c afp_util.c afp_zeroconf.c afprun.c afs.c appl.c \
437 include ./$(DEPDIR)/afpd-afp_options.Po
550 afpd-afp_options.o: afp_options.c
551 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(afpd_CFLAGS) $(CFLAGS) -MT afpd-afp_options.o -MD -MP -MF $(DEPDIR)/afpd-afp_options.Tpo -c -o afpd-afp_options.o `test -f 'afp_options
[all...]
H A DMakefile.in75 afp_options.c afp_util.c afp_zeroconf.c afprun.c afs.c appl.c \
84 afpd-afp_options.$(OBJEXT) afpd-afp_util.$(OBJEXT) \
311 afp_options.c afp_util.c afp_zeroconf.c afprun.c afs.c appl.c \
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afpd-afp_options.Po@am__quote@
550 afpd-afp_options.o: afp_options.c
551 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(afpd_CFLAGS) $(CFLAGS) -MT afpd-afp_options.o -MD -MP -MF $(DEPDIR)/afpd-afp_options.Tpo -c -o afpd-afp_options.o `test -f 'afp_options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.h51 const struct afp_options *);
52 extern void set_signature(struct afp_options *);
H A Dafp_config.h28 extern AFPConfig *configinit (struct afp_options *);
H A Dfiledir.h13 extern struct afp_options default_options;
H A DMakefile.am14 afp_options.c \
H A Dafp_config.c49 * w/ multiple configs sharing the same afp_options. oh, to dream of
95 static char * srvloc_encode(const struct afp_options *options, const char *name)
236 static AFPConfig *ASPConfigInit(const struct afp_options *options,
314 memcpy(&config->obj.options, options, sizeof(struct afp_options));
331 static AFPConfig *DSIConfigInit(const struct afp_options *options,
449 memcpy(&config->obj.options, options, sizeof(struct afp_options));
466 static AFPConfig *AFPConfigInit(struct afp_options *options,
467 const struct afp_options *defoptions)
525 AFPConfig *configinit(struct afp_options *cmdline)
530 struct afp_options option
[all...]
H A Dstatus.c75 static int status_server(char *data, const char *server, const struct afp_options *options)
164 const struct afp_options *options)
194 const struct afp_options *options)
322 const struct afp_options *options)
375 const struct afp_options *options)
450 const struct afp_options *options)
577 void set_signature(struct afp_options *options) {
H A Dunix.h220 extern struct afp_options default_options;
H A Dafp_options.c88 void afp_options_free(struct afp_options *opt,
89 const struct afp_options *save)
150 void afp_options_init(struct afp_options *options)
152 memset(options, 0, sizeof(struct afp_options));
210 int afp_options_parseline(char *buf, struct afp_options *options)
705 int afp_options_parse(int ac, char **av, struct afp_options *options)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h65 struct afp_options { struct
114 struct afp_options options;
142 extern struct afp_options default_options;
147 extern void afp_options_init (struct afp_options *);
148 extern int afp_options_parse (int, char **, struct afp_options *);
149 extern int afp_options_parseline (char *, struct afp_options *);
150 extern void afp_options_free (struct afp_options *,
151 const struct afp_options *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dglobals.h64 struct afp_options { struct
109 struct afp_options options;
144 extern void afp_options_init (struct afp_options *);
145 extern int afp_options_parse (int, char **, struct afp_options *);
146 extern int afp_options_parseline (char *, struct afp_options *);
147 extern void afp_options_free (struct afp_options *,
148 const struct afp_options *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dtest.c47 struct afp_options default_options;
H A DMakefile.am16 $(top_builddir)/etc/afpd/afp_options.c \
H A DMakefile.in74 $(top_builddir)/etc/afpd/afp_options.c \
107 test-afp_options.$(OBJEXT) test-afp_util.$(OBJEXT) \
328 $(top_builddir)/etc/afpd/afp_options.c \
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-afp_options.Po@am__quote@
566 test-afp_options.o: $(top_builddir)/etc/afpd/afp_options.c
567 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-afp_options.o -MD -MP -MF $(DEPDIR)/test-afp_options.Tpo -c -o test-afp_options.o `test -f '$(top_builddir)/etc/afpd/afp_options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dtest.c47 struct afp_options default_options;
H A DMakefile.am18 $(top_builddir)/etc/afpd/afp_options.c \

Completed in 255 milliseconds

12