Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 28) sorted by relevance

12

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c73 #line 1 "./grammar.y" /* yacc.c:339 */
303 #line 304 "y.tab.c" /* yacc.c:339 */
563 #line 231 "./grammar.y" /* yacc.c:355 */
579 #line 580 "y.tab.c" /* yacc.c:355 */
594 #line 595 "y.tab.c" /* yacc.c:358 */
1985 #line 1986 "y.tab.c" /* yacc.c:1646 */ in yyparse()
1991 #line 1992 "y.tab.c" /* yacc.c:1646 */ in yyparse()
1997 #line 1998 "y.tab.c" /* yacc.c:1646 */ in yyparse()
2003 #line 2004 "y.tab.c" /* yacc.c:1646 */ in yyparse()
2009 #line 2010 "y.tab.c" /* yacc.c:1646 */ in yyparse()
[all …]
H A Dsf_scanner.c1 #line 2 "sf_scanner.c"
3 #line 4 "sf_scanner.c"
2692 #line 1 "./scanner.l"
2693 #line 2 "./scanner.l"
2949 #line 184 "./scanner.l"
3036 #line 185 "./scanner.l"
3041 #line 186 "./scanner.l"
3046 #line 188 "./scanner.l"
3051 #line 189 "./scanner.l"
3056 #line 190 "./scanner.l"
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigparser.c7 #line 5 "./configparser.y"
110 #line 111 "configparser.c"
523 #line 523 "configparser.c" in yy_destructor()
528 #line 528 "configparser.c" in yy_destructor()
533 #line 533 "configparser.c" in yy_destructor()
538 #line 538 "configparser.c" in yy_destructor()
543 #line 543 "configparser.c" in yy_destructor()
548 #line 548 "configparser.c" in yy_destructor()
553 #line 553 "configparser.c" in yy_destructor()
558 #line 558 "configparser.c" in yy_destructor()
[all …]
H A Dmod_ssi_exprparser.c7 #line 6 "./mod_ssi_exprparser.y"
15 #line 16 "mod_ssi_exprparser.c"
352 #line 352 "mod_ssi_exprparser.c" in yy_destructor()
588 #line 588 "mod_ssi_exprparser.c" in yy_reduce()
617 #line 617 "mod_ssi_exprparser.c" in yy_reduce()
624 #line 624 "mod_ssi_exprparser.c" in yy_reduce()
638 #line 638 "mod_ssi_exprparser.c" in yy_reduce()
653 #line 653 "mod_ssi_exprparser.c" in yy_reduce()
667 #line 667 "mod_ssi_exprparser.c" in yy_reduce()
675 #line 675 "mod_ssi_exprparser.c" in yy_reduce()
[all …]
H A Dconfigfile.c510 int line; member
538 t->line = 1;
595 "line:", t->line, "pos:", t->line_pos, in config_tokenizer()
631 "line:", t->line, "pos:", t->line_pos, in config_tokenizer()
663 "line:", t->line, "pos:", t->line_pos, in config_tokenizer()
684 t->line++; in config_tokenizer()
707 t->line++; in config_tokenizer()
753 "line:", t->line, "pos:", t->line_pos, in config_tokenizer()
918 "line:", t->line, "pos:", t->line_pos, in config_tokenizer()
963 "line:", t->line, "pos:", t->line_pos, in config_parse()
[all …]
H A Dlog.h17 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...);
H A Dlemon.c591 void myassert(file,line) in myassert() argument
593 int line;
2825 char line[LINESIZE]; local
2826 while( fgets(line,LINESIZE,in) && (line[0]!='%' || line[1]!='%') ){
2830 for(i=0; line[i]; i++){
2831 if( line[i]=='P' && strncmp(&line[i],"Parse",5)==0
2841 fprintf(out,"%s",&line[iStart]);
3200 char line[LINESIZE]; local
3489 fprintf(out," %-15s",line);
3594 char line[LINESIZE]; local
[all …]
H A Dlog.c267 int log_error_write(server *srv, const char *filename, unsigned int line, const char *fmt, ...) { in log_error_write() argument
295 buffer_append_long(srv->errorlog_buf, line); in log_error_write()
H A Drequest.c293 int line = 0; in http_request_parse() local
333 for (i = 0, first = 0; i < con->parse_request->used && line == 0; i++) { in http_request_parse()
512 line++; in http_request_parse()
H A Dmod_cgi.c234 int line = 0; in cgi_response_parse() local
242 s = ns + 1, line++) { in cgi_response_parse()
252 if (line == 0 && in cgi_response_parse()
H A Dmod_scgi.c1691 int line = 0; in scgi_response_parse() local
1699 s = ns + (eol == EOL_RN ? 2 : 1), line++) { in scgi_response_parse()
1706 if (line == 0 && in scgi_response_parse()
/mOS-networking-stack/core/src/
H A Dconfig.c63 llen = ((strchr(line, '\n') == NULL) ? (buf + blen - line) \
64 : strchr(line, '\n') - line); \
68 : strchr(line, '\n') - line)) \
138 while (line < end && isspace(*line)) in ReadItemValue()
139 line++; in ReadItemValue()
144 while (line < end && isspace(*line)) in ReadItemValue()
145 line++; in ReadItemValue()
158 strncpy(value, line, (size_t)(end - line)); in ReadItemValue()
669 if (fgets(line, sizeof(line), fp) != (char *) NULL) { in FetchARPKernelEntries()
673 for (; fgets(line, sizeof(line), fp);) { in FetchARPKernelEntries()
[all …]
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c223 char *line, *p; in ParseConfigFile() local
238 if (line[CONF_MAX_LINE_LEN - 1]) in ParseConfigFile()
242 SKIP_SPACES(line); /* remove spaces */ in ParseConfigFile()
243 if (*line == '\0' || *line == '#') in ParseConfigFile()
247 while (isspace(line[strlen(line) - 1])) /* remove spaces */ in ParseConfigFile()
248 line[strlen(line) - 1] = '\0'; in ParseConfigFile()
251 p = line; in ParseConfigFile()
261 EXIT_WITH_ERROR("Unknown rule action [%s].\n", line); in ParseConfigFile()
264 EXIT_WITH_ERROR("Invalid format [%s].\n", line); in ParseConfigFile()
271 EXIT_WITH_ERROR("Invalid format [%s].\n", line); in ParseConfigFile()
[all …]
/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface_main.c151 char *line; in fetch_major_no() local
157 line = NULL; in fetch_major_no()
165 while (getline(&line, &len, f) != -1) { in fetch_major_no()
166 if (strstr(line, DEV_NAME) != NULL) { in fetch_major_no()
167 if (sscanf(line, "%d %s", &major_no, dummy) == 2) { in fetch_major_no()
168 free(line); in fetch_major_no()
172 free(line); in fetch_major_no()
173 line = NULL; in fetch_major_no()
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DLightyTest.pm233 (my $line, $lines) = split($EOL, $lines, 2);
236 last if(!defined $line or length($line) == 0);
240 $resp_line = $line;
244 if ($line =~ /^([^:]+):\s*(.+)$/) {
255 diag(sprintf("\nunexpected line '%s'", $line));
/mOS-networking-stack/scripts/
H A Dconfigure4713 line = $ 0
4722 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4729 print line
5871 line = $ 0
5880 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5887 print line
7030 line = $ 0
7039 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
8199 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
9360 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
[all …]
/mOS-networking-stack/core/src/include/bpf/
H A Dtokdefs.h273 #line 231 "./grammar.y" /* yacc.c:1909 */
289 #line 290 "y.tab.h" /* yacc.c:1909 */
/mOS-networking-stack/
H A Dsetup.sh527 read line
528 ip_addr=`echo $line | awk -F '/' '{print $1}'`
529 mask=`echo $line | awk -F '/' '{print $2}'`
/mOS-networking-stack/core/src/include/
H A Dconfig.h32 typedef void (*FEED)(struct conf_block *blk, char *line, int len);
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Daccesslog.txt63 %r request-line
H A Dfastcgi.txt348 and search for the line in that contains the configure call.
522 directly from the command-line it cleans the environment
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DINSTALL128 /usr/include/asm-generic/socket.h by adding the following line.
H A Daclocal.m4613 # icc: Command line warning: ignoring option '-M'; no argument required
615 # icc: Command line remark: option '-MP' not supported
697 # Grep'ing the first line is not enough: some people post-process
698 # each Makefile.in and add a new line on top of each file to say so.
699 # Grep'ing the whole file is not good either: AIX grep has a line
884 on the command line, even when the '-f' option is present. This is contrary
H A Dltmain.sh5663 void lt_debugprintf (const char *file, int line, const char *fmt, ...);
5664 void lt_fatal (const char *file, int line, const char *message, ...);
6186 lt_debugprintf (const char *file, int line, const char *fmt, ...)
6191 (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
6200 int line, const char *mode,
6203 fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
6212 lt_fatal (const char *file, int line, const char *message, ...)
6216 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4339 # Add leading comment marks to the start of each line, and a trailing
1309 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1343 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1673 # find the maximum length of command line arguments
1674 AC_MSG_CHECKING([the maximum length of command line arguments])
1690 # no limit to the length of command line arguments.
1713 # So we just punt and use a minimum line length of 8192.
1833 [#line $LINENO "configure"
2407 # the line '#! .'. This would cause the generated library to
5475 # chokes on -Wl,-G. The following line is correct:
[all …]

12