Searched refs:max_args (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A Dfilter.c45 int max_args; local
68 max_args = 8;
71 (max_args + 1));
78 if (f->argc >= max_args) {
79 max_args += 8;
84 (max_args +
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-gram.y217 } else if(strcmp(a->name, "max_args") == 0) {
245 ex(as, "multiple max_args strings");
595 int max_args = -1;
598 max_args = 0;
611 if((tmp = find(as, "max_args")) != NULL) {
612 max_args = strtol(tmp->u.value, &end, 0);
614 ex(tmp, "max_args is not numeric");
617 if(max_args < 0) {
618 ex(tmp, "max_args must be non-negative");
623 if(min_args != -1 || max_args !
[all...]
H A Dslc-gram.c1729 } else if(strcmp(a->name, "max_args") == 0) {
1757 ex(as, "multiple max_args strings");
2107 int max_args = -1;
2110 max_args = 0;
2123 if((tmp = find(as, "max_args")) != NULL) {
2124 max_args = strtol(tmp->u.value, &end, 0);
2126 ex(tmp, "max_args is not numeric");
2129 if(max_args < 0) {
2130 ex(tmp, "max_args must be non-negative");
2135 if(min_args != -1 || max_args !
2104 int max_args = -1; local
[all...]
/freebsd-10.3-release/contrib/wpa/hostapd/
H A Dhostapd_cli.c878 #define max_args 10 macro
893 if (argc == max_args)
942 char *argv[max_args];
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c3138 #define max_args 10 macro
3153 if (argc == max_args)
3191 char *argv[max_args];

Completed in 134 milliseconds