| /freebsd-12.1/tools/tools/notescheck/ |
| H A D | notescheck.py | 174 def parse_file(file, callback, *args): function 345 parse_file(tree + 'conf/files', parse_files_line, global_platform) 346 parse_file(tree + 'conf/options', parse_options_line, global_platform) 347 parse_file(tree + 'conf/NOTES', parse_notes_line, global_platform) 353 parse_file(files_file, parse_files_line, platform) 356 parse_file(options_file, parse_options_line, platform) 357 parse_file(tree + platform + '/conf/NOTES', parse_notes_line, platform)
|
| /freebsd-12.1/crypto/heimdal/lib/kadm5/ |
| H A D | default_keys.c | 82 parse_file(krb5_context context, krb5_principal principal, int no_salt) in parse_file() function 112 parse_file(context, principal, 0); in main() 113 parse_file(context, principal, 1); in main()
|
| H A D | ChangeLog | 510 * default_keys.c (parse_file): use hdb_generate_key_set
|
| /freebsd-12.1/contrib/libucl/doc/ |
| H A D | lua_api.md | 53 > [`parser:parse_file(name)`](#method-parserparse_filename) 139 ### Method `parser:parse_file(name)` 155 local res,err = parser:parse_file('/some/file.conf')
|
| /freebsd-12.1/lib/libiconv_modules/mapper_646/ |
| H A D | citrus_mapper_646.c | 99 parse_file(struct _citrus_mapper_646 *m6, const char *path) in parse_file() function 161 return (parse_file(m6, path)); in parse_var()
|
| /freebsd-12.1/usr.bin/man/ |
| H A D | man.sh | 734 parse_file "$config_global" 744 parse_file "$file" 753 parse_file() { function
|
| /freebsd-12.1/contrib/libxo/xolint/ |
| H A D | xolint.pl | 45 parse_file($file); 121 sub parse_file { subroutine
|
| /freebsd-12.1/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 501 parse_file(const char *filename, unsigned int map_idx) in parse_file() function 716 if (parse_file(argv[0], VFNT_MAP_NORMAL) != 0) in main() 721 if (parse_file(argv[0], VFNT_MAP_BOLD) != 0) in main()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gengtype.h | 154 extern void parse_file (const char *name);
|
| H A D | langhooks.h | 306 void (*parse_file) (int); member
|
| H A D | gengtype-lex.l | 597 parse_file (const char *fname)
|
| H A D | toplev.c | 1071 lang_hooks.parse_file (set_yydebug); in compile_file()
|
| H A D | mips-tfile.c | 1562 STATIC void parse_file (const char *); 1612 { ".file", sizeof(".file")-1, parse_file }, 3429 parse_file (const char *start) in parse_file() function
|
| H A D | gengtype.c | 3070 parse_file (all_files[i]); in main()
|
| H A D | FSFChangeLog.11 | 12452 * cpplib.h (struct parse_file): Removed. 12454 * cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader. 12469 * fix-header.c (check_macro_names): Fix struct parse_file->cpp_reader.
|
| H A D | ChangeLog-2002 | 13710 * gengtype-lex.l (parse_file): Make parameter const. 13731 * gengtype.h (parse_file): Amend prototype for const parameter. 24481 (compile_file): Update call to parse_file hook. 28267 * langhooks.h (struct lang_hoooks): New hook parse_file. 28268 * toplev.c (compile_file): Use parse_file hook.
|
| /freebsd-12.1/usr.sbin/bsnmpd/tools/libbsnmptools/ |
| H A D | bsnmptools.h | 291 int32_t parse_file(struct snmp_toolinfo *, char *);
|
| H A D | bsnmptools.c | 706 parse_file(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_file() function
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | fdt.hh | 901 void parse_file(text_input_buffer &input,
|
| H A D | fdt.cc | 1560 device_tree::parse_file(text_input_buffer &input, in parse_file() function in dtc::fdt::device_tree 1942 parse_file(input, roots, read_header); in parse_dts()
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_mtree.c | 124 static int parse_file(struct archive_read *, struct archive_entry *, 1138 r = parse_file(a, entry, mtree, mtree->this_entry, in read_header() 1153 parse_file(struct archive_read *a, struct archive_entry *entry, in parse_file() function
|
| /freebsd-12.1/contrib/bsnmp/snmpd/ |
| H A D | config.c | 1212 parse_file(const struct lmodule *mod) in parse_file() function 1333 parse_file(lodmod); in read_config()
|
| /freebsd-12.1/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 255 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, 844 parse_file(f, filelist, globlist, &defconf, &inclist); in get_worklist() 1047 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, in parse_file() function
|
| /freebsd-12.1/usr.sbin/bsnmpd/tools/bsnmptools/ |
| H A D | bsnmpget.c | 196 count = parse_file(snmptoolctx, optarg); in snmptool_parse_options()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | passes.texi | 30 @findex lang_hooks.parse_file 32 @code{lang_hooks.parse_file}, to parse the entire input. The language
|