| /freebsd/tools/tools/notescheck/ |
| H A D | notescheck.py | 173 def parse_file(file, callback, *args): function 344 parse_file(tree + 'conf/files', parse_files_line, global_platform) 345 parse_file(tree + 'conf/options', parse_options_line, global_platform) 346 parse_file(tree + 'conf/NOTES', parse_notes_line, global_platform) 352 parse_file(files_file, parse_files_line, platform) 355 parse_file(options_file, parse_options_line, platform) 356 parse_file(tree + platform + '/conf/NOTES', parse_notes_line, platform)
|
| /freebsd/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/lib/libiconv_modules/mapper_646/ |
| H A D | citrus_mapper_646.c | 98 parse_file(struct _citrus_mapper_646 *m6, const char *path) in parse_file() function 160 return (parse_file(m6, path)); in parse_var()
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | prof_parse.c | 30 static errcode_t parse_file(FILE *f, struct parse_state *state, 232 retval = parse_file(fp, &state, NULL); in parse_include_file() 340 static errcode_t parse_file(FILE *f, struct parse_state *state, in parse_file() function 431 retval = parse_file(f, &state, ret_modspec); in profile_parse_file()
|
| /freebsd/contrib/libxo/xolint/ |
| H A D | xolint.pl | 45 parse_file($file); 123 sub parse_file { subroutine
|
| /freebsd/release/packages/ |
| H A D | generate-set-ucl.lua | 56 local res,err = parser:parse_file(template)
|
| H A D | generate-ucl.lua | 154 local res,err = parser:parse_file(arg[#arg - 1])
|
| /freebsd/usr.bin/man/ |
| H A D | man.sh | 791 parse_file "$config_global" 801 parse_file "$file" 810 parse_file() { function
|
| /freebsd/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 615 parse_file(const char *filename, unsigned int map_idx) in parse_file() function 1086 if (parse_file(argv[0], VFNT_MAP_NORMAL) != 0) in main() 1091 if (parse_file(argv[0], VFNT_MAP_BOLD) != 0) in main()
|
| /freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/ |
| H A D | bsnmptools.h | 288 int32_t parse_file(struct snmp_toolinfo *, char *);
|
| H A D | bsnmptools.c | 703 parse_file(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_file() function
|
| /freebsd/libexec/nuageinit/ |
| H A D | nuageinit | 539 local res, err = parser:parse_file(p .. "/network_data.json") 672 local res, err = parser:parse_file(ni_path .. "/meta_data.json")
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_mtree.c | 125 static int parse_file(struct archive_read *, struct archive_entry *, 1162 r = parse_file(a, entry, mtree, mtree->this_entry, in read_header() 1177 parse_file(struct archive_read *a, struct archive_entry *entry, in parse_file() function
|
| /freebsd/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/usr.bin/dtc/ |
| H A D | fdt.hh | 916 void parse_file(text_input_buffer &input,
|
| H A D | fdt.cc | 1609 device_tree::parse_file(text_input_buffer &input, in parse_file() function in dtc::fdt::device_tree 2030 parse_file(input, roots, read_header); in parse_dts()
|
| /freebsd/stand/kboot/kboot/ |
| H A D | main.c | 361 parse_file(const char *fn) in parse_file() function
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | quirks.c | 1188 parse_file(struct quirks_context *ctx, const char *path) in parse_file() function 1385 if (!parse_file(ctx, path)) in parse_files() 1422 if (override_file && !parse_file(ctx, override_file)) in quirks_init_subsystem()
|
| /freebsd/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 279 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, 905 parse_file(f, filelist, globlist, &defconf, &inclist); in get_worklist() 1108 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, in parse_file() function
|
| /freebsd/tools/lua/ |
| H A D | template.lua | 590 function template.parse_file(view) function
|
| /freebsd/usr.sbin/bsnmpd/tools/bsnmptools/ |
| H A D | bsnmpget.c | 194 count = parse_file(snmptoolctx, optarg); in snmptool_parse_options()
|