Searched refs:parse_file (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/crypto/heimdal/lib/kadm5/
H A Ddefault_keys.c82 parse_file(krb5_context context, krb5_principal principal, int no_salt) function
112 parse_file(context, principal, 0);
113 parse_file(context, principal, 1);
/freebsd-current/tools/tools/notescheck/
H A Dnotescheck.py173 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-current/release/packages/
H A Dgenerate-ucl.lua23 local res,err = parser:parse_file(arg[#arg - 1])
/freebsd-current/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c98 parse_file(struct _citrus_mapper_646 *m6, const char *path) function
160 return (parse_file(m6, path));
/freebsd-current/contrib/libxo/xolint/
H A Dxolint.pl45 parse_file($file);
123 sub parse_file { subroutine
/freebsd-current/libexec/nuageinit/
H A Dnuageinit70 local res,err = parser:parse_file(p .. "/network_data.json")
161 local res,err = parser:parse_file(path..'/meta_data.json')
/freebsd-current/usr.bin/man/
H A Dman.sh767 parse_file "$config_global"
777 parse_file "$file"
784 # Usage: parse_file file
786 parse_file() { function
/freebsd-current/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h289 int32_t parse_file(struct snmp_toolinfo *, char *);
H A Dbsnmptools.c704 parse_file(struct snmp_toolinfo *snmptoolctx, char *opt_arg) function
/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c615 parse_file(const char *filename, unsigned int map_idx) function
1086 if (parse_file(argv[0], VFNT_MAP_NORMAL) != 0)
1091 if (parse_file(argv[0], VFNT_MAP_BOLD) != 0)
/freebsd-current/usr.bin/dtc/
H A Dfdt.hh916 void parse_file(text_input_buffer &input,
H A Dfdt.cc1609 device_tree::parse_file(text_input_buffer &input, function in class:dtc::fdt::device_tree
2030 parse_file(input, roots, read_header);
/freebsd-current/stand/kboot/kboot/
H A Dmain.c298 parse_file(const char *fn) function
/freebsd-current/contrib/bsnmp/snmpd/
H A Dconfig.c1212 parse_file(const struct lmodule *mod) function
1333 parse_file(lodmod);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c124 static int parse_file(struct archive_read *, struct archive_entry *,
1159 r = parse_file(a, entry, mtree, mtree->this_entry,
1174 parse_file(struct archive_read *a, struct archive_entry *entry, function
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c277 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p,
930 parse_file(f, filelist, globlist, &defconf, &inclist);
1133 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, function
/freebsd-current/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c194 count = parse_file(snmptoolctx, optarg);
/freebsd-current/tools/lua/
H A Dtemplate.lua590 function template.parse_file(view)

Completed in 370 milliseconds