Home
last modified time | relevance | path

Searched refs:in_file (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c376 FILE *in_file = NULL, *out_file = NULL; in store_sig() local
393 in_file = fopen(in_fname, "rb"); in store_sig()
394 if (in_file == NULL) { in store_sig()
415 read = fread(buf, 1, sizeof(buf), in_file); in store_sig()
424 if (feof(in_file)) { in store_sig()
458 if(in_file != NULL){ in store_sig()
459 if(fclose(in_file)){ in store_sig()
474 FILE *in_file = NULL; in get_file_size() local
483 in_file = fopen(in_fname, "rb"); in get_file_size()
484 if (in_file == NULL) { in get_file_size()
[all …]
/freebsd/usr.bin/awk/tests/bugs-fixed/
H A Dbug_fix_test.sh42 local in_file="${SRCDIR}/${tc}.in"
43 [ -f "${in_file}" ] && in_flag="${in_file}"
/freebsd/usr.bin/dtc/
H A Ddtc.cc104 const char *in_file = "-"; in main() local
322 in_file = argv[optind]; in main()
328 fputs(in_file, depfile); in main()
331 (tree.*read_fn)(in_file, depfile); in main()
/freebsd/contrib/ntp/scripts/
H A Dsummary.in296 my $in_file = shift;
302 open INPUT, "<$in_file" or die "can't open $in_file: $!";
344 warn "dist exceeds limit: $dist (file $in_file, line $.)\n";
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c312 in_file(char *string, FILE *file) in in_file() function
353 isallowed = in_file(username, allow); in allowed()
355 isallowed = !in_file(username, deny); in allowed()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp702 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream &out_stream, in ReadArray() argument
711 if (!fgets(buffer, 1023, in_file)) { in ReadArray()
761 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream &out_stream) { in ReadDictionary() argument
771 if (!fgets(buffer, 1023, in_file)) { in ReadDictionary()
822 value_sp = ReadDictionary(in_file, out_stream); in ReadDictionary()
830 value_sp = ReadArray(in_file, out_stream, data_type); in ReadDictionary()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h181 lldb::OptionValueSP ReadArray(FILE *in_file, Stream &out_stream,
184 lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream &out_stream);
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c1309 int in_file; in matches_in_list() local
1320 in_file = FALSE; in matches_in_list()
1342 if (!in_file) { in matches_in_list()
1345 in_file = TRUE; in matches_in_list()