Searched refs:yyin (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-12-stable/contrib/binutils/binutils/
H A Ddlltool.h41 extern FILE *yyin;
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dlex_var.h23 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
27 if ( c == EOF && ferror( yyin ) ) \
32 else if ( ((result = fread( buf, 1, 1, yyin )) == 0) \
33 && ferror( yyin ) ) \
41 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
50 getc(yyin)) == 10 ? (pos++, yylineno++, yytchar) : \
H A Dlexer.h33 extern FILE *yyin;
H A Dlexer.c27 FILE *yyin; variable
82 c = fgetc(yyin);
84 c = fgetc(yyin);
87 c = fgetc(yyin);
729 yyin = stdin;
/freebsd-12-stable/sbin/veriexec/
H A Dveriexec.h46 extern FILE *yyin;
H A Dmanifest_lexer.l124 fclose(yyin);
130 yyin = fropen(&str_buf, read_string_buf);
131 if (yyin) {
137 return yyin;
/freebsd-12-stable/contrib/one-true-awk/
H A Dmain.c46 extern FILE *yyin; /* lex input file */
79 yyin = NULL;
194 if (yyin == NULL) {
198 yyin = stdin;
199 else if ((yyin = fopen(pfile[curpfile], "r")) == NULL)
203 if ((c = getc(yyin)) != EOF)
205 if (yyin != stdin)
206 fclose(yyin);
207 yyin = NULL;
/freebsd-12-stable/usr.sbin/kbdcontrol/
H A Dlex.h72 extern FILE *yyin;
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dmain.c40 extern FILE *yyin;
117 yyin = stdin;
120 yyin = fopen (file, "r");
121 if (yyin == NULL)
195 fclose(yyin);
H A Dlex.c137 #define YY_NEW_FILE yyrestart(yyin )
162 extern FILE *yyin, *yyout;
244 * just pointing yyin at a new input file.
282 * instead of setting up a fresh yyin. A bit of a hack ...
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
336 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
952 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
956 if ( c == EOF && ferror( yyin ) ) \
963 while ( (result = fread(buf, 1, max_size, yyin))
[all...]
/freebsd-12-stable/usr.sbin/autofs/
H A Dcommon.c67 extern FILE *yyin;
308 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL);
309 assert(yyin != NULL);
317 error = auto_pclose(yyin);
318 yyin = NULL;
912 linelen = getline(&line, &linecap, yyin);
971 yyin = auto_popen(path, key, NULL);
972 assert(yyin != NULL);
980 error = auto_pclose(yyin);
981 yyin
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c103 static FILE *yyin; /* scanner's input file descriptor */ variable
119 yyin = fp;
169 if (!yyin) {
210 _nc_curr_file_pos = ftell(yyin);
212 if (fgets(result + used, (int) (allocated - used), yyin) != 0) {
281 return (yyin ? ftell(yyin) : (bufptr ? bufptr - bufstart : 0));
288 return ((yyin ? feof(yyin) : (bufptr && *bufptr == '\0'))
384 yyin
[all...]
/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A Dlex.c137 #define YY_NEW_FILE yyrestart(yyin )
162 extern FILE *yyin, *yyout;
244 * just pointing yyin at a new input file.
282 * instead of setting up a fresh yyin. A bit of a hack ...
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
336 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
629 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
633 if ( c == EOF && ferror( yyin ) ) \
640 while ( (result = fread(buf, 1, max_size, yyin))
[all...]
H A Dcompile_et.c46 extern FILE *yyin;
220 yyin = fopen(filename, "r");
221 if(yyin == NULL)
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c137 #define YY_NEW_FILE yyrestart(yyin )
162 extern FILE *yyin, *yyout;
244 * just pointing yyin at a new input file.
282 * instead of setting up a fresh yyin. A bit of a hack ...
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
336 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
608 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
612 if ( c == EOF && ferror( yyin ) ) \
619 while ( (result = fread(buf, 1, max_size, yyin))
[all...]
/freebsd-12-stable/contrib/com_err/
H A Dcompile_et.c46 extern FILE *yyin;
220 yyin = fopen(filename, "r");
221 if(yyin == NULL)
/freebsd-12-stable/usr.bin/iscsictl/
H A Dparse.y50 extern FILE *yyin;
393 yyin = fopen(path, "r");
394 if (yyin == NULL)
398 yyrestart(yyin);
401 fclose(yyin);
/freebsd-12-stable/usr.bin/lex/
H A Dinitscan.c150 #define YY_NEW_FILE yyrestart(yyin )
175 extern FILE *yyin, *yyout;
257 * just pointing yyin at a new input file.
296 * instead of setting up a fresh yyin. A bit of a hack ...
329 yy_create_buffer(yyin,YY_BUF_SIZE ); \
339 yy_create_buffer(yyin,YY_BUF_SIZE ); \
350 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
2125 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
2129 if ( c == EOF && ferror( yyin ) ) \
2136 while ( (result = fread(buf, 1, max_size, yyin))
[all...]
/freebsd-12-stable/contrib/dtc/
H A Ddtc-lexer.l291 yyin = current_srcfile->f;
295 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
310 yyin = current_srcfile->f;
/freebsd-12-stable/contrib/unbound/util/
H A Dconfigyyrename.h43 #define yyin ub_c_in macro
/freebsd-12-stable/usr.sbin/bluetooth/hcsecd/
H A Dparser.y201 extern FILE *yyin;
208 if ((yyin = fopen(config_file, "r")) == NULL) {
220 fclose(yyin);
221 yyin = NULL;
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c125 extern FILE *yyin;
267 if ((yyin = fopen(argv[0], "r")) == NULL)
276 fclose(yyin);
H A Dtestlang_conf.l197 yyin = fopen(inc_file, "r" );
199 if (!yyin)
202 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y55 extern FILE *yyin;
791 yyin = fopen(config, "r");
792 if (yyin == NULL) {
800 yyrestart(yyin);
802 fclose(yyin);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l313 fclose (yyin);
364 Fnode->File = yyin;
390 yyin = InputFile;

Completed in 229 milliseconds

123