Searched refs:getoption (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_options.c58 static char *getoption(char *buf, const char *option) function
215 if (*buf != '-' && (c = getoption(buf, NULL)) && (opt = strdup(c)))
281 if ((c = getoption(buf, "-hostname"))) {
291 if ((c = getoption(buf, "-defaultvol")) && (opt = strdup(c)))
293 if ((c = getoption(buf, "-systemvol")) && (opt = strdup(c)))
295 if ((c = getoption(buf, "-loginmesg")) && (opt = strdup(c))) {
311 if ((c = getoption(buf, "-guestname")) && (opt = strdup(c)))
313 if ((c = getoption(buf, "-passwdfile")) && (opt = strdup(c)))
315 if ((c = getoption(buf, "-passwdminlen")))
317 if ((c = getoption(bu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Doptions.c195 char *getoption(struct bftpd_option *opt, char *name) function
220 && (getoption(dir->options, name)))
223 if (getoption(dir->options, name))
230 return getoption(longest->options, name);
265 if ((result = getoption(grp->options, name)))
282 if ((result = getoption(usr->options, name)))
296 if ((result = getoption(config_global.options, name)))
343 return_value = getoption(config_global.options, find_me);

Completed in 109 milliseconds