Searched refs:option (Results 326 - 350 of 1583) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_TCPMSS.c25 " --set-mss value explicitly set MSS option to specified value\n"
30 static struct option opts[] = {
43 ate an option */
58 "TCPMSS target: Only one option may be specified");
69 "TCPMSS target: Only one option may be specified");
H A Dlibipt_TTL.c42 "Can't specify TTL option twice");
141 static struct option opts[] = {
H A Dlibipt_comment.c27 static struct option opts[] = {
45 ate an option */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddumpleases.c45 static struct option options[] = {
H A Ddhcpd.c12 * (at your option) any later version.
93 struct option_set *option; local
111 if ((option = find_option(server_config.options, DHCP_LEASE_TIME))) {
112 memcpy(&server_config.lease, option->data + 2, 4);
196 DEBUG(LOG_ERR, "couldn't get option from packet, ignoring");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l1 %option backup nostdinit noyywrap never-interactive full ecs
2 %option 8bit backup nodefault perf-report perf-report
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Dtesting.sh42 option=`echo "$OPTIONFLAGS" | egrep "(^|:)$1(:|\$)"`
44 if [ -z "$1" ] || [ -z "$OPTIONFLAGS" ] || [ ${#option} -ne 0 ]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.l1 %option backup nostdinit noyywrap never-interactive full ecs
2 %option 8bit backup nodefault perf-report perf-report
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_token.l34 %option noyywrap
108 option { BEGIN S_OPTION; return OPTION; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A Dmakefile.wat303 @%append $(OBJS)\render.lbc option quiet
305 @%append $(OBJS)\render.lbc option caseexact
309 @%append $(OBJS)\render.lbc option resource=$(OBJS)\render_sample.res
310 @for %i in () do @%append $(OBJS)\render.lbc option stack=%i
316 @%append $(OBJS)\renddll.lbc option quiet
318 @%append $(OBJS)\renddll.lbc option caseexact
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c314 const char **option, const char **value)
323 *option = buf;
330 *value = &buf[strlen(*option) + 1];
341 /* if OACK doesn't contain blksize option, the default (512) must be used */
345 const char *option, *value; local
347 tmp = tftp_option_get(tmp, ptr + len - tmp, &option, &value);
353 infof(data, "got option=(%s) value=(%s)\n", option, value);
355 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) {
387 else if(checkprefix(option, TFTP_OPTION_TSIZ
313 tftp_option_get(const char *buf, size_t len, const char **option, const char **value) argument
408 tftp_option_add(tftp_state_data_t *state, size_t csize, char *buf, const char *option) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ramfs/
H A Dinode.c180 int option; local
193 if (match_octal(&args[0], &option))
195 opts->mode = option & S_IALLUGO;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddhcpd.c12 * (at your option) any later version.
92 struct option_set *option; local
113 if ((option = find_option(server_config.options, DHCP_LEASE_TIME))) {
114 memcpy(&server_config.lease, option->data + 2, 4);
198 DEBUG(LOG_ERR, "couldn't get option from packet, ignoring");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_sctp.c20 #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \
21 || (!!((invflag) & (option)) ^ (cond)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dinode.c360 int option; local
428 if (match_int(&args[0], &option))
430 n = option;
436 if (match_int(&args[0], &option))
438 popt->sbsector = option;
449 if (match_int(&args[0], &option))
451 popt->uid = option;
455 if (match_int(&args[0], &option))
457 popt->gid = option;
461 if (match_int(&args[0], &option))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A Dmakefile.wat343 @%append $(OBJS)\test.lbc option quiet
345 @%append $(OBJS)\test.lbc option caseexact
350 @for %i in () do @%append $(OBJS)\test.lbc option stack=%i
356 @%append $(OBJS)\test_gui.lbc option quiet
358 @%append $(OBJS)\test_gui.lbc option caseexact
362 @%append $(OBJS)\test_gui.lbc option resource=$(OBJS)\test_gui_sample.res
363 @for %i in () do @%append $(OBJS)\test_gui.lbc option stack=%i
373 @%append $(OBJS)\printfbench.lbc option quiet
375 @%append $(OBJS)\printfbench.lbc option caseexact
380 @for %i in () do @%append $(OBJS)\printfbench.lbc option stac
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dinode.c239 int token, option; local
247 if (match_int(&args[0], &option))
249 hypfs_info->uid = option;
252 if (match_int(&args[0], &option))
254 hypfs_info->gid = option;
258 pr_err("%s is not a valid mount option\n", str);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevtrigger.c427 int option; local
428 static const struct option options[] = {
446 option = getopt_long(argc, argv, "vnFhs:S:a:A:", options, NULL);
447 if (option == -1)
450 switch (option) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dsuper.c212 * A tiny parser for option strings, stolen from dosfs.
214 * And updated for table-driven option parsing.
258 int option; local
276 if (match_int(args, &option))
278 *uid = option;
281 if (match_int(args, &option))
283 *gid = option;
286 if (match_octal(args, &option))
288 *umask = option;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsuper.c13 * version 2 of the License, or (at your option) any later version.
1312 int token, option; local
1327 if (match_int(&args[0], &option)) {
1331 if (option)
1361 if (match_int(&args[0], &option)) {
1365 if (option >= 0)
1366 mopt->atime_quantum = option;
1369 option = 0;
1370 if (match_int(&args[0], &option)) {
1374 if (option)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dsuper.c193 int token, n, option; local
210 if (match_octal(&args[0], &option))
212 *mode = option & 0777;
236 if (match_int(&args[0], &option))
238 *gid = option;
242 if (match_int(&args[0], &option))
244 *uid = option;
262 printk("AFFS: Unrecognized mount option \"%s\" "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dmakefile.wat300 @%append $(OBJS)\tex2rtf.lbc option quiet
302 @%append $(OBJS)\tex2rtf.lbc option caseexact
307 @for %i in () do @%append $(OBJS)\tex2rtf.lbc option stack=%i
313 @%append $(OBJS)\tex2rtf_gui.lbc option quiet
315 @%append $(OBJS)\tex2rtf_gui.lbc option caseexact
319 @%append $(OBJS)\tex2rtf_gui.lbc option resource=$(OBJS)\tex2rtf_gui_sample.res
320 @for %i in () do @%append $(OBJS)\tex2rtf_gui.lbc option stack=%i
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dsuper.c34 * 11/11/98 gr added novrs option
37 * vol descs. rewrote option handling based on isofs
406 int option; local
433 if (match_int(&args[0], &option))
435 uopt->blocksize = option;
457 if (match_int(args, &option))
459 uopt->gid = option;
463 if (match_int(args, &option))
465 uopt->uid = option;
469 if (match_octal(args, &option))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp61 // an internal representation of an option
72 _T("option should have at least one name") );
77 wxT("Short option contains invalid characters")
83 wxT("Long option contains invalid characters")
176 wxString m_switchChars; // characters which may start an option
386 wxCmdLineOption *option = new wxCmdLineOption(wxCMD_LINE_SWITCH, local
390 m_data->m_options.Add(option);
400 _T("duplicate option") );
402 wxCmdLineOption *option = new wxCmdLineOption(wxCMD_LINE_OPTION, local
406 m_data->m_options.Add(option);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dsuper.c922 * Show an option if
998 * We're changing the default of barrier mount option, so
1321 static char deprecated_msg[] = "Mount option \"%s\" will be removed by %s\n"
1391 int option; local
1431 if (match_int(&args[0], &option))
1433 sbi->s_resuid = option;
1436 if (match_int(&args[0], &option))
1438 sbi->s_resgid = option;
1515 if (match_int(&args[0], &option))
1517 *journal_devnum = option;
[all...]

Completed in 223 milliseconds

<<11121314151617181920>>