Searched refs:args (Results 1 - 25 of 1728) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/acos/access_control/
H A DAccessControl.h65 #define AccessControlDEBUG(fmt, args...) printk("<0>MultiSsidControlDEBUG: " fmt, ##args)
66 #define AccessControlERROR printk("<0>MultiSsidControlERROR: " fmt, ##args)
68 #define AccessControlDEBUG(fmt, args...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/acos/multissidcontrol/
H A DMultiSsidControl.h68 #define MultiSsidControlDEBUG(fmt, args...) printk("<0>MultiSsidControlDEBUG: " fmt, ##args)
69 #define MultiSsidControlERROR printk("<0>MultiSsidControlERROR: " fmt, ##args)
71 #define MultiSsidControlDEBUG(fmt, args...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Dutil.c61 va_list args; local
65 va_start(args, fmt);
66 vprintf(fmt, args);
67 va_end(args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dlogin.c66 #define P1MSG(args...)
68 #define P1MSG(args...) fprintf(stderr, "%s-%04d: ", __FILE__, __LINE__) ; fprintf(stderr, ## args)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcurlx.c99 "usage: curlx args\n",
275 char **args = argv + 1; local
299 while (*args && *args[0] == '-') {
300 if (!strcmp (*args, "-in")) {
301 if (args[1]) {
302 infile=*(++args);
304 } else if (!strcmp (*args, "-out")) {
305 if (args[1]) {
306 outfile=*(++args);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dmprintf.h39 CURL_EXTERN int curl_mvprintf(const char *format, va_list args);
40 CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args);
41 CURL_EXTERN int curl_mvsprintf(char *buffer, const char *format, va_list args);
43 const char *format, va_list args);
45 CURL_EXTERN char *curl_mvaprintf(const char *format, va_list args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Damigaos.h40 # define select(args...) WaitSelect( args, NULL)
H A Dldap.c479 va_list args; local
488 va_start (args, fmt);
489 vfprintf (stderr, fmt, args);
490 va_end (args);
H A Dpingpong.c184 va_list args)
206 s = vaprintf(fmt_crlf, args); /* trailing CRLF appended */
182 Curl_pp_vsendf(struct pingpong *pp, const char *fmt, va_list args) argument
H A Dpingpong.h118 va_list args);
H A Dsecurity.c132 va_list args; local
135 va_start(args, message);
136 vsnprintf(print_buffer, sizeof(print_buffer), message, args);
137 va_end(args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dlibtool886 # Invoke $ECHO with all args, space-separated.
1032 # Double-quote args containing shell metacharacters to delay
1060 # Double-quote args containing shell metacharacters to delay
1824 # Double-quote args containing other shell metacharacters.
2435 args=$func_stripname_result
2438 for arg in $args; do
3019 args=
3039 func_append_quoted args "$file"
3059 exec_cmd="\$cmd$args"
3066 $ECHO "$cmd$args"
[all...]
H A Dltmain.sh458 # Invoke $ECHO with all args, space-separated.
604 # Double-quote args containing shell metacharacters to delay
632 # Double-quote args containing shell metacharacters to delay
1399 # Double-quote args containing other shell metacharacters.
2010 args=$func_stripname_result
2013 for arg in $args; do
2594 args=
2614 func_append_quoted args "$file"
2634 exec_cmd="\$cmd$args"
2641 $ECHO "$cmd$args"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl604 my ($args) = @_;
606 $smtp_rcpt = $args;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/include/curl/
H A Dmprintf.h39 CURL_EXTERN int curl_mvprintf(const char *format, va_list args);
40 CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args);
41 CURL_EXTERN int curl_mvsprintf(char *buffer, const char *format, va_list args);
43 const char *format, va_list args);
45 CURL_EXTERN char *curl_mvaprintf(const char *format, va_list args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h308 #define IPT_MATCH_ITERATE(e, fn, args...) \
319 __ret = fn(__match , ## args); \
327 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
336 __ret = fn(__entry , ## args); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_cmp.c42 struct bstr *args)
53 em_parse_error(EINVAL, args, CARG, &cmp_ematch_util, FMT ,##ARGS)
55 if (args == NULL)
56 return PARSE_ERR(args, "cmp: missing arguments");
58 if (!bstrcmp(args, "u8"))
60 else if (!bstrcmp(args, "u16"))
62 else if (!bstrcmp(args, "u32"))
65 return PARSE_ERR(args, "cmp: invalid alignment");
67 for (a = bstr_next(args); a; a = bstr_next(a)) {
41 cmp_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, struct bstr *args) argument
H A Dem_meta.c235 em_parse_error(EINVAL, args, CARG, &meta_ematch_util, FMT ,##ARGS)
250 parse_object(struct bstr *args, struct bstr *arg, struct tcf_meta_val *obj, argument
360 struct bstr *args)
369 if (args == NULL)
370 return PARSE_ERR(args, "meta: missing arguments");
372 if (!bstrcmp(args, "list")) {
377 a = parse_object(args, args, &meta_hdr.left, &lvalue, NULL);
381 return PARSE_ERR(args, "meta: missing operand");
395 return PARSE_ERR(args, "met
359 meta_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, struct bstr *args) argument
[all...]
H A Dem_nbyte.c42 struct bstr *args)
45 struct bstr *needle = args;
53 em_parse_error(EINVAL, args, CARG, &nbyte_ematch_util, FMT ,##ARGS)
55 if (args == NULL)
56 return PARSE_ERR(args, "nbyte: missing arguments");
59 return PARSE_ERR(args, "nbyte: needle length is 0");
61 for (a = bstr_next(args); a; a = bstr_next(a)) {
41 nbyte_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, struct bstr *args) argument
H A Dem_u32.c38 struct bstr *args)
48 em_parse_error(EINVAL, args, CARG, &u32_ematch_util, FMT ,##ARGS)
50 if (args == NULL)
51 return PARSE_ERR(args, "u32: missing arguments");
53 if (!bstrcmp(args, "u8"))
55 else if (!bstrcmp(args, "u16"))
57 else if (!bstrcmp(args, "u32"))
60 return PARSE_ERR(args, "u32: invalid alignment");
62 a = bstr_next(args);
37 u32_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, struct bstr *args) argument
H A Demp_ematch.y32 %type <b> args
59 invert ATTRIBUTE '(' args ')'
75 args: label
78 | ATTRIBUTE args
H A Dm_ematch.c200 if (t->args == NULL)
203 strncpy(buf, (char*) t->args->data, sizeof(buf)-1);
219 if (e->parse_eopt(n, &hdr, t->args->next) < 0)
259 int em_parse_error(int err, struct bstr *args, struct bstr *carg, argument
284 if (args) {
286 while (args) {
287 fprintf(stderr, "%s", args == carg ? ">>" : "");
288 bstr_print(stderr, args, 1);
289 fprintf(stderr, "%s%s", args == carg ? "<<" : "",
290 args
[all...]
H A Dm_ematch.h104 struct bstr *args; member in struct:ematch
113 static inline struct ematch * new_ematch(struct bstr *args, int inverted) argument
120 e->args = args;
140 for (b = t->args; b; b = b->next)
174 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
H A Dm_ipt.c98 va_list args; local
100 va_start(args, msg);
102 vfprintf(stderr, msg, args);
103 va_end(args);
H A Dq_gred.c32 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
34 #define DPRINTF(format,args...)

Completed in 313 milliseconds

1234567891011>>