Searched refs:scanner (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/flex/
H A Dscanopt.h82 /* Initializes scanner and checks option list for errors.
93 /* Frees memory used by scanner.
95 int scanopt_destroy PROTO ((scanopt_t * scanner));
100 * scanner - The scanner, already initialized with scanopt_init().
107 (scanopt_t * scanner, FILE * fp,
113 * scanner - The scanner, already initialized with scanopt_init().
127 (scanopt_t * scanner, char **optarg,
H A Dscanopt.c250 * scanner - The scanner, already initialized with scanopt_init().
259 int scanopt_usage (scanner, fp, usage)
260 scanopt_t *scanner;
277 s = (struct _scanopt_t *) scanner;
/freebsd-12-stable/usr.bin/localedef/
H A DMakefile12 scanner.c \
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dmakefile.dj14 PREREQUISITES = scanner.c grammar.c tokdefs.h version.h msdos/pkt_stub.inc
25 SOURCES = grammar.c scanner.c bpf/net/bpf_filter.c bpf_image.c bpf_dump.c \
93 scanner.c: scanner.l
112 scanner.c: scanner.l
115 scanner.l: pcap-int.h pcap-namedb.h gencode.h grammar.h
H A Dmakefile24 SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
62 scanner.c: scanner.l
63 flex -Ppcap_ -7 -oscanner.c scanner.l
99 @del scanner.c
124 scanner.obj: scanner.c pcap-int.h pcap.h pcap-bpf.h gencode.h \
162 scanner.o32: scanner.c pcap-int.h pcap.h pcap-bpf.h gencode.h \
H A Dmakefile.wc27 OBJS = $(OBJDIR)\grammar.obj $(OBJDIR)\scanner.obj $(OBJDIR)\pcap.obj &
72 scanner.c: scanner.l
88 @del scanner.c
114 $(OBJDIR)\scanner.obj: scanner.c pcap-int.h pcap.h pcap-bpf.h gencode.h &
/freebsd-12-stable/contrib/libpcap/
H A DMakefile.in96 GENSRC = scanner.c grammar.c
151 scanner.h grammar.h
370 scanner.l \
471 scanner.c: $(srcdir)/scanner.l
472 $(LEX) -P pcap_ --header-file=scanner.h --nounput -o scanner.c $<
473 scanner.h: scanner.c
476 rm -f scanner
[all...]
H A Dgencode.c68 #include "scanner.h"
714 yyscan_t scanner = NULL; local
777 if (pcap_lex_init(&scanner) != 0)
779 errno, "can't initialize scanner");
780 in_buffer = pcap__scan_string(xbuf ? xbuf : "", scanner);
786 pcap_set_extra(&cstate, scanner);
792 if (pcap_parse(scanner, &cstate) != 0) {
844 pcap__delete_buffer(in_buffer, scanner);
845 if (scanner != NULL)
846 pcap_lex_destroy(scanner);
[all...]
H A Dconfigure8082 # and supports processing our scanner.l.
8089 if $LEX -P pcap_ --header-file=/dev/null --nounput -t $srcdir/scanner.l > /dev/null 2>&1; then
/freebsd-12-stable/usr.bin/bc/
H A Dscan.l365 YY_FATAL_ERROR( "input in flex scanner failed" );
/freebsd-12-stable/lib/libpcap/
H A DMakefile26 scanner.l \
134 CLEANFILES+=tokdefs.h scanner.h
137 LFLAGS+=-Ppcap_ --header-file=${.OBJDIR}/scanner.h --nounput
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c2 * keyword-gen.c -- generate keyword scanner finite state machine and
281 big_scan_state sst[MAXSTATES]; /* scanner FSM state entries */
457 * scanner state machine is built and the practice of
508 /* Define a function to create the states of the scanner. This function
561 "fatal, keyword scanner state array "
619 * creates a keywords scanner out of it.
625 u_short scanner; local
629 scanner = 0;
633 scanner =
638 scanner);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp433 /// position of the scanner.
517 /// The current position of the scanner.
595 Scanner scanner(Input, SM);
597 Token T = scanner.getNext();
679 Scanner scanner(Input, SM);
681 Token T = scanner.getNext();
1772 : scanner(new Scanner(Input, SM, ShowColors, EC)), CurrentDoc() {}
1776 : scanner(new Scanner(InputBuffer, SM, ShowColors, EC)), CurrentDoc() {}
1780 bool Stream::failed() { return scanner->failed(); }
1784 scanner
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h108 std::unique_ptr<Scanner> scanner; member in class:llvm::yaml::Stream
/freebsd-12-stable/sys/net80211/
H A Dieee80211_freebsd.h436 _IEEE80211_POLICY_MODULE(scanner, name, version)

Completed in 271 milliseconds